diff --git a/src/app/page.tsx b/src/app/page.tsx index c8246ca..72eac60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,8 +7,8 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { MapPin, Zap, Coffee, Smartphone, Flame } from "lucide-react"; export default function LandingPage() { @@ -26,113 +26,110 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} \ No newline at end of file +}