Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 08:53:22 +00:00

View File

@@ -2,11 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Star, Users, Zap, Phone, MapPin, MessageCircle } from "lucide-react";
import { Star, Users, Zap, Phone, MapPin, MessageCircle, Utensils } from "lucide-react";
export default function MenuPage() {
const navItems = [
@@ -40,86 +43,115 @@ export default function MenuPage() {
/>
</div>
{/* Full Menu Section */}
{/* Hero Section */}
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="COPPER CHIMNEY"
description="Best Arabian &amp; Chinese Food in Pathanamthitta. Authentic flavors, affordable prices, and unforgettable taste."
buttons={[
{ text: "Call Now", href: "tel:+919876543210" },
{ text: "Order Online", href: "#menu" },
]}
slides={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-chicken-chicken-with-lemon-herbs-onion-board-oil-sauce-fork-knife_140725-73671.jpg", imageAlt: "grilled chicken al faham arabian style"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg", imageAlt: "shawarma wrap sandwich fresh ingredients"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508907.jpg", imageAlt: "chicken fried rice golden fluffy aromatic"},
]}
autoplayDelay={4000}
showDimOverlay={true}
/>
</div>
{/* Menu Section */}
<div id="menu" data-section="menu">
<ProductCardOne
title="Complete Menu"
description="Discover all our delicious Arabian and Chinese dishes, carefully prepared with fresh ingredients and authentic recipes"
tag="All Items"
title="Our Menu"
description="Explore our signature dishes crafted with fresh ingredients and traditional recipes"
tag="Featured Items"
products={[
{
id: "1",
name: "Al Faham",
price: "₹250",
imageSrc:
"http://img.b2bpic.net/free-photo/lyavanga-chicken-with-cherry-tomatoes-onions-lettuce_140725-2303.jpg?_wi=2",
imageAlt: "grilled chicken al faham arabian",
},
id: "1", name: "Al Faham", price: "₹250", imageSrc:
"http://img.b2bpic.net/free-photo/lyavanga-chicken-with-cherry-tomatoes-onions-lettuce_140725-2303.jpg", imageAlt: "Al Faham - Grilled chicken"},
{
id: "2",
name: "Shawarma",
price: "₹180",
imageSrc:
"http://img.b2bpic.net/free-photo/bread-pita-meat-doner-wooden-board_140725-2349.jpg?_wi=2",
imageAlt: "shawarma wrap sandwich fresh crispy",
},
id: "2", name: "Shawarma", price: "₹180", imageSrc:
"http://img.b2bpic.net/free-photo/bread-pita-meat-doner-wooden-board_140725-2349.jpg", imageAlt: "Shawarma - Wrapped delight"},
{
id: "3",
name: "Chicken Fried Rice",
price: "₹200",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-mimosa-salad-with-eggs-potato-chicken-inside-plate-dark-blue-background_179666-22638.jpg?_wi=2",
imageAlt: "chicken fried rice golden aromatic",
},
id: "3", name: "Chicken Fried Rice", price: "₹200", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-mimosa-salad-with-eggs-potato-chicken-inside-plate-dark-blue-background_179666-22638.jpg", imageAlt: "Chicken Fried Rice"},
{
id: "4",
name: "Chilly Chicken",
price: "₹220",
imageSrc:
"http://img.b2bpic.net/free-photo/red-hot-chilli-sauce-tomato-ketchup-chilli-sauce-puree-with-chili-pepper-vegetables-tomatoes-garlic-black-stone-surface-top-view_1150-44909.jpg?_wi=2",
imageAlt: "chilly chicken spicy red sauce",
},
id: "4", name: "Chilly Chicken", price: "₹220", imageSrc:
"http://img.b2bpic.net/free-photo/red-hot-chilli-sauce-tomato-ketchup-chilli-sauce-puree-with-chili-pepper-vegetables-tomatoes-garlic-black-stone-surface-top-view_1150-44909.jpg", imageAlt: "Chilly Chicken - Spicy delight"},
{
id: "5",
name: "Barbecue",
price: "₹280",
imageSrc:
"http://img.b2bpic.net/free-photo/baked-chicken-legs-wooden-table_23-2147930921.jpg?_wi=2",
imageAlt: "grilled barbecue chicken smoky",
},
id: "5", name: "Barbecue", price: "₹280", imageSrc:
"http://img.b2bpic.net/free-photo/baked-chicken-legs-wooden-table_23-2147930921.jpg", imageAlt: "Barbecue - Smoky perfection"},
]}
gridVariant="bento-grid-inverted"
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* Why Our Food Section */}
{/* About Section */}
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Quality Food," },
{ type: "text", content: "Happy Customers" },
]}
buttons={[{ text: "Learn More", href: "#contact" }]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
{/* Reviews Section */}
<div id="reviews" data-section="reviews">
<TestimonialCardFifteen
testimonial="The food quality is exceptional, and the staff is incredibly friendly. Al Faham and Shawarma are must-try items. Highly recommended for families and students!"
rating={5}
author="Rajesh Kumar"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/outdoor-shot-fashionable-dark-skinned-man-with-afro-hairstyle-wearing-trendy-glasses-headphones-neck-leaning-table-park-drinking-coffee_176420-19822.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135471.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-young-pretty-girl-laughing-smiling_176420-9628.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-model-sexy-stylish-man-dressed-shirt-trousers-fashion-hipster-male-posing-near-blue-wall-studio-isolated_158538-26679.jpg", alt: "Customer 4"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
{/* Metrics Section */}
<div id="metrics" data-section="metrics">
<MetricCardThree
title="What Makes Our Food Special"
description="Committed to excellence in every dish we serve"
tag="Our Guarantee"
title="Why Choose Us"
description="Serving our community with passion and quality since day one"
tag="Our Promise"
metrics={[
{
id: "1",
icon: Star,
title: "Fresh Ingredients",
value: "Daily",
},
id: "1", icon: Star,
title: "Quality", value: "100%"},
{
id: "2",
icon: Users,
title: "Customer Rating",
value: "4.8★",
},
id: "2", icon: Users,
title: "Happy Customers", value: "1000+"},
{
id: "3",
icon: Zap,
title: "Preparation Time",
value: "15 mins",
},
id: "3", icon: Zap,
title: "Quick Service", value: "15 mins"},
{
id: "4", icon: Utensils,
title: "Menu Items", value: "20+"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -127,24 +159,23 @@ export default function MenuPage() {
/>
</div>
{/* Order Contact Section */}
{/* Contact Section */}
<div id="contact" data-section="contact">
<ContactSplit
tag="Place Your Order"
title="Order Now"
description="Ready to enjoy our delicious food? Get in touch with us for quick delivery, takeaway, or dine-in reservations. We offer convenient ordering options for everyone."
tag="Get In Touch"
title="Ready to Order?"
description="Contact us for takeaway orders, reservations, or inquiries. We're here to serve you with the best Arabian and Chinese food in Pathanamthitta."
tagAnimation="slide-up"
background={{
variant: "animated-grid",
}}
variant: "sparkles-gradient"}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg?_wi=2"
imageAlt: "modern restaurant interior warm lighting"
imageSrc="http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg"
imageAlt="modern restaurant interior warm lighting"
mediaAnimation="slide-up"
mediaPosition="left"
inputPlaceholder="Enter your email for special offers"
buttonText="Get Offers"
termsText="Join our mailing list for exclusive deals and new menu items."
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Subscribe for Offers"
termsText="We respect your privacy. Unsubscribe at any time."
/>
</div>
@@ -156,19 +187,13 @@ export default function MenuPage() {
socialLinks={[
{
icon: Phone,
href: "tel:+919876543210",
ariaLabel: "Call us",
},
href: "tel:+919876543210", ariaLabel: "Call us"},
{
icon: MapPin,
href: "https://maps.google.com",
ariaLabel: "Find us on Google Maps",
},
href: "https://maps.google.com", ariaLabel: "Find us on Google Maps"},
{
icon: MessageCircle,
href: "https://wa.me/919876543210",
ariaLabel: "WhatsApp us",
},
href: "https://wa.me/919876543210", ariaLabel: "WhatsApp us"},
]}
/>
</div>