3 Commits

Author SHA1 Message Date
890bebcdcd Update src/app/page.tsx 2026-03-07 10:43:42 +00:00
bb936b5c58 Merge version_2 into main
Merge version_2 into main
2026-03-07 10:21:16 +00:00
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 FaqSplitText from "@/components/sections/faq/FaqSplitText";
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() {
return (
@@ -43,10 +43,11 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel
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."
tag="⭐ 4.5 Rating"
tagIcon={Star}
tag="⭐ Limited-Time Fresh Orders"
tagIcon={Zap}
tagAnimation="slide-up"
buttons={[
{ text: "📞 Call Now", href: "tel:+919709702949" },
{ text: "🔥 Order Fresh Now", href: "tel:+919709702949" },
{
text: "💬 WhatsApp Order", href: "https://wa.me/919709702949?text=Hi%20GS%20Dhaba,%20I%20would%20like%20to%20place%20an%20order"},
]}