Merge version_1 into main #2
196
src/app/page.tsx
196
src/app/page.tsx
@@ -31,69 +31,38 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "about",
|
||||
},
|
||||
name: "Experience", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Book",
|
||||
id: "booking",
|
||||
},
|
||||
name: "Book", id: "booking"},
|
||||
]}
|
||||
brandName="Desi 2"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#booking",
|
||||
}}
|
||||
text: "Book Now", href: "#booking"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Not Your Average Curry House."
|
||||
description="Bold spice. Fire-grilled perfection. The home of unforgettable flavour."
|
||||
tag="Home of Spice"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Book a Table", href: "#booking"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571782.jpg",
|
||||
imageAlt: "Sizzling mixed grill and curry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571782.jpg", imageAlt: "Sizzling mixed grill and curry"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg?_wi=1",
|
||||
imageAlt: "Dramatic food lighting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-persian-herb-stew-with-rice-spices_140725-7194.jpg?_wi=1",
|
||||
imageAlt: "Gourmet curry bowl",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=1",
|
||||
imageAlt: "Luxury restaurant lounge",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-near-display-case-with-tartines_23-2147830513.jpg?_wi=1",
|
||||
imageAlt: "Signature cocktails and dinner",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg", imageAlt: "Dramatic food lighting"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -108,19 +77,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Flame-grilled",
|
||||
value: "Freshly cooked",
|
||||
},
|
||||
label: "Flame-grilled", value: "Freshly cooked"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Authentic",
|
||||
value: "No compromise",
|
||||
},
|
||||
label: "Authentic", value: "No compromise"},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Mastery",
|
||||
value: "Bold spice",
|
||||
},
|
||||
label: "Mastery", value: "Bold spice"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -134,20 +97,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Flame-grilled to order",
|
||||
description: "Authentic, charred perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=2",
|
||||
},
|
||||
title: "Flame-grilled to order", description: "Authentic, charred perfection.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg"},
|
||||
{
|
||||
title: "Spice levels tailored to you",
|
||||
description: "We make it how you like it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg?_wi=2",
|
||||
},
|
||||
title: "Spice levels tailored to you", description: "We make it how you like it.", imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg"},
|
||||
{
|
||||
title: "Live sports & great drinks",
|
||||
description: "Social hotspot vibes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-near-display-case-with-tartines_23-2147830513.jpg?_wi=2",
|
||||
},
|
||||
title: "Live sports & great drinks", description: "Social hotspot vibes.", imageSrc: "http://img.b2bpic.net/free-photo/waitress-near-display-case-with-tartines_23-2147830513.jpg"},
|
||||
]}
|
||||
title="Why Desi 2?"
|
||||
description="More than just a meal—an atmosphere designed for memories."
|
||||
@@ -161,40 +115,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@localfoodie",
|
||||
testimonial: "Best mixed grill in the West Midlands — simple!!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269174.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@localfoodie", testimonial: "Best mixed grill in the West Midlands — simple!!", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269174.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@diningexpert",
|
||||
testimonial: "The best curries I have ever had.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173252.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", handle: "@diningexpert", testimonial: "The best curries I have ever had.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173252.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@spicefan",
|
||||
testimonial: "Perfect heat — not just in Indian food, but any food I’ve ever had.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@spicefan", testimonial: "Perfect heat — not just in Indian food, but any food I’ve ever had.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@localwestmid",
|
||||
testimonial: "Amazing food, fantastic atmosphere, every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-nice-old-man-smiling-camera-restaurant-man-his-sixties-adult-man_482257-19910.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@localwestmid", testimonial: "Amazing food, fantastic atmosphere, every time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-nice-old-man-smiling-camera-restaurant-man-his-sixties-adult-man_482257-19910.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anita M.",
|
||||
handle: "@foodlover",
|
||||
testimonial: "Friendly staff, great drinks, and top-class grill. Spice is real here!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-multiethnic-people-dining-room-celebrating-winter-holiday-with-traditional-home-cooked-food-happy-festive-family-enjoying-christmas-dinner-home-while-eating-together-handheld-shot_482257-48674.jpg",
|
||||
},
|
||||
id: "5", name: "Anita M.", handle: "@foodlover", testimonial: "Friendly staff, great drinks, and top-class grill. Spice is real here!", imageSrc: "http://img.b2bpic.net/free-photo/joyful-multiethnic-people-dining-room-celebrating-winter-holiday-with-traditional-home-cooked-food-happy-festive-family-enjoying-christmas-dinner-home-while-eating-together-handheld-shot_482257-48674.jpg"},
|
||||
]}
|
||||
title="What Locals Say"
|
||||
description="Authenticity you can taste. Reputation we stand by."
|
||||
@@ -209,41 +138,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mixed Grill",
|
||||
price: "£18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-persian-herb-stew-with-rice-spices_140725-7194.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Mixed Grill", price: "£18", imageSrc: "http://img.b2bpic.net/free-photo/traditional-persian-herb-stew-with-rice-spices_140725-7194.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Butter Chicken",
|
||||
price: "£14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-persian-herb-stew-with-rice-spices_140725-7194.jpg?_wi=3",
|
||||
},
|
||||
id: "2", name: "Butter Chicken", price: "£14", imageSrc: "http://img.b2bpic.net/free-photo/traditional-persian-herb-stew-with-rice-spices_140725-7194.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lamb Curry",
|
||||
price: "£15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-persian-herb-stew-with-rice-spices_140725-7194.jpg?_wi=4",
|
||||
},
|
||||
id: "3", name: "Lamb Curry", price: "£15", imageSrc: "http://img.b2bpic.net/free-photo/traditional-persian-herb-stew-with-rice-spices_140725-7194.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tandoori Special",
|
||||
price: "£17",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-persian-herb-stew-with-rice-spices_140725-7194.jpg?_wi=5",
|
||||
},
|
||||
id: "4", name: "Tandoori Special", price: "£17", imageSrc: "http://img.b2bpic.net/free-photo/traditional-persian-herb-stew-with-rice-spices_140725-7194.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Veg Platter",
|
||||
price: "£12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-persian-herb-stew-with-rice-spices_140725-7194.jpg?_wi=6",
|
||||
},
|
||||
id: "5", name: "Veg Platter", price: "£12", imageSrc: "http://img.b2bpic.net/free-photo/traditional-persian-herb-stew-with-rice-spices_140725-7194.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "House Curry",
|
||||
price: "£13",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-persian-herb-stew-with-rice-spices_140725-7194.jpg?_wi=7",
|
||||
},
|
||||
id: "6", name: "House Curry", price: "£13", imageSrc: "http://img.b2bpic.net/free-photo/traditional-persian-herb-stew-with-rice-spices_140725-7194.jpg"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Authentic recipes, fresh ingredients."
|
||||
@@ -254,20 +159,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reserve Today"
|
||||
title="Reserve Your Table Tonight"
|
||||
description="Walk-ins welcome, but tables fill fast. Secure your spot now."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Now", href: "#"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+440000000000",
|
||||
},
|
||||
text: "Call Us", href: "tel:+440000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -278,49 +178,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Booking",
|
||||
href: "#booking",
|
||||
},
|
||||
label: "Booking", href: "#booking"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user