From 8aa5309e3655c272e77d757223677a85063406c2 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 22 Oct 2025 13:21:14 +0200 Subject: [PATCH] refactor: remove unnecessary relative positioning from components --- src/components/About.tsx | 2 +- src/components/CallToAction.tsx | 2 +- src/components/Features.tsx | 10 +++++----- src/components/PrimaryFeatures.tsx | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/About.tsx b/src/components/About.tsx index eb4750c..d359389 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -13,7 +13,7 @@ export function About() {
- +
Our Mission diff --git a/src/components/CallToAction.tsx b/src/components/CallToAction.tsx index cbd9fe5..d5ee8fd 100644 --- a/src/components/CallToAction.tsx +++ b/src/components/CallToAction.tsx @@ -15,7 +15,7 @@ export function CallToAction() {
- +
Get Started Today diff --git a/src/components/Features.tsx b/src/components/Features.tsx index aabd56b..2451079 100644 --- a/src/components/Features.tsx +++ b/src/components/Features.tsx @@ -25,7 +25,7 @@ export function Features() {
-
+
Routing @@ -43,7 +43,7 @@ export function Features() {
-
+
Communication @@ -61,7 +61,7 @@ export function Features() {
-
+
Discovery @@ -79,7 +79,7 @@ export function Features() {
-
+
Connectivity @@ -97,7 +97,7 @@ export function Features() {
-
+
Delivery diff --git a/src/components/PrimaryFeatures.tsx b/src/components/PrimaryFeatures.tsx index 2ff9fa2..1b76bcb 100644 --- a/src/components/PrimaryFeatures.tsx +++ b/src/components/PrimaryFeatures.tsx @@ -259,7 +259,7 @@ function FeaturesDesktop() { onChange={onChange} vertical > - + {features.map((feature, featureIndex) => (
))} -
+
@@ -370,7 +370,7 @@ function FeaturesMobile() { >