diff --git a/src/app/page.tsx b/src/app/page.tsx index cdac528..534ac1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,9 +5,10 @@ import ReactLenis from "lenis/react"; import { CheckCircle } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; @@ -31,6 +32,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "#hero" }, { name: "Menu", id: "#menu" }, + { name: "Pricing", id: "#pricing" }, { name: "How It Works", id: "#how-it-works" }, { name: "Reviews", id: "#reviews" }, { name: "Contact", id: "#contact" }, @@ -78,6 +80,20 @@ export default function LandingPage() { /> +