4 Commits

Author SHA1 Message Date
159ee59021 Merge version_3 into main
Merge version_3 into main
2026-03-12 11:46:54 +00:00
ad42af00c1 Update src/app/page.tsx 2026-03-12 11:46:44 +00:00
f9a76ddccf Merge version_2 into main
Merge version_2 into main
2026-03-12 11:45:10 +00:00
5d9497635a Merge version_2 into main
Merge version_2 into main
2026-03-12 11:44:45 +00:00

View File

@@ -236,14 +236,15 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
tag="Location & Hours"
title="Visit Us Today"
description="📍 Bangalore | 🕒 10 AM 9 PM | 📞 +91 XXXXX XXXXX\n\nEntry to cat room: ₹200 per person. Please wash hands before entering, be gentle with cats, and no flash photography. Come experience the perfect blend of coffee, bakery, and feline companionship!"
title="Reserve your table or drop by today"
description="📍 Bangalore | 🕒 10 AM 9 PM | 📞 +91 XXXXX XXXXX | Entry: ₹200 per person"
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get Directions"
termsText="Visit us during our opening hours: 10 AM 9 PM daily"
termsText="Please wash hands before entering, be gentle with cats, and no flash photography."
/>
</div>
@@ -277,4 +278,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}