Merge version_2 into main #1
@@ -9,7 +9,8 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Flame, UtensilsCrossed, Award, Star } from "lucide-react";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import { Flame, UtensilsCrossed, Award, Star, Clock, Users, Utensils, Armchair, MapPin, CreditCard, Baby, ParkingCircle, Accessibility } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -165,6 +166,60 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="service-info" data-section="service-info">
|
||||
<FaqSplitText
|
||||
sideTitle="Restaurant Information"
|
||||
sideDescription="Everything you need to know about visiting Al Arab Kuzhi Mandhi"
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
showCard={true}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "accessibility", title: "♿ Accessibility", content: "We welcome guests of all abilities. Our restaurant features wheelchair-accessible entrances, accessible restrooms, and dedicated seating areas. Please inform staff of any specific accessibility requirements."
|
||||
},
|
||||
{
|
||||
id: "service-options", title: "🏪 Service Options", content: "We offer dine-in, takeout, and delivery services. Catering for events and private functions is also available. Contact us for custom menu arrangements and group bookings."
|
||||
},
|
||||
{
|
||||
id: "popular-times", title: "🕐 Popular Times", content: "Peak dining hours are typically 12:00 PM - 2:00 PM (lunch) and 7:00 PM - 10:00 PM (dinner). Visit during off-peak hours for a more relaxed experience, or call ahead to reserve a table."
|
||||
},
|
||||
{
|
||||
id: "offerings", title: "🍽️ Our Offerings", content: "In addition to our signature Kuzhi Mandhi, we offer traditional Arabian appetizers, salads, breads, and beverages. Vegetarian and vegan options are available. Ask our staff about seasonal specials."
|
||||
},
|
||||
{
|
||||
id: "dining-options", title: "🍴 Dining Options", content: "Experience authentic dining with traditional clay pot presentations, family-style sharing platters, or individual portions. Our ambiance suits intimate dinners, family gatherings, and group celebrations."
|
||||
},
|
||||
{
|
||||
id: "amenities", title: "✨ Amenities", content: "We provide comfortable seating, climate-controlled dining areas, free WiFi, and private function spaces. Parking is available on-site with ample spaces for our guests."
|
||||
},
|
||||
{
|
||||
id: "atmosphere", title: "🌙 Atmosphere", content: "Our restaurant features warm, inviting decor inspired by traditional Arabian design. Soft lighting, authentic artwork, and thoughtful ambiance create an unforgettable dining experience."
|
||||
},
|
||||
{
|
||||
id: "crowd-type", title: "👥 Crowd Type", content: "We welcome families with children, business professionals, tourists, food enthusiasts, and local community members. Our warm hospitality ensures everyone feels at home."
|
||||
},
|
||||
{
|
||||
id: "planning-details", title: "📋 Planning Details", content: "Reservations are recommended, especially during peak hours and weekends. Groups of 10 or more should contact us in advance. We accommodate dietary restrictions and special requests."
|
||||
},
|
||||
{
|
||||
id: "payment-methods", title: "💳 Payment Methods", content: "We accept all major credit cards (Visa, Mastercard, American Express), digital wallets, UPI, and cash. A 5% convenience charge applies to digital payments under ₹500."
|
||||
},
|
||||
{
|
||||
id: "children-info", title: "👶 Children Information", content: "Children are warmly welcome! We offer child-friendly portions and high chairs for infants. Our family-oriented atmosphere and diverse menu ensure something for every age. Kids' beverages and lighter dishes are available."
|
||||
},
|
||||
{
|
||||
id: "parking", title: "🅿️ Parking Information", content: "Complimentary on-site parking is available for all guests. We have 25+ dedicated parking spaces. For large group events, additional parking arrangements can be made upon request."
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Reserve Now", href: "#" },
|
||||
{ text: "Call Us", href: "tel:+91-XXXXXXXXXX" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<ContactText
|
||||
text="📍 Tirur, Kerala | Open Daily 11:00 AM - 11:00 PM\n\nVisit us at our authentic Arabian restaurant and experience the warmth of genuine hospitality paired with extraordinary flavors. Reserve your table now for an unforgettable culinary journey."
|
||||
|
||||
Reference in New Issue
Block a user