diff --git a/src/app/page.tsx b/src/app/page.tsx index 3186089..e9e9f79 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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { User } from "lucide-react"; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -31,100 +31,83 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Expertise", id: "expertise" }, + { name: "Services", id: "expertise" }, + { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} brandName="Sabrina Cozzolino" - button={{ text: "Get Started", href: "#contact" }} />
-
-
-
-
); -} +} \ No newline at end of file