diff --git a/src/app/page.tsx b/src/app/page.tsx index 0759832..6fb421a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"