Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-12 11:46:55 +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>
);
}
}