Update src/app/page.tsx

This commit is contained in:
2026-03-06 02:35:09 +00:00
parent 9fcc883ae3
commit e5084660cb

View File

@@ -8,7 +8,7 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Cake, Croissant, Coffee, Users, Car, Sparkles, Store, Heart, UtensilsCrossed, MapPin } from 'lucide-react';
import { Cake, Croissant, Coffee, Users, Car, Sparkles, Store, Heart, UtensilsCrossed, MapPin, Clock } from 'lucide-react';
export default function LandingPage() {
return (
@@ -149,12 +149,12 @@ export default function LandingPage() {
id: "6", title: "How do I find your location?", content: "We are located at 9QFG+CPG, IB Chowk, Boyawada, Utnur, Telangana 504311. You can view directions, ratings, and reviews on our Google listing. Look for Delhi Mithaiwala in IB Chowk area."
}
]}
ctaTitle="Visit Us Today"
ctaDescription="Come experience authentic taste and warmth of Delhi Mithaiwala. Open until 9:30 PM daily."
ctaTitle="Visit Us Today — Open Until 9:30 PM"
ctaDescription="Come experience authentic taste and warmth of Delhi Mithaiwala."
ctaButton={{
text: "Get Directions", href: "https://maps.google.com/?q=9QFG+CPG,+IB+Chowk,+Boyawada,+Utnur,+Telangana+504311"
}}
ctaIcon={MapPin}
ctaIcon={Clock}
animationType="slide-up"
useInvertedBackground={false}
accordionAnimationType="smooth"