diff --git a/src/app/page.tsx b/src/app/page.tsx index c4b4a36..3ae4492 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,6 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Award, Facebook, Instagram, Leaf, MessageSquare, Pizza, Sandwich, Star } from "lucide-react"; export default function LandingPage() { @@ -35,10 +33,6 @@ export default function LandingPage() { name: "Home", id: "#home"}, { name: "About", id: "#about"}, - { - name: "Menu", id: "#menu"}, - { - name: "Testimonials", id: "#testimonials"}, { name: "FAQ", id: "#faq"}, { @@ -55,7 +49,7 @@ export default function LandingPage() { tagAnimation="blur-reveal" buttons={[ { - text: "VIEW MENU", href: "#menu"}, + text: "VIEW MENU", href: "#offerings"}, { text: "ORDER ONLINE", href: "https://www.pieous.com/order-online"}, ]} @@ -120,53 +114,6 @@ export default function LandingPage() { /> - - -
- -
-
@@ -229,4 +176,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file