Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user