diff --git a/src/app/page.tsx b/src/app/page.tsx index fcd770e..4eb9f08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Heart, Sparkles, Star, UtensilsCrossed, Zap } from 'lucide-react'; +import { Heart, Sparkles, Star, UtensilsCrossed, Zap, ArrowRight } from 'lucide-react'; export default function LandingPage() { return ( @@ -48,8 +48,8 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "View Menu & Visit", href: "#menu" }, - { text: "Order on WhatsApp", href: "https://wa.me/919876543210" } + { text: "Explore Our Menu", href: "#menu" }, + { text: "Order Now on WhatsApp", href: "https://wa.me/919876543210" } ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/smiling-young-woman-having-cup-coffee_171337-17117.jpg" @@ -67,7 +67,8 @@ export default function LandingPage() { tagIcon={Heart} tagAnimation="blur-reveal" buttons={[ - { text: "Learn More", href: "#community" } + { text: "Discover Our Values", href: "#community" }, + { text: "Reserve Your Table", href: "#contact" } ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-cooking-delicious-pizza_23-2150306995.jpg" @@ -104,6 +105,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Learn More About Us", href: "#about" } + ]} + buttonAnimation="slide-up" /> @@ -129,6 +134,10 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + buttons={[ + { text: "View Full Menu & Order", href: "https://wa.me/919876543210" } + ]} + buttonAnimation="slide-up" /> @@ -169,6 +178,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Join Our Community", href: "#contact" } + ]} + buttonAnimation="slide-up" /> @@ -190,6 +203,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Support Our Mission", href: "#contact" } + ]} + buttonAnimation="slide-up" /> @@ -247,4 +264,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file