diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index a54031a..0d7afb6 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -187,7 +187,6 @@ export default function CheckoutPage() { navItems={[ { name: "Home", id: "home" }, { name: "Menu", id: "menu" }, - { name: "Reviews", id: "reviews" }, { name: "Place", id: "visit" } ]} button={{ text: "Back to Shop", href: "/" }} diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d7663a..6ae8459 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,10 +5,9 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Heart, Sparkles, Star, Camera, Clock, MapPin, Phone, Facebook, ShoppingCart } from 'lucide-react'; +import { Heart, Sparkles, Camera, Clock, MapPin, Phone, Facebook, ShoppingCart } from 'lucide-react'; export default function LandingPage() { const handlePhoneClick = () => { @@ -42,9 +41,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "home" }, { name: "Menu", id: "menu" }, - { name: "Reviews", id: "reviews" }, - { name: "Place", id: "visit" }, - { name: "Checkout", id: "checkout" } + { name: "Place", id: "visit" } ]} button={{ text: "Order Now", href: "/checkout" }} /> @@ -133,74 +130,12 @@ export default function LandingPage() { ]} animationType="opacity" buttons={[ - { text: "Learn More", href: "#reviews" } + { text: "Learn More", href: "#visit" } ]} buttonAnimation="opacity" /> -