diff --git a/web/components/home/FeaturesSection.tsx b/web/components/home/FeaturesSection.tsx index c4f8daa..fd5cf7c 100644 --- a/web/components/home/FeaturesSection.tsx +++ b/web/components/home/FeaturesSection.tsx @@ -17,7 +17,7 @@ const FeaturesSection = () => { return ( - + Features @@ -30,9 +30,9 @@ const FeaturesSection = () => { - + {featuresContent.map((feature, i) => ( - + diff --git a/web/components/home/HowItWorksSection.tsx b/web/components/home/HowItWorksSection.tsx index 284782a..42b02f5 100644 --- a/web/components/home/HowItWorksSection.tsx +++ b/web/components/home/HowItWorksSection.tsx @@ -19,7 +19,7 @@ export default function HowItWorksSection() { - + How It Works @@ -31,7 +31,7 @@ export default function HowItWorksSection() { - + {howItWorksContent.map(({ title, description }) => (