diff --git a/src/app/page.tsx b/src/app/page.tsx index 610b680..65f239a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Clock, Shield, Star } from "lucide-react"; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { Clock, Shield, Star, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,15 +45,12 @@ export default function LandingPage() {
-
-
@@ -206,33 +145,21 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "License #12345", - href: "#", - }, + label: "License #12345", href: "#"}, ], }, ]} @@ -242,4 +169,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file