|
|
|
@@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
|
|
|
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
|
|
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
|
|
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
|
|
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
|
|
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
|
|
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
|
|
|
import { Flame, Star, UtensilsCrossed, Heart, HelpCircle, Phone, Mail, MapPin, Clock } from "lucide-react";
|
|
|
|
import { Flame, Star, UtensilsCrossed, Heart, HelpCircle, Phone } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -224,14 +224,14 @@ export default function LandingPage() {
|
|
|
|
<ContactCenter
|
|
|
|
<ContactCenter
|
|
|
|
tag="Get in Touch"
|
|
|
|
tag="Get in Touch"
|
|
|
|
title="Reserve Your Table or Place an Order"
|
|
|
|
title="Reserve Your Table or Place an Order"
|
|
|
|
description="Experience authentic multicuisine dining at Zaatar. Reserve a table for your next celebration, or order your favorite dishes for delivery today. Connect with us through phone, email, or visit our restaurant."
|
|
|
|
description="Experience authentic multicuisine dining at Zaatar. Reserve a table for your next celebration, or order your favorite dishes for delivery today."
|
|
|
|
tagIcon={Phone}
|
|
|
|
tagIcon={Phone}
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
inputPlaceholder="Enter your email or phone number"
|
|
|
|
inputPlaceholder="Enter your email or phone number"
|
|
|
|
buttonText="Get Started"
|
|
|
|
buttonText="Get Started"
|
|
|
|
termsText="By contacting Zaatar, you agree to our booking and ordering policies. Our team will reach out within 2 hours during business hours."
|
|
|
|
termsText="By contacting Zaatar, you agree to our booking and ordering policies."
|
|
|
|
ariaLabel="Contact and reservation form"
|
|
|
|
ariaLabel="Contact and reservation form"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@@ -241,7 +241,7 @@ export default function LandingPage() {
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg"
|
|
|
|
imageAlt="restaurant interior warm lighting ambiance"
|
|
|
|
imageAlt="restaurant interior warm lighting ambiance"
|
|
|
|
logoText="Zaatar"
|
|
|
|
logoText="Zaatar"
|
|
|
|
copyrightText="© 2025 Zaatar Multicuisine Restaurant | All Rights Reserved | Bengaluru"
|
|
|
|
copyrightText="© 2025 Zaatar Multicuisine Restaurant | Bengaluru"
|
|
|
|
columns={[
|
|
|
|
columns={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Quick Links", items: [
|
|
|
|
title: "Quick Links", items: [
|
|
|
|
@@ -255,22 +255,22 @@ export default function LandingPage() {
|
|
|
|
title: "Services", items: [
|
|
|
|
title: "Services", items: [
|
|
|
|
{ label: "Online Ordering", href: "#contact" },
|
|
|
|
{ label: "Online Ordering", href: "#contact" },
|
|
|
|
{ label: "Table Reservation", href: "#contact" },
|
|
|
|
{ label: "Table Reservation", href: "#contact" },
|
|
|
|
{ label: "Catering Services", href: "#contact" },
|
|
|
|
{ label: "Catering", href: "#contact" },
|
|
|
|
{ label: "Corporate Events", href: "#contact" }
|
|
|
|
{ label: "Events", href: "#contact" }
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Connect With Us", items: [
|
|
|
|
title: "Connect", items: [
|
|
|
|
{ label: "Instagram", href: "https://instagram.com/zaatar" },
|
|
|
|
{ label: "Instagram", href: "https://instagram.com" },
|
|
|
|
{ label: "Facebook", href: "https://facebook.com/zaatar" },
|
|
|
|
{ label: "Facebook", href: "https://facebook.com" },
|
|
|
|
{ label: "Email: info@zaatar.in", href: "mailto:info@zaatar.in" },
|
|
|
|
{ label: "Email", href: "mailto:info@zaatar.in" },
|
|
|
|
{ label: "Phone: +91 80 1234 5678", href: "tel:+918012345678" }
|
|
|
|
{ label: "Phone", href: "tel:+919876543210" }
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
ariaLabel="Site footer with navigation and contact information"
|
|
|
|
ariaLabel="Site footer with navigation and contact"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|