Update src/app/page.tsx

This commit is contained in:
2026-06-06 07:03:49 +00:00
parent e7dbf88e21
commit c5be896ce2

View File

@@ -30,31 +30,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="The Big Chill"
button={{
text: "Reserve a Table",
href: "/reservations",
}}
text: "Reserve a Table", href: "/reservations"}}
animateOnLoad={true}
/>
</div>
@@ -62,32 +50,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="The Big Chill"
description="Experience the relaxed European charm of Delhi NCR's beloved café & bistro. Indulge in comfort food, classic pasta, delicious pizzas, and our legendary desserts."
tag="Your Culinary Escape"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/assortment-thanksgiving-day-delicious-dinner_23-2149100164.jpg",
imageAlt: "Delicious pasta dish",
},
imageSrc: "http://img.b2bpic.net/free-photo/assortment-thanksgiving-day-delicious-dinner_23-2149100164.jpg", imageAlt: "Delicious pasta dish"},
{
imageSrc: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg",
imageAlt: "Cozy cafe interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-creamy-cakes-delicious-sweets-tea-inside-plate-dark-background-cream-cake-biscuit-dessert-tea-color_140725-110233.jpg",
imageAlt: "Top view delicious sweets on plate",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-glass-white-wine_140725-4174.jpg",
imageAlt: "shrimps with arugula and bread served with white wine",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetable-meal-delicious-beans-meal-with-seasonings-blue-background_140725-58380.jpg",
imageAlt: "Front view cooked pasta along with fresh salad and soup on the brown surface",
},
imageSrc: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg", imageAlt: "Cozy cafe interior"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -116,41 +87,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "pasta",
title: "Handcrafted Pasta",
author: "Chef Antonio",
description: "Al dente pasta made fresh daily, tossed in rich, aromatic sauces.",
tags: [
"Italian",
"Comfort",
],
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-macaroni-with-tomato-chili-pepper-seeds-basil-white-dish_1150-22178.jpg",
imageAlt: "Platter of freshly made pasta",
},
id: "pasta", title: "Handcrafted Pasta", author: "Chef Antonio", description: "Al dente pasta made fresh daily, tossed in rich, aromatic sauces.", tags: [
"Italian", "Comfort"],
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-macaroni-with-tomato-chili-pepper-seeds-basil-white-dish_1150-22178.jpg", imageAlt: "Platter of freshly made pasta"},
{
id: "pizza",
title: "Artisan Pizzas",
author: "Chef Isabella",
description: "Thin-crust pizzas baked to perfection with gourmet toppings.",
tags: [
"Brick Oven",
"Crispy",
],
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134250.jpg",
imageAlt: "Gourmet pepperoni pizza",
},
id: "pizza", title: "Artisan Pizzas", author: "Chef Isabella", description: "Thin-crust pizzas baked to perfection with gourmet toppings.", tags: [
"Brick Oven", "Crispy"],
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134250.jpg", imageAlt: "Gourmet pepperoni pizza"},
{
id: "desserts",
title: "Legendary Desserts",
author: "Chef Sophia",
description: "Indulge in our famous cakes, pies, and sweet creations a perfect ending.",
tags: [
"Sweet",
"Iconic",
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549959.jpg",
imageAlt: "Decadent chocolate dessert",
},
id: "desserts", title: "Legendary Desserts", author: "Chef Sophia", description: "Indulge in our famous cakes, pies, and sweet creations a perfect ending.", tags: [
"Sweet", "Iconic"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549959.jpg", imageAlt: "Decadent chocolate dessert"},
]}
title="A Taste of Europe"
description="From hearty pasta to crispy pizzas and our iconic desserts, every dish is crafted with passion and authentic European flavors. Prepare for a culinary journey."
@@ -164,53 +111,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Regular Patron",
testimonial: "The Big Chill is my go-to for comfort food. The pasta is out of this world, and the ambiance is so inviting. It's like a mini-vacation!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
imageAlt: "happy woman dining cafe",
},
id: "1", name: "Sarah Johnson", role: "Regular Patron", testimonial: "The Big Chill is my go-to for comfort food. The pasta is out of this world, and the ambiance is so inviting. It's like a mini-vacation!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "happy woman dining cafe"},
{
id: "2",
name: "Michael Chen",
role: "Food Blogger",
testimonial: "As a food blogger, I'm constantly seeking unique flavors. The Big Chill's desserts are truly legendary a must-try for everyone in Delhi NCR.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sign-language-concept_23-2148572467.jpg",
imageAlt: "man relaxing coffee shop happy",
},
id: "2", name: "Michael Chen", role: "Food Blogger", testimonial: "As a food blogger, I'm constantly seeking unique flavors. The Big Chill's desserts are truly legendary a must-try for everyone in Delhi NCR.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sign-language-concept_23-2148572467.jpg", imageAlt: "man relaxing coffee shop happy"},
{
id: "3",
name: "Emily Rodriguez",
role: "Local Resident",
testimonial: "The relaxed European vibe here is unmatched. Its perfect for a casual dinner with friends or a cozy date night. Always a delightful experience.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-drinks-tacos_23-2149073435.jpg",
imageAlt: "couple enjoying dinner restaurant",
},
id: "3", name: "Emily Rodriguez", role: "Local Resident", testimonial: "The relaxed European vibe here is unmatched. Its perfect for a casual dinner with friends or a cozy date night. Always a delightful experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-drinks-tacos_23-2149073435.jpg", imageAlt: "couple enjoying dinner restaurant"},
{
id: "4",
name: "David Kim",
role: "Visitor from Mumbai",
testimonial: "Heard so much about The Big Chill and it exceeded all expectations! The pizzas were incredible, and the service was exceptional. Will definitely be back.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-talking-phone_1303-9907.jpg",
imageAlt: "young woman smiling cafe",
},
id: "4", name: "David Kim", role: "Visitor from Mumbai", testimonial: "Heard so much about The Big Chill and it exceeded all expectations! The pizzas were incredible, and the service was exceptional. Will definitely be back.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-talking-phone_1303-9907.jpg", imageAlt: "young woman smiling cafe"},
{
id: "5",
name: "Priya Sharma",
role: "Student",
testimonial: "My favorite place to unwind after classes. The coffee is great, and their banoffee pie is pure bliss. It's a true gem in Delhi.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-person-sitting-table-with-glasses-wine_23-2148016866.jpg",
imageAlt: "man with beard smiling restaurant",
},
id: "5", name: "Priya Sharma", role: "Student", testimonial: "My favorite place to unwind after classes. The coffee is great, and their banoffee pie is pure bliss. It's a true gem in Delhi.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-person-sitting-table-with-glasses-wine_23-2148016866.jpg", imageAlt: "man with beard smiling restaurant"},
{
id: "6",
name: "Anjali Singh",
role: "Dining Enthusiast",
testimonial: "A vibrant atmosphere and truly delicious food. The Big Chill always delivers an unforgettable experience, whether with family or friends.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-men-women-having-great-time-while-sitting-together-outdoor-bar-cheerful-friends-talking-drinking-beer_662251-791.jpg",
imageAlt: "diverse group friends dining",
},
id: "6", name: "Anjali Singh", role: "Dining Enthusiast", testimonial: "A vibrant atmosphere and truly delicious food. The Big Chill always delivers an unforgettable experience, whether with family or friends.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-men-women-having-great-time-while-sitting-together-outdoor-bar-cheerful-friends-talking-drinking-beer_662251-791.jpg", imageAlt: "diverse group friends dining"},
]}
title="What Our Guests Say"
description="Heartfelt reviews from our cherished patrons, sharing their memorable experiences at The Big Chill."
@@ -222,14 +133,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"#DelhiFoodies",
"#CafeCulture",
"#BistroVibes",
"#ChillOut",
"#PastaParadise",
"#DessertDreams",
"#TheBigChill",
]}
"#DelhiFoodies", "#CafeCulture", "#BistroVibes", "#ChillOut", "#PastaParadise", "#DessertDreams", "#TheBigChill"]}
title="Join Our Community"
description="Follow us on Instagram to see daily specials, behind-the-scenes glimpses, and mouth-watering updates from our vibrant community of food lovers!"
/>
@@ -239,13 +143,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="The Big Chill"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>