Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-08 07:33:35 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Gallery",
id: "gallery",
},
name: "Gallery", id: "gallery"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Dakshal's Café"
/>
@@ -54,45 +46,28 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Fuel Your Hunger. Drive Your Passion."
description="A unique car-themed café where food meets speed and style."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Book a Table",
href: "#contact",
},
text: "Book a Table", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg?_wi=1",
imageAlt: "Sports car in cafe",
},
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg", imageAlt: "Sports car in cafe"},
{
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg?_wi=2",
imageAlt: "Car cafe view",
},
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg", imageAlt: "Car cafe view"},
{
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg?_wi=3",
imageAlt: "Speedy vibe",
},
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg", imageAlt: "Speedy vibe"},
{
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg?_wi=4",
imageAlt: "Racing aesthetic",
},
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg", imageAlt: "Racing aesthetic"},
{
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg?_wi=5",
imageAlt: "Luxury car cafe",
},
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg", imageAlt: "Luxury car cafe"},
{
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg?_wi=6",
imageAlt: "Cafe dining",
},
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg", imageAlt: "Cafe dining"},
]}
/>
</div>
@@ -102,9 +77,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The Ultimate Pit Stop"
description={[
"Dakshals Café is a sanctuary for car lovers, blending high-octane passion with gourmet comfort.",
"Our car-themed interiors create an immersive motorsport atmosphere, perfect for fueling up, relaxing with friends, or enjoying our signature racing-inspired menu.",
]}
"Dakshals Café is a sanctuary for car lovers, blending high-octane passion with gourmet comfort.", "Our car-themed interiors create an immersive motorsport atmosphere, perfect for fueling up, relaxing with friends, or enjoying our signature racing-inspired menu."]}
/>
</div>
@@ -116,47 +89,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "m1",
name: "Racing Fries",
price: "$5",
variant: "Snacks",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg?_wi=1",
},
id: "m1", name: "Racing Fries", price: "$5", variant: "Snacks", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg"},
{
id: "m2",
name: "Nitro Burger",
price: "$12",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg?_wi=2",
},
id: "m2", name: "Nitro Burger", price: "$12", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg"},
{
id: "m3",
name: "Turbo Pizza",
price: "$15",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg?_wi=3",
},
id: "m3", name: "Turbo Pizza", price: "$15", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg"},
{
id: "m4",
name: "Speedy Sundae",
price: "$8",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg?_wi=4",
},
id: "m4", name: "Speedy Sundae", price: "$8", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg"},
{
id: "m5",
name: "Cold Coffee",
price: "$6",
variant: "Drink",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg?_wi=5",
},
id: "m5", name: "Cold Coffee", price: "$6", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg"},
{
id: "m6",
name: "Drift Pasta",
price: "$11",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg?_wi=6",
},
id: "m6", name: "Drift Pasta", price: "$11", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg"},
]}
title="Our Track-Side Menu"
description="Premium ingredients, racing-inspired names."
@@ -170,40 +113,40 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "AC Available",
description: "Stay cool in the heat of the race.",
icon: Gauge,
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg?_wi=7",
imageAlt: "sports car interior café lighting",
title: "AC Available", description: "Stay cool in the heat of the race.", icon: Gauge,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg", imageAlt: "sports car interior café lighting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg", imageAlt: "sports car interior café lighting" }
]
},
{
title: "Free WiFi",
description: "Stay connected while you refuel.",
icon: Wifi,
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg?_wi=7",
imageAlt: "gourmet burger food photography dark",
title: "Free WiFi", description: "Stay connected while you refuel.", icon: Wifi,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg", imageAlt: "gourmet burger food photography dark" },
{ imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg", imageAlt: "gourmet burger food photography dark" }
]
},
{
title: "Live Sports",
description: "Catch every race on the big screen.",
icon: Tv,
imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469770.jpg?_wi=1",
imageAlt: "modern industrial cafe interior",
title: "Live Sports", description: "Catch every race on the big screen.", icon: Tv,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469770.jpg", imageAlt: "modern industrial cafe interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469770.jpg", imageAlt: "modern industrial cafe interior" }
]
},
{
title: "Car Meetups",
description: "Join our weekly car enthusiast gatherings.",
icon: Car,
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg?_wi=8",
imageAlt: "sports car interior café lighting",
title: "Car Meetups", description: "Join our weekly car enthusiast gatherings.", icon: Car,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg", imageAlt: "sports car interior café lighting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg", imageAlt: "sports car interior café lighting" }
]
},
{
title: "Gram-Ready",
description: "Perfect interiors for your next post.",
icon: Camera,
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg?_wi=8",
imageAlt: "gourmet burger food photography dark",
},
title: "Gram-Ready", description: "Perfect interiors for your next post.", icon: Camera,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg", imageAlt: "gourmet burger food photography dark" },
{ imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg", imageAlt: "gourmet burger food photography dark" }
]
}
]}
title="The Full Experience"
description="Everything you need to fuel your visit."
@@ -216,50 +159,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Great Experience",
quote: "Best café for car lovers!",
name: "Alex R.",
role: "Fan",
imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469770.jpg?_wi=2",
imageAlt: "modern industrial cafe interior",
},
id: "t1", title: "Great Experience", quote: "Best café for car lovers!", name: "Alex R.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469770.jpg", imageAlt: "modern industrial cafe interior"},
{
id: "t2",
title: "Speedy Service",
quote: "Amazing vibe and tasty food.",
name: "Sam K.",
role: "Fan",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg?_wi=9",
imageAlt: "sports car interior café lighting",
},
id: "t2", title: "Speedy Service", quote: "Amazing vibe and tasty food.", name: "Sam K.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg", imageAlt: "sports car interior café lighting"},
{
id: "t3",
title: "Vibe Check",
quote: "Perfect place to hang out.",
name: "Jordan P.",
role: "Fan",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg?_wi=9",
imageAlt: "gourmet burger food photography dark",
},
id: "t3", title: "Vibe Check", quote: "Perfect place to hang out.", name: "Jordan P.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg", imageAlt: "gourmet burger food photography dark"},
{
id: "t4",
title: "Fueling Up",
quote: "Truly unique theme.",
name: "Taylor B.",
role: "Fan",
imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469770.jpg?_wi=3",
imageAlt: "modern industrial cafe interior",
},
id: "t4", title: "Fueling Up", quote: "Truly unique theme.", name: "Taylor B.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469770.jpg", imageAlt: "modern industrial cafe interior"},
{
id: "t5",
title: "Car Meetup",
quote: "Great gathering spot.",
name: "Casey W.",
role: "Fan",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg?_wi=10",
imageAlt: "sports car interior café lighting",
},
id: "t5", title: "Car Meetup", quote: "Great gathering spot.", name: "Casey W.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg", imageAlt: "sports car interior café lighting"},
]}
title="Drivers' Feedback"
description="What our customers say about the ride."
@@ -270,8 +178,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Call +91 99999 99999 | Join our WhatsApp Community | Located at Raceway Road, City Centre."
/>
</div>
@@ -281,24 +188,15 @@ export default function LandingPage() {
logoText="Dakshal's Café"
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Gallery",
href: "#gallery",
},
label: "Gallery", href: "#gallery"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}