Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-05-18 13:55:01 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Leevon Chicken Point"
/>
@@ -55,37 +47,24 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Leevon Chicken Point: Taste of Perfection"
description="Serving the most delicious, spice-perfect, and fresh chicken in town. Join us for a meal that satisfies your cravings."
buttons={[
{
text: "View Menu",
href: "#products",
},
text: "View Menu", href: "#products"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-sliced-onions_140725-6083.jpg",
imageAlt: "Juicy chicken platter",
},
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-sliced-onions_140725-6083.jpg", imageAlt: "Juicy chicken platter"},
{
imageSrc: "http://img.b2bpic.net/free-photo/chicken-recipe-preparation_23-2147959041.jpg",
imageAlt: "Fresh preparation",
},
imageSrc: "http://img.b2bpic.net/free-photo/chicken-recipe-preparation_23-2147959041.jpg", imageAlt: "Fresh preparation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164783.jpg",
imageAlt: "Cozy atmosphere",
},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164783.jpg", imageAlt: "Cozy atmosphere"},
{
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-wooden-board-with-tomato-potato-pepper-sauces-pickles-top-view_141793-3737.jpg",
imageAlt: "Juicy chicken platter",
},
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-wooden-board-with-tomato-potato-pepper-sauces-pickles-top-view_141793-3737.jpg", imageAlt: "Juicy chicken platter"},
{
imageSrc: "http://img.b2bpic.net/free-photo/chicken-legs-with-spices-salt-ready-cooking_114579-53129.jpg",
imageAlt: "Fresh preparation",
},
imageSrc: "http://img.b2bpic.net/free-photo/chicken-legs-with-spices-salt-ready-cooking_114579-53129.jpg", imageAlt: "Fresh preparation"},
]}
mediaAnimation="blur-reveal"
/>
@@ -96,8 +75,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Passion for Quality"
description={[
"At Leevon Chicken Point, we believe quality is the secret ingredient. Our recipes are crafted with care to ensure every bite is packed with authentic flavor and tradition.",
]}
"At Leevon Chicken Point, we believe quality is the secret ingredient. Our recipes are crafted with care to ensure every bite is packed with authentic flavor and tradition."]}
/>
</div>
@@ -108,34 +86,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
label: "Quality",
title: "Farm Fresh",
items: [
"Always sourced daily",
"No frozen meat",
"Highest quality standards",
],
id: "f1", label: "Quality", title: "Farm Fresh", items: [
"Always sourced daily", "No frozen meat", "Highest quality standards"],
},
{
id: "f2",
label: "Taste",
title: "Traditional Spices",
items: [
"Secret masala blend",
"Authentic preparation",
"Rich, bold flavors",
],
id: "f2", label: "Taste", title: "Traditional Spices", items: [
"Secret masala blend", "Authentic preparation", "Rich, bold flavors"],
},
{
id: "f3",
label: "Experience",
title: "Quick Service",
items: [
"Ready when you are",
"Fast dine-in & takeaway",
"Great for family meals",
],
id: "f3", label: "Experience", title: "Quick Service", items: [
"Ready when you are", "Fast dine-in & takeaway", "Great for family meals"],
},
]}
title="Why Choose Leevon?"
@@ -151,59 +111,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Signature",
name: "Crispy Fried Chicken",
price: "$12.99",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-american-food_23-2148454910.jpg",
},
id: "p1", brand: "Signature", name: "Crispy Fried Chicken", price: "$12.99", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-american-food_23-2148454910.jpg"},
{
id: "p2",
brand: "Signature",
name: "Tandoori Chicken",
price: "$15.99",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-with-chilies-tomato-concrete-background_23-2148029734.jpg",
},
id: "p2", brand: "Signature", name: "Tandoori Chicken", price: "$15.99", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-with-chilies-tomato-concrete-background_23-2148029734.jpg"},
{
id: "p3",
brand: "Signature",
name: "Special Chicken Curry",
price: "$14.99",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-meal_23-2148825120.jpg",
},
id: "p3", brand: "Signature", name: "Special Chicken Curry", price: "$14.99", rating: 4,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-meal_23-2148825120.jpg"},
{
id: "p4",
brand: "Signature",
name: "Spicy Wings",
price: "$9.99",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/serving-crispy-fried-snack-served-with-red-pepper-sauce_140725-3921.jpg",
},
id: "p4", brand: "Signature", name: "Spicy Wings", price: "$9.99", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/serving-crispy-fried-snack-served-with-red-pepper-sauce_140725-3921.jpg"},
{
id: "p5",
brand: "Signature",
name: "Chicken Sandwich",
price: "$8.99",
rating: 4,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-desk-with-orange-juice_140725-6327.jpg",
},
id: "p5", brand: "Signature", name: "Chicken Sandwich", price: "$8.99", rating: 4,
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-desk-with-orange-juice_140725-6327.jpg"},
{
id: "p6",
brand: "Signature",
name: "Roasted Chicken",
price: "$19.99",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/baked-roasted-duck-with-vegetables-pan-old-wooden-background-top-view_1220-6625.jpg",
},
id: "p6", brand: "Signature", name: "Roasted Chicken", price: "$19.99", rating: 5,
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/baked-roasted-duck-with-vegetables-pan-old-wooden-background-top-view_1220-6625.jpg"},
]}
title="Signature Menu"
description="Explore our wide range of mouth-watering chicken dishes."
@@ -218,20 +142,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "5000+",
description: "Happy Meals Served",
},
id: "m1", value: "5000+", description: "Happy Meals Served"},
{
id: "m2",
value: "15+",
description: "Years of Tradition",
},
id: "m2", value: "15+", description: "Years of Tradition"},
{
id: "m3",
value: "99%",
description: "Freshness Rating",
},
id: "m3", value: "99%", description: "Freshness Rating"},
]}
title="Our Impact"
description="We are proud of the numbers that reflect your trust."
@@ -245,40 +160,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Amit Kumar",
role: "Food Blogger",
testimonial: "The best chicken I have ever had! Authentic flavors and great service.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg",
},
id: "1", name: "Amit Kumar", role: "Food Blogger", testimonial: "The best chicken I have ever had! Authentic flavors and great service.", imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg"},
{
id: "2",
name: "Priya Singh",
role: "Regular Customer",
testimonial: "Leevon Chicken Point is my go-to for family dinners. Always fresh and tasty.",
imageSrc: "http://img.b2bpic.net/free-photo/afro-woman-joying-holds-two-peppers_8353-10029.jpg",
},
id: "2", name: "Priya Singh", role: "Regular Customer", testimonial: "Leevon Chicken Point is my go-to for family dinners. Always fresh and tasty.", imageSrc: "http://img.b2bpic.net/free-photo/afro-woman-joying-holds-two-peppers_8353-10029.jpg"},
{
id: "3",
name: "Rahul Verma",
role: "Corporate Professional",
testimonial: "Excellent quality and quick service. Perfect for lunch.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
},
id: "3", name: "Rahul Verma", role: "Corporate Professional", testimonial: "Excellent quality and quick service. Perfect for lunch.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg"},
{
id: "4",
name: "Sneha Reddy",
role: "Local Resident",
testimonial: "The tandoori chicken is simply divine! Loved it.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-sincere-woman-holds-fresh-banana-near-ear-pretends-calling-friend-returns-from-market-good-mood-carries-fabric-bag-full-fresh-vegetables-foolishes-around-isolated-pink-background_273609-62760.jpg",
},
id: "4", name: "Sneha Reddy", role: "Local Resident", testimonial: "The tandoori chicken is simply divine! Loved it.", imageSrc: "http://img.b2bpic.net/free-photo/positive-sincere-woman-holds-fresh-banana-near-ear-pretends-calling-friend-returns-from-market-good-mood-carries-fabric-bag-full-fresh-vegetables-foolishes-around-isolated-pink-background_273609-62760.jpg"},
{
id: "5",
name: "Vikram Desai",
role: "Foodie",
testimonial: "Consistently great taste over the years. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
},
id: "5", name: "Vikram Desai", role: "Foodie", testimonial: "Consistently great taste over the years. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg"},
]}
title="Customer Stories"
description="See why our customers keep coming back for more."
@@ -291,20 +181,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you offer home delivery?",
content: "Yes, we offer fast home delivery services within a 5km radius.",
},
id: "q1", title: "Do you offer home delivery?", content: "Yes, we offer fast home delivery services within a 5km radius."},
{
id: "q2",
title: "Are your chickens halal?",
content: "Yes, all our chicken preparations are strictly halal.",
},
id: "q2", title: "Are your chickens halal?", content: "Yes, all our chicken preparations are strictly halal."},
{
id: "q3",
title: "Can I book for events?",
content: "Absolutely, please contact us for bulk orders and catering services.",
},
id: "q3", title: "Can I book for events?", content: "Absolutely, please contact us for bulk orders and catering services."},
]}
imageSrc="http://img.b2bpic.net/free-photo/female-bakery-owner-counter-with-croissant-talking-mobile-phone_23-2148189128.jpg"
title="Frequently Asked Questions"
@@ -314,53 +195,42 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
text="Have a query or want to place an order? Contact us today for the best chicken in town!"
<ContactCTA
tag="Contact Us"
title="Ready to order your favorite meal?"
description="Reach out to us for orders, catering, or any feedback. We are here to serve you the best chicken in town."
buttons={[
{
text: "Call Us",
href: "tel:+919999999999",
},
{ text: "Call Us Now", href: "tel:+919999999999" },
{ text: "WhatsApp Order", href: "https://wa.me/919999999999" }
]}
background={{ variant: "radial-gradient" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
<FooterBase
logoText="Leevon Chicken Point"
columns={[
{
title: "Navigation",
items: [
{
label: "Menu",
href: "#products",
},
{
label: "About",
href: "#about",
},
title: "Location & Hours", items: [
{ label: "123 Chicken St, City Center", href: "#" },
{ label: "Open Daily: 11 AM - 11 PM", href: "#" }
],
},
{
title: "Contact",
items: [
{
label: "Call Us",
href: "tel:+919999999999",
},
{
label: "Visit Us",
href: "#contact",
},
title: "Order Now", items: [
{ label: "Call: +91 99999 99999", href: "tel:+919999999999" },
{ label: "Order via WhatsApp", href: "https://wa.me/919999999999" },
],
},
{
title: "Info", items: [
{ label: "Menu", href: "#products" },
{ label: "About Us", href: "#about" },
],
},
]}
copyrightText="© 2024 Leevon Chicken Point. All rights reserved."
copyrightText="© 2025 Leevon Chicken Point. All rights reserved."
/>
</div>
</ReactLenis>