diff --git a/src/app/page.tsx b/src/app/page.tsx index a1ca65f..78ee99b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Zap, UtensilsCrossed } from 'lucide-react'; +import { Zap, UtensilsCrossed, Eye } from 'lucide-react'; export default function LandingPage() { return ( @@ -60,7 +60,7 @@ export default function LandingPage() { ratingText="Loved by Morayur" buttons={[ { text: "Order Now - Hot & Fresh", href: "#products" }, - { text: "Visit Us", href: "#contact" } + { text: "See Our Menu", href: "#products" } ]} tagAnimation="slide-up" buttonAnimation="slide-up"