Merge version_1 into main #1
292
src/app/page.tsx
292
src/app/page.tsx
@@ -32,120 +32,44 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="ChickenHub"
|
||||
button={{ text: "Order Now", href: "#menu" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Authentic Chicken Flavors"
|
||||
description="Experience the legendary taste of our signature Biryani, Tandoori, and crispy chicken snacks. Crafted with passion, served with perfection."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rahul Verma",
|
||||
handle: "@rahul",
|
||||
testimonial: "The best biryani in town! Pure flavors.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-coppery-pans-with-marinated-chicken-garnished-with-tomatoes-herbs_141793-510.jpg",
|
||||
},
|
||||
{
|
||||
name: "Anita Rao",
|
||||
handle: "@anita",
|
||||
testimonial: "Loved the tandoori chicken, so juicy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg",
|
||||
},
|
||||
{
|
||||
name: "Vikram Singh",
|
||||
handle: "@vikram",
|
||||
testimonial: "Chicken pakodi is highly addictive!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lime-spices-near-pan-with-rice-dish_23-2147894780.jpg",
|
||||
},
|
||||
{
|
||||
name: "Priya Shah",
|
||||
handle: "@priya",
|
||||
testimonial: "A must-visit for chicken lovers.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fettuchini-with-grilled-shrimps-cheese_140725-10730.jpg",
|
||||
},
|
||||
{
|
||||
name: "Amit Kumar",
|
||||
handle: "@amit",
|
||||
testimonial: "Consistently great quality every visit.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-man-with-beard-restaurant_1262-3602.jpg",
|
||||
},
|
||||
{ name: "Rahul Verma", handle: "@rahul", testimonial: "The best biryani in town! Pure flavors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-coppery-pans-with-marinated-chicken-garnished-with-tomatoes-herbs_141793-510.jpg" },
|
||||
{ name: "Anita Rao", handle: "@anita", testimonial: "Loved the tandoori chicken, so juicy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg" },
|
||||
{ name: "Vikram Singh", handle: "@vikram", testimonial: "Chicken pakodi is highly addictive!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lime-spices-near-pan-with-rice-dish_23-2147894780.jpg" },
|
||||
{ name: "Priya Shah", handle: "@priya", testimonial: "A must-visit for chicken lovers.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/delicious-fettuchini-with-grilled-shrimps-cheese_140725-10730.jpg" },
|
||||
{ name: "Amit Kumar", handle: "@amit", testimonial: "Consistently great quality every visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-man-with-beard-restaurant_1262-3602.jpg" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plate-pilaf-prepared-with-corn-green-peas_141793-1111.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663878.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663878.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Fresh",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Award Winning",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Recipes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Delivery",
|
||||
},
|
||||
{ type: "text", text: "100% Fresh" },
|
||||
{ type: "text", text: "Award Winning" },
|
||||
{ type: "text", text: "Locally Sourced" },
|
||||
{ type: "text", text: "Traditional Recipes" },
|
||||
{ type: "text", text: "Fast Delivery" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,42 +94,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Biryani",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistan-meal-assortment_23-2148821515.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tandoori Chicken",
|
||||
price: "$15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-appetizing-chicken-with-herbs-onion-lemon-board-sauce_140725-73720.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Crispy Pakodi",
|
||||
price: "$8.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Butter Chicken",
|
||||
price: "$14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-eggplant-salad-bowl-grey-surface_140725-88536.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chilli Chicken",
|
||||
price: "$11.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-food-peppers_23-2148747677.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Spicy Wings",
|
||||
price: "$9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29531.jpg",
|
||||
},
|
||||
{ id: "1", name: "Classic Biryani", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistan-meal-assortment_23-2148821515.jpg" },
|
||||
{ id: "2", name: "Tandoori Chicken", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/chicken-appetizing-chicken-with-herbs-onion-lemon-board-sauce_140725-73720.jpg" },
|
||||
{ id: "3", name: "Crispy Pakodi", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg" },
|
||||
{ id: "4", name: "Butter Chicken", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-eggplant-salad-bowl-grey-surface_140725-88536.jpg" },
|
||||
{ id: "5", name: "Chilli Chicken", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-food-peppers_23-2148747677.jpg" },
|
||||
{ id: "6", name: "Spicy Wings", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29531.jpg" },
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Explore our curated selection of mouth-watering chicken dishes."
|
||||
@@ -217,24 +111,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Locally sourced spices and high-quality chicken.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-portions-delicious-rice-blue-plate-high-quality-photo_114579-78836.jpg",
|
||||
imageAlt: "Fresh",
|
||||
},
|
||||
{
|
||||
title: "Secret Spices",
|
||||
description: "Authentic blends used for generations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-cooken-teriyaki-sauce_114579-2017.jpg",
|
||||
imageAlt: "Spices",
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Hot and fresh to your doorstep.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-colorful-spices-chicken-with-herbs-lavash-board_140725-73709.jpg",
|
||||
imageAlt: "Delivery",
|
||||
},
|
||||
{ title: "Fresh Ingredients", description: "Locally sourced spices and high-quality chicken.", imageSrc: "http://img.b2bpic.net/free-photo/two-portions-delicious-rice-blue-plate-high-quality-photo_114579-78836.jpg", imageAlt: "Fresh" },
|
||||
{ title: "Secret Spices", description: "Authentic blends used for generations.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-cooken-teriyaki-sauce_114579-2017.jpg", imageAlt: "Spices" },
|
||||
{ title: "Fast Delivery", description: "Hot and fresh to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-colorful-spices-chicken-with-herbs-lavash-board_140725-73709.jpg", imageAlt: "Delivery" },
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="We prioritize quality and customer experience above all else."
|
||||
@@ -246,14 +125,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"FoodieHub",
|
||||
"CityEats",
|
||||
"LocalFoodie",
|
||||
"TastyTrips",
|
||||
"ChefChoice",
|
||||
"FlavorMap",
|
||||
"DineOut",
|
||||
]}
|
||||
"FoodieHub", "CityEats", "LocalFoodie", "TastyTrips", "ChefChoice", "FlavorMap", "DineOut"]}
|
||||
title="Loved by Foodies"
|
||||
description="Trusted by the top food networks and enthusiasts."
|
||||
/>
|
||||
@@ -264,46 +136,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Food!",
|
||||
quote: "Fantastic service and even better taste.",
|
||||
name: "Sarah",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Best Pakodi",
|
||||
quote: "I come here weekly just for the pakodi.",
|
||||
name: "John",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543792.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Authentic Taste",
|
||||
quote: "Just like home cooking.",
|
||||
name: "Emily",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-eating-dessert-library_23-2147860599.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Must Try",
|
||||
quote: "Everything I tried was excellent.",
|
||||
name: "David",
|
||||
role: "Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Quality First",
|
||||
quote: "Clean, fresh, and delicious.",
|
||||
name: "Maria",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-fried-chicken-with-sauce-cafe_1303-26172.jpg",
|
||||
},
|
||||
{ id: "1", title: "Great Food!", quote: "Fantastic service and even better taste.", name: "Sarah", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" },
|
||||
{ id: "2", title: "Best Pakodi", quote: "I come here weekly just for the pakodi.", name: "John", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543792.jpg" },
|
||||
{ id: "3", title: "Authentic Taste", quote: "Just like home cooking.", name: "Emily", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-eating-dessert-library_23-2147860599.jpg" },
|
||||
{ id: "4", title: "Must Try", quote: "Everything I tried was excellent.", name: "David", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" },
|
||||
{ id: "5", title: "Quality First", quote: "Clean, fresh, and delicious.", name: "Maria", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-fried-chicken-with-sauce-cafe_1303-26172.jpg" },
|
||||
]}
|
||||
title="Guest Reviews"
|
||||
description="Read what our happy diners have to say."
|
||||
@@ -314,21 +151,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we deliver across the city.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Our main focus is chicken but we have some sides.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What are your hours?",
|
||||
content: "Open daily from 11 AM to 11 PM.",
|
||||
},
|
||||
{ id: "1", title: "Do you offer delivery?", content: "Yes, we deliver across the city." },
|
||||
{ id: "2", title: "Are there vegetarian options?", content: "Our main focus is chicken but we have some sides." },
|
||||
{ id: "3", title: "What are your hours?", content: "Open daily from 11 AM to 11 PM." },
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -338,17 +163,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Ready to eat?"
|
||||
description="Come visit us today or call for home delivery."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Contact Us", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -359,29 +179,15 @@ export default function LandingPage() {
|
||||
logoText="ChickenHub"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
title: "Links", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -390,4 +196,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user