Update src/app/page.tsx

This commit is contained in:
2026-04-19 23:39:47 +00:00
parent 3486711576
commit 263febdd53

View File

@@ -29,25 +29,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "Reservations",
id: "/reservations",
},
name: "Reservations", id: "/reservations"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Lounge Restaurant"
/>
@@ -56,64 +46,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Cuisine & Cocktails in Charlesbourg"
description="Experience modern dining and mastercrafted cocktails in the heart of Québec. Reserve your table for an unforgettable evening."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg",
alt: "Diner 1",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg",
alt: "Diner 2",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-businesswoman-posing-with-coffee_23-2148452691.jpg",
alt: "Diner 3",
},
{
src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
alt: "Diner 4",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg",
alt: "Diner 5",
},
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg", alt: "Diner 1" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg", alt: "Diner 2" },
{ src: "http://img.b2bpic.net/free-photo/portrait-businesswoman-posing-with-coffee_23-2148452691.jpg", alt: "Diner 3" },
{ src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", alt: "Diner 4" },
{ src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg", alt: "Diner 5" }
]}
avatarText="Join 2,000+ happy diners"
buttons={[
{
text: "Call Now",
href: "tel:+14185550123",
},
{
text: "Reserve a Table",
href: "/reservations",
},
{ text: "Call Now", href: "tel:+14185550123" },
{ text: "Reserve a Table", href: "/reservations" }
]}
marqueeItems={[
{
type: "text",
text: "Modern Ambiance",
},
{
type: "text",
text: "Craft Cocktails",
},
{
type: "text",
text: "Local Ingredients",
},
{
type: "text",
text: "Private Events",
},
{
type: "text",
text: "Chef Inspired",
},
{ type: "text", text: "Modern Ambiance" },
{ type: "text", text: "Craft Cocktails" },
{ type: "text", text: "Local Ingredients" },
{ type: "text", text: "Private Events" },
{ type: "text", text: "Chef Inspired" }
]}
/>
</div>
@@ -134,45 +87,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Great vibe!",
quote: "The cocktails were exquisite and the food quality was top-notch.",
name: "Sarah Miller",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg",
},
id: "t1", title: "Great vibe!", quote: "The cocktails were exquisite and the food quality was top-notch.", name: "Sarah Miller", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg"},
{
id: "t2",
title: "Best in Charlesbourg",
quote: "Perfect for our anniversary celebration. Service was impeccable.",
name: "Marc Dubois",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2516.jpg",
},
id: "t2", title: "Best in Charlesbourg", quote: "Perfect for our anniversary celebration. Service was impeccable.", name: "Marc Dubois", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2516.jpg"},
{
id: "t3",
title: "Incredible cocktails",
quote: "The staff are experts. Perfectly paired for our course.",
name: "Julie Tremblay",
role: "Cocktail Lover",
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg",
},
id: "t3", title: "Incredible cocktails", quote: "The staff are experts. Perfectly paired for our course.", name: "Julie Tremblay", role: "Cocktail Lover", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg"},
{
id: "t4",
title: "Fantastic experience",
quote: "Casual yet premium atmosphere. Will definitely come back.",
name: "Thomas G.",
role: "Regular Guest",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
},
id: "t4", title: "Fantastic experience", quote: "Casual yet premium atmosphere. Will definitely come back.", name: "Thomas G.", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"},
{
id: "t5",
title: "Unique menu",
quote: "Loved the tartare options. The atmosphere is energetic.",
name: "Elena P.",
role: "Tourist",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-old-woman-hotel-reception_482257-90621.jpg",
},
id: "t5", title: "Unique menu", quote: "Loved the tartare options. The atmosphere is energetic.", name: "Elena P.", role: "Tourist", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-old-woman-hotel-reception_482257-90621.jpg"},
]}
title="What our guests say"
description="Rated 4.3 stars by 1,977 local diners"
@@ -187,15 +110,9 @@ export default function LandingPage() {
description="Exceptional service meets culinary excellence."
features={[
{
title: "Farm to Table",
description: "Local ingredients sourced fresh daily.",
imageSrc: "http://img.b2bpic.net/free-photo/plate-aubergine-wraps-stuffed-with-fillings_140725-8643.jpg",
},
title: "Farm to Table", description: "Local ingredients sourced fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/plate-aubergine-wraps-stuffed-with-fillings_140725-8643.jpg"},
{
title: "Expert Mixology",
description: "Crafted cocktails by professional bartenders.",
imageSrc: "http://img.b2bpic.net/free-photo/beverage-topped-with-fried-orange-slice_141793-1126.jpg",
},
title: "Expert Mixology", description: "Crafted cocktails by professional bartenders.", imageSrc: "http://img.b2bpic.net/free-photo/beverage-topped-with-fried-orange-slice_141793-1126.jpg"},
]}
/>
</div>
@@ -204,6 +121,9 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={["Sarah Miller", "Marc Dubois", "Julie Tremblay", "Thomas G.", "Elena P."]}
title="Trusted by 2,000+ Guests"
description="Join our community of happy diners."
/>
</div>
@@ -212,32 +132,17 @@ export default function LandingPage() {
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "Menu",
href: "/menu",
},
{
label: "Reservations",
href: "/reservations",
},
],
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Reservations", href: "/reservations" }
]
},
{
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "About",
href: "/about",
},
],
},
{ label: "Contact", href: "/contact" },
{ label: "About", href: "/about" }
]
}
]}
logoText="Lounge Restaurant"
/>