Update src/app/page.tsx

This commit is contained in:
2026-03-04 00:31:50 +00:00
parent c919c96975
commit 3bf6e50b43

View File

@@ -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"