2 Commits

Author SHA1 Message Date
c6939e4ba3 Update src/app/page.tsx 2026-05-13 15:20:41 +00:00
c41f972d4c Merge version_1 into main
Merge version_1 into main
2026-05-13 15:18:52 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Experience",
id: "#experience",
},
name: "Experience", id: "#experience"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Team",
id: "#team",
},
name: "Team", id: "#team"},
{
name: "Reservations",
id: "#contact",
},
name: "Reservations", id: "#contact"},
]}
brandName="At Bae"
/>
@@ -59,75 +51,38 @@ export default function LandingPage() {
description="At Bae offers a meticulously curated menu designed to transport you through a symphony of tastes, textures, and aromas. Discover a refined dining atmosphere where every detail is perfected for your pleasure."
testimonials={[
{
name: "Elena V.",
handle: "@elena_foodie",
testimonial: "The scallops were cooked to perfection. An unparalleled experience.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312256.jpg?_wi=1",
imageAlt: "elegant fine dining restaurant interior",
},
name: "Elena V.", handle: "@elena_foodie", testimonial: "The scallops were cooked to perfection. An unparalleled experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312256.jpg?_wi=1", imageAlt: "elegant fine dining restaurant interior"},
{
name: "Marcus R.",
handle: "@marcus_tastes",
testimonial: "At Bae is the pinnacle of fine dining in the city.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg",
imageAlt: "elegant fine dining restaurant interior",
},
name: "Marcus R.", handle: "@marcus_tastes", testimonial: "At Bae is the pinnacle of fine dining in the city.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg", imageAlt: "elegant fine dining restaurant interior"},
{
name: "Sarah L.",
handle: "@sarah_dines",
testimonial: "Exquisite service and even better flavors. Truly a highlight of my year.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-8900.jpg?_wi=1",
imageAlt: "elegant fine dining restaurant interior",
},
name: "Sarah L.", handle: "@sarah_dines", testimonial: "Exquisite service and even better flavors. Truly a highlight of my year.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-8900.jpg?_wi=1", imageAlt: "elegant fine dining restaurant interior"},
{
name: "David W.",
handle: "@david_gourmet",
testimonial: "An incredible journey for the senses. Highly recommended for special occasions.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-ketchup-with-rice_140725-3407.jpg?_wi=1",
imageAlt: "elegant fine dining restaurant interior",
},
name: "David W.", handle: "@david_gourmet", testimonial: "An incredible journey for the senses. Highly recommended for special occasions.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-ketchup-with-rice_140725-3407.jpg?_wi=1", imageAlt: "elegant fine dining restaurant interior"},
{
name: "Clara S.",
handle: "@clara_diners",
testimonial: "Atmosphere, taste, and service were absolute perfection.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-black-plate_140725-391.jpg?_wi=1",
imageAlt: "elegant fine dining restaurant interior",
},
name: "Clara S.", handle: "@clara_diners", testimonial: "Atmosphere, taste, and service were absolute perfection.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-black-plate_140725-391.jpg?_wi=1", imageAlt: "elegant fine dining restaurant interior"},
]}
buttons={[
{
text: "Book Your Table",
href: "#contact",
},
text: "Book Your Table", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312256.jpg?_wi=2"
imageAlt="Luxurious dining atmosphere at At Bae"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157810.jpg",
alt: "Top view of dining tables without food",
},
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157810.jpg", alt: "Top view of dining tables without food"},
{
src: "http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg",
alt: "Selective focus shot of table setting with wine glasses and plates",
},
src: "http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg", alt: "Selective focus shot of table setting with wine glasses and plates"},
{
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157821.jpg",
alt: "Top view of dining tables without food",
},
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157821.jpg", alt: "Top view of dining tables without food"},
{
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg",
alt: "Top view of dining tables without food",
},
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg", alt: "Top view of dining tables without food"},
{
src: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259645.jpg",
alt: "Delicious smoke-cooked food",
},
src: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259645.jpg", alt: "Delicious smoke-cooked food"},
]}
avatarText="Join 5,000+ satisfied guests"
/>
@@ -139,19 +94,13 @@ export default function LandingPage() {
title="A Legacy of Culinary Excellence"
metrics={[
{
label: "Years Established",
value: "15+",
icon: Award,
label: "Years Established", value: "15+", icon: Award,
},
{
label: "Signature Dishes",
value: "40+",
icon: Award,
label: "Signature Dishes", value: "40+", icon: Award,
},
{
label: "Global Ingredients",
value: "100%",
icon: Globe,
label: "Global Ingredients", value: "100%", icon: Globe,
},
]}
metricsAnimation="slide-up"
@@ -164,23 +113,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Artisanal Sourcing",
description: "Every ingredient is hand-selected from the most reputable local farmers.",
imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-8900.jpg?_wi=2",
imageAlt: "Fresh ingredients selection",
},
title: "Artisanal Sourcing", description: "Every ingredient is hand-selected from the most reputable local farmers.", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-8900.jpg?_wi=2", imageAlt: "Fresh ingredients selection"},
{
title: "Chef's Craft",
description: "Our culinary team uses time-honored techniques to enhance raw flavors.",
imageSrc: "http://img.b2bpic.net/free-photo/chilies-kaffir-lime-leaves-bitter-gourd-tomatoes-stacked-together-white-plate_1150-20846.jpg",
imageAlt: "Chef preparation process",
},
title: "Chef's Craft", description: "Our culinary team uses time-honored techniques to enhance raw flavors.", imageSrc: "http://img.b2bpic.net/free-photo/chilies-kaffir-lime-leaves-bitter-gourd-tomatoes-stacked-together-white-plate_1150-20846.jpg", imageAlt: "Chef preparation process"},
{
title: "Modern Atmosphere",
description: "Designed for intimacy and comfort, ensuring an unforgettable night out.",
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg",
imageAlt: "Restaurant ambiance",
},
title: "Modern Atmosphere", description: "Designed for intimacy and comfort, ensuring an unforgettable night out.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg", imageAlt: "Restaurant ambiance"},
]}
title="Our Signature Philosophy"
description="From farm to table, we prioritize quality, local sourcing, and sustainable practices to bring you the finest seasonal offerings."
@@ -195,44 +132,20 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Seared Scallops",
price: "$38.00",
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-ketchup-with-rice_140725-3407.jpg?_wi=2",
},
id: "1", name: "Seared Scallops", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-ketchup-with-rice_140725-3407.jpg?_wi=2"},
{
id: "2",
name: "Wagyu Prime Cut",
price: "$95.00",
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-black-plate_140725-391.jpg?_wi=2",
},
id: "2", name: "Wagyu Prime Cut", price: "$95.00", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-black-plate_140725-391.jpg?_wi=2"},
{
id: "3",
name: "Truffle Risotto",
price: "$42.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg",
},
id: "3", name: "Truffle Risotto", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg"},
{
id: "4",
name: "Chef's Chocolate Torte",
price: "$24.00",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-creamy-cakes-with-fresh-fruits-light-background_140725-132669.jpg",
},
id: "4", name: "Chef's Chocolate Torte", price: "$24.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-creamy-cakes-with-fresh-fruits-light-background_140725-132669.jpg"},
{
id: "5",
name: "Fresh Catch Platter",
price: "$55.00",
imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg",
},
id: "5", name: "Fresh Catch Platter", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg"},
{
id: "6",
name: "Reserve Red Wine",
price: "$120.00",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629544.jpg",
},
id: "6", name: "Reserve Red Wine", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629544.jpg"},
]}
title="Culinary Masterpieces"
description="Indulge in our carefully selected menu featuring classic and contemporary dishes."
description="Discover a dynamic, chef-driven menu that evolves with the seasons, ensuring every visit offers a fresh perspective on fine dining and justifying our commitment to premium quality."
/>
</div>
@@ -243,23 +156,11 @@ export default function LandingPage() {
useInvertedBackground={true}
team={[
{
id: "1",
name: "Chef Marco Rossi",
role: "Executive Chef",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-with-medical-mask_23-2148723311.jpg",
},
id: "1", name: "Chef Marco Rossi", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-with-medical-mask_23-2148723311.jpg"},
{
id: "2",
name: "Anna Jensen",
role: "General Manager",
imageSrc: "http://img.b2bpic.net/free-photo/waiting-order_1098-15642.jpg",
},
id: "2", name: "Anna Jensen", role: "General Manager", imageSrc: "http://img.b2bpic.net/free-photo/waiting-order_1098-15642.jpg"},
{
id: "3",
name: "Lucas Petit",
role: "Head Sommelier",
imageSrc: "http://img.b2bpic.net/free-photo/meat-master-near-table_140725-9575.jpg",
},
id: "3", name: "Lucas Petit", role: "Head Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/meat-master-near-table_140725-9575.jpg"},
]}
title="The Masters Behind At Bae"
description="Our dedicated professional team is committed to delivering a seamless dining experience."
@@ -272,45 +173,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Exquisite",
quote: "The best dinner I've had in years. Incredible.",
name: "Jane D.",
role: "Diner",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25717.jpg",
},
id: "1", title: "Exquisite", quote: "The best dinner I've had in years. Incredible.", name: "Jane D.", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25717.jpg"},
{
id: "2",
title: "Wonderful",
quote: "Atmosphere and service were beyond my expectations.",
name: "Robert B.",
role: "Food Critic",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
},
id: "2", title: "Wonderful", quote: "Atmosphere and service were beyond my expectations.", name: "Robert B.", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg"},
{
id: "3",
title: "Memorable",
quote: "A true culinary journey. The wine pairing was excellent.",
name: "Alice K.",
role: "Guest",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-table_23-2149212148.jpg",
},
id: "3", title: "Memorable", quote: "A true culinary journey. The wine pairing was excellent.", name: "Alice K.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-table_23-2149212148.jpg"},
{
id: "4",
title: "Perfection",
quote: "I love the attention to detail at every turn.",
name: "Tom S.",
role: "Loyal Guest",
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-cafe_23-2148721131.jpg",
},
id: "4", title: "Perfection", quote: "I love the attention to detail at every turn.", name: "Tom S.", role: "Loyal Guest", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-cafe_23-2148721131.jpg"},
{
id: "5",
title: "Outstanding",
quote: "High-end dining at its finest. Highly recommended.",
name: "Linda M.",
role: "Regular",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-service-industry_23-2150722788.jpg",
},
id: "5", title: "Outstanding", quote: "High-end dining at its finest. Highly recommended.", name: "Linda M.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-service-industry_23-2150722788.jpg"},
]}
title="Voices of At Bae"
description="We are honored to be part of your celebrations and everyday moments."
@@ -323,20 +194,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Do I need a reservation?",
content: "Yes, we highly recommend booking in advance, especially for weekend dining.",
},
id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially for weekend dining."},
{
id: "2",
title: "Is there a dress code?",
content: "We maintain a business casual dress code to ensure a premium atmosphere.",
},
id: "2", title: "Is there a dress code?", content: "We maintain a business casual dress code to ensure a premium atmosphere."},
{
id: "3",
title: "Are there vegetarian options?",
content: "Our menu features several plant-based options crafted with the same culinary care as our other dishes.",
},
id: "3", title: "Are there vegetarian options?", content: "Our menu features several plant-based options crafted with the same culinary care as our other dishes."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about dining at At Bae."
@@ -348,16 +210,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Visit Us"
title="Ready for an Unforgettable Evening?"
description="Reserve your table today for a culinary experience crafted just for you."
buttons={[
{
text: "Reserve Now",
href: "#",
},
text: "Reserve Now", href: "#"},
]}
/>
</div>
@@ -366,33 +225,21 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Experience",
href: "#experience",
},
label: "Experience", href: "#experience"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Reservations",
href: "#contact",
},
label: "Reservations", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -403,4 +250,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}