1 Commits

Author SHA1 Message Date
438dd77183 Update src/app/page.tsx 2026-03-07 10:21:12 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import ContactText from "@/components/sections/contact/ContactText"; import ContactText from "@/components/sections/contact/ContactText";
import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FooterSimple from "@/components/sections/footer/FooterSimple"; import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Star, Heart, UtensilsCrossed, Flame, Camera } from "lucide-react"; import { Star, Heart, UtensilsCrossed, Flame, Camera, Zap } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -43,10 +43,11 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
title="Authentic Punjabi Dhaba Taste in Macherla" title="Authentic Punjabi Dhaba Taste in Macherla"
description="Fresh, affordable North Indian food for families and travelers. Experience authentic Punjabi cuisine in a welcoming AC family setting." description="Fresh, affordable North Indian food for families and travelers. Experience authentic Punjabi cuisine in a welcoming AC family setting."
tag="⭐ 4.5 Rating" tag="⭐ Limited-Time Fresh Orders"
tagIcon={Star} tagIcon={Zap}
tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "📞 Call Now", href: "tel:+919709702949" }, { text: "📞 Call Now - Fresh Orders", href: "tel:+919709702949" },
{ {
text: "💬 WhatsApp Order", href: "https://wa.me/919709702949?text=Hi%20GS%20Dhaba,%20I%20would%20like%20to%20place%20an%20order"}, text: "💬 WhatsApp Order", href: "https://wa.me/919709702949?text=Hi%20GS%20Dhaba,%20I%20would%20like%20to%20place%20an%20order"},
]} ]}