diff --git a/src/app/page.tsx b/src/app/page.tsx index d05385a..34e6561 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Coffee, Crown, Zap, Heart, MapPin, Sparkles, Utensils, Star } from 'lucide-react'; +import { Coffee, Crown, Zap, Heart, MapPin, Sparkles, Utensils, Star, Phone, Clock, MapPinIcon } from 'lucide-react'; export default function LandingPage() { return ( @@ -32,6 +32,7 @@ export default function LandingPage() { { name: "Menu", id: "menu" }, { name: "About", id: "about" }, { name: "Reviews", id: "reviews" }, + { name: "Location", id: "location" }, { name: "Contact", id: "contact" }, { name: "Order Online", id: "https://tinyurl.com" } ]} @@ -52,7 +53,7 @@ export default function LandingPage() { mediaAnimation="opacity" buttons={[ { text: "Order Online", href: "https://tinyurl.com" }, - { text: "Get Directions", href: "#contact" } + { text: "Get Directions", href: "#location" } ]} buttonAnimation="slide-up" /> @@ -163,12 +164,27 @@ export default function LandingPage() { /> +