2 Commits

Author SHA1 Message Date
3bf6e50b43 Update src/app/page.tsx 2026-03-04 00:31:50 +00:00
c919c96975 Merge version_2 into main
Merge version_2 into main
2026-03-04 00:29:26 +00:00

View File

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