Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-09 09:23:51 +00:00
2 changed files with 13 additions and 1410 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Armchair, CheckCircle, Clock, Leaf, Shield, Sparkles } from 'lucide-react';
import { Armchair, CheckCircle, Clock, Leaf, Shield, Sparkles, MapPin, Clock as ClockIcon, Phone } from 'lucide-react';
export default function LandingPage() {
return (
@@ -186,10 +186,10 @@ export default function LandingPage() {
imageAlt="Welcoming cafe entrance"
mediaPosition="right"
mediaAnimation="slide-up"
inputPlaceholder="Your email for updates"
buttonText="Get Updates"
termsText="We'll send you special offers and updates about new menu items."
onSubmit={(email: string) => { console.log('Email:', email); }}
inputPlaceholder="📍 Belgaum | 📞 +91-9876543210 | ⏰ 6:30 AM - 11:00 PM"
buttonText="Reserve Your Table"
termsText="Call us at +91-9876543210 or visit us directly. We're open daily from 6:30 AM to 11:00 PM. Located in the heart of Belgaum with easy parking."
onSubmit={(email: string) => { console.log('Reservation request:', email); }}
/>
</div>
@@ -227,4 +227,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}