diff --git a/src/app/page.tsx b/src/app/page.tsx index e54ceaa..316ab7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -
"use client";
+"use client";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
@@ -72,7 +72,7 @@ export default function HomePage() {
];
return (
- <ThemeProvider
+
+
- <div id="hero" data-section="hero">
- <HeroSplitDualMedia
+
+
+
- <div id="about-metrics" data-section="about-metrics">
- <MetricSplitMediaAbout
+
+
+
- <div id="features-services" data-section="features-services">
- <FeatureCardEight
+
+
+
- <div id="testimonials" data-section="testimonials">
- <TestimonialCardTen
+
+
+
- <div id="team-preview" data-section="team-preview">
- <TeamCardEleven
+
+
+
- <div id="contact-cta" data-section="contact-cta">
- <ContactCTA
+
+
+
- <div id="footer" data-section="footer">
- <FooterBaseCard
+
+
);
}
-
\ No newline at end of file