diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a977f24..97de9c7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,10 +6,7 @@ import React from 'react'; import HeroSection from './HomePage/sections/Hero'; import AboutSection from './HomePage/sections/About'; -import MetricsSection from './HomePage/sections/Metrics'; -import FeaturesSection from './HomePage/sections/Features'; import TestimonialsSection from './HomePage/sections/Testimonials'; -import FaqSection from './HomePage/sections/Faq'; import ContactSection from './HomePage/sections/Contact'; export default function HomePage(): React.JSX.Element { @@ -19,13 +16,10 @@ export default function HomePage(): React.JSX.Element { - - - diff --git a/src/pages/HomePage/sections/Faq.tsx b/src/pages/HomePage/sections/Faq.tsx deleted file mode 100644 index f2c5087..0000000 --- a/src/pages/HomePage/sections/Faq.tsx +++ /dev/null @@ -1,29 +0,0 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "faq" section. - -import React from 'react'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function FaqSection(): React.JSX.Element { - return ( -
- - - -
- ); -} diff --git a/src/pages/HomePage/sections/Features.tsx b/src/pages/HomePage/sections/Features.tsx deleted file mode 100644 index 5df6d94..0000000 --- a/src/pages/HomePage/sections/Features.tsx +++ /dev/null @@ -1,40 +0,0 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "features" section. - -import React from 'react'; -import FeaturesBento from '@/components/sections/features/FeaturesBento'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function FeaturesSection(): React.JSX.Element { - return ( -
- - - -
- ); -} diff --git a/src/pages/HomePage/sections/Metrics.tsx b/src/pages/HomePage/sections/Metrics.tsx deleted file mode 100644 index 89393bc..0000000 --- a/src/pages/HomePage/sections/Metrics.tsx +++ /dev/null @@ -1,34 +0,0 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "metrics" section. - -import React from 'react'; -import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function MetricsSection(): React.JSX.Element { - return ( -
- - - -
- ); -}