Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-21 16:43:53 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Urban Spice"
/>
@@ -55,42 +43,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "sparkles-gradient",
}}
title="Flavor That ignites the Senses"
background={{ variant: "sparkles-gradient" }}
title="Flavor That Ignites the Senses"
description="Authentic, handcrafted dishes delivered directly to your doorstep. Experience the essence of Urban Spice."
buttons={[
{
text: "Order Now",
href: "#menu",
},
]}
buttons={[{ text: "Order Now", href: "#menu" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/juicy-bacon-cheeseburger_23-2151950563.jpg",
imageAlt: "Gourmet burger presentation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-tuna-cheese-arugula-basil-tomatoes-olives-sprinkled-with-cheese_78826-2269.jpg",
imageAlt: "Artisanal wood-fired pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-freshly-squeezed-grapefruit-juice-with-grapefruit-slices_140725-13945.jpg",
imageAlt: "Fresh craft cocktail",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-cooked-potatoes-meat-grey-space_140725-75717.jpg",
imageAlt: "Signature spicy curry dish",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bruschetta-meat-front-view_23-2148516952.jpg",
imageAlt: "Traditional naan bread",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg",
imageAlt: "Gourmet dining atmosphere",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/juicy-bacon-cheeseburger_23-2151950563.jpg", imageAlt: "Gourmet burger presentation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-tuna-cheese-arugula-basil-tomatoes-olives-sprinkled-with-cheese_78826-2269.jpg", imageAlt: "Artisanal wood-fired pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-freshly-squeezed-grapefruit-juice-with-grapefruit-slices_140725-13945.jpg", imageAlt: "Fresh craft cocktail" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-cooked-potatoes-meat-grey-space_140725-75717.jpg", imageAlt: "Signature spicy curry dish" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-bruschetta-meat-front-view_23-2148516952.jpg", imageAlt: "Traditional naan bread" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "Gourmet dining atmosphere" },
]}
/>
</div>
@@ -101,18 +64,9 @@ export default function LandingPage() {
title="Our Culinary Journey"
description="Founded on a passion for bold flavors, Urban Spice blends traditional heritage with modern techniques. Every plate tells a story."
metrics={[
{
value: "15+",
title: "Years Experience",
},
{
value: "50+",
title: "Unique Dishes",
},
{
value: "10k+",
title: "Happy Customers",
},
{ value: "15+", title: "Years Experience" },
{ value: "50+", title: "Unique Dishes" },
{ value: "10k+", title: "Happy Customers" },
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-chef-with-gloves-sprinkled-salt-onto-fresh-fish-pomegranate-seeds-bowl-table_179666-44311.jpg"
imageAlt="Chef preparing signature spice blend"
@@ -128,42 +82,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Classic Urban Burger",
price: "$14",
imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1541.jpg",
},
{
id: "p2",
name: "Spicy Pepperoni Pizza",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms-wooden-table_123827-21877.jpg",
},
{
id: "p3",
name: "Craft Passion Fruit Soda",
price: "$6",
imageSrc: "http://img.b2bpic.net/free-photo/ice-drinking-cocktails-glass_1203-9370.jpg",
},
{
id: "p4",
name: "Truffle Mushroom Burger",
price: "$16",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hamburger-front-wooden-wall_23-2148374862.jpg",
},
{
id: "p5",
name: "Margherita Basil Pizza",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-pan-with-chopped-herbs_140725-6158.jpg",
},
{
id: "p6",
name: "Urban Signature Iced Tea",
price: "$5",
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-splash-with-ice-cubes-dark-background_84443-83661.jpg",
},
{ id: "p1", name: "Classic Urban Burger", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1541.jpg" },
{ id: "p2", name: "Spicy Pepperoni Pizza", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms-wooden-table_123827-21877.jpg" },
{ id: "p3", name: "Craft Passion Fruit Soda", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/ice-drinking-cocktails-glass_1203-9370.jpg" },
{ id: "p4", name: "Truffle Mushroom Burger", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/delicious-hamburger-front-wooden-wall_23-2148374862.jpg" },
{ id: "p5", name: "Margherita Basil Pizza", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-pan-with-chopped-herbs_140725-6158.jpg" },
{ id: "p6", name: "Urban Signature Iced Tea", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-splash-with-ice-cubes-dark-background_84443-83661.jpg" },
]}
title="Signature Menu"
description="Explore our curated selection of flavors, from classic comfort foods to spicy specialties."
@@ -175,27 +99,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
tag: "Quality",
title: "Farm to Table",
subtitle: "Sourced daily",
description: "Fresh ingredients ensure maximum flavor.",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-vegetables-chili-flakes-wooden-background_23-2147956521.jpg",
},
{
tag: "Service",
title: "Fast Delivery",
subtitle: "Hot to your door",
description: "Rapid logistics for optimal freshness.",
imageSrc: "http://img.b2bpic.net/free-photo/food-delivery-quarantine-stay-home-order-online-concept-friendly-courier-red-uniform-cap_1258-107926.jpg",
},
{
tag: "Heritage",
title: "Secret Recipes",
subtitle: "Crafted with passion",
description: "Unique spice blends passed through generations.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-soup-with-different-seasonings-dark-background-soup-mushroom-seasoning-food-meal_140725-80745.jpg",
},
{ tag: "Quality", title: "Farm to Table", subtitle: "Sourced daily", description: "Fresh ingredients ensure maximum flavor.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-vegetables-chili-flakes-wooden-background_23-2147956521.jpg" },
{ tag: "Service", title: "Fast Delivery", subtitle: "Hot to your door", description: "Rapid logistics for optimal freshness.", imageSrc: "http://img.b2bpic.net/free-photo/food-delivery-quarantine-stay-home-order-online-concept-friendly-courier-red-uniform-cap_1258-107926.jpg" },
{ tag: "Heritage", title: "Secret Recipes", subtitle: "Crafted with passion", description: "Unique spice blends passed through generations.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-soup-with-different-seasonings-dark-background-soup-mushroom-seasoning-food-meal_140725-80745.jpg" },
]}
title="Why Urban Spice?"
description="Excellence in every bite, every service, every time."
@@ -209,27 +115,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "98%",
title: "Fresh Ingredients",
description: "Locally sourced produce daily.",
icon: Leaf,
},
{
id: "m2",
value: "15m",
title: "Average Prep",
description: "Speed meets culinary perfection.",
icon: Clock,
},
{
id: "m3",
value: "4.9",
title: "Google Rating",
description: "Loved by thousands of foodies.",
icon: Star,
},
{ id: "m1", value: "98%", title: "Fresh Ingredients", description: "Locally sourced produce daily.", icon: Leaf },
{ id: "m2", value: "15m", title: "Average Prep", description: "Speed meets culinary perfection.", icon: Clock },
{ id: "m3", value: "4.9", title: "Google Rating", description: "Loved by thousands of foodies.", icon: Star },
]}
title="Our Impact"
description="Numbers speak for themselves."
@@ -242,41 +130,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alex R.",
handle: "@alexfoodie",
testimonial: "The best burger I've had in years. Absolute perfection!",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg",
},
{
id: "t2",
name: "Sarah K.",
handle: "@sarahk",
testimonial: "The spicy pizza is incredible. Can't recommend enough.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-blowing-maple-leaves-looking-camera_23-2148229394.jpg",
},
{
id: "t3",
name: "Mike J.",
handle: "@mikej",
testimonial: "Quick delivery and consistently fresh meals.",
imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg",
},
{
id: "t4",
name: "Elena P.",
handle: "@elenap",
testimonial: "The drinks menu is as good as the food. Great experience.",
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg",
},
{
id: "t5",
name: "David W.",
handle: "@davidw",
testimonial: "Urban Spice is now my go-to for late-night cravings.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
},
{ id: "t1", name: "Alex R.", handle: "@alexfoodie", testimonial: "The best burger I've had in years. Absolute perfection!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg" },
{ id: "t2", name: "Sarah K.", handle: "@sarahk", testimonial: "The spicy pizza is incredible. Can't recommend enough.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-blowing-maple-leaves-looking-camera_23-2148229394.jpg" },
{ id: "t3", name: "Mike J.", handle: "@mikej", testimonial: "Quick delivery and consistently fresh meals.", imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg" },
{ id: "t4", name: "Elena P.", handle: "@elenap", testimonial: "The drinks menu is as good as the food. Great experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg" },
{ id: "t5", name: "David W.", handle: "@davidw", testimonial: "Urban Spice is now my go-to for late-night cravings.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg" },
]}
title="Customer Stories"
description="Hear what our amazing patrons have to say."
@@ -288,21 +146,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Do you offer catering?",
content: "Yes, we specialize in corporate and private event catering.",
},
{
id: "f2",
title: "How spicy are the dishes?",
content: "We offer levels from mild to extra spicy. Customize as you like!",
},
{
id: "f3",
title: "Are you open on Sundays?",
content: "Yes, we are open seven days a week for your convenience.",
},
{ id: "f1", title: "Do you offer catering?", content: "Yes, we specialize in corporate and private event catering." },
{ id: "f2", title: "How spicy are the dishes?", content: "We offer levels from mild to extra spicy. Customize as you like!" },
{ id: "f3", title: "Are you open on Sundays?", content: "Yes, we are open seven days a week for your convenience." },
]}
imageSrc="http://img.b2bpic.net/free-photo/female-chef-putting-sauce-dish_23-2148763119.jpg"
title="Frequently Asked"
@@ -314,9 +160,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Visit Us"
title="Ready to Eat?"
description="Call us at +1 (555) 123-4567 or visit us at 123 Gourmet St, Culinary City."
@@ -326,30 +170,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Menu",
href: "#menu",
},
{
label: "About",
href: "#about",
},
],
},
{
items: [
{
label: "Order via WhatsApp",
href: "https://wa.me/15551234567",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }] },
{ items: [{ label: "Order via WhatsApp", href: "https://wa.me/15551234567" }, { label: "Privacy Policy", href: "#" }] },
]}
logoText="Urban Spice"
/>
@@ -357,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}