Update src/app/page.tsx

This commit is contained in:
2026-04-06 13:36:26 +00:00
parent 8206cf8faa
commit d050428320

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Story",
id: "about",
},
name: "Story", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Gallery",
id: "gallery",
},
name: "Gallery", id: "gallery"},
{
name: "Reserve",
id: "contact",
},
name: "Reserve", id: "contact"},
]}
brandName="Bistro GAT"
/>
@@ -54,45 +46,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Adriatic Luxury, Refined."
description="Experience the soul of Pula in every bite. A cinematic dining journey awaits."
buttons={[
{
text: "Book Table",
href: "#contact",
},
text: "Book Table", href: "#contact"},
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg?_wi=1",
imageAlt: "Cinematic Bistro View",
},
imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg", imageAlt: "Cinematic Bistro View"},
{
imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg?_wi=2",
imageAlt: "Bistro Atmosphere",
},
imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg", imageAlt: "Bistro Atmosphere"},
{
imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg?_wi=3",
imageAlt: "Culinary Detail",
},
imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg", imageAlt: "Culinary Detail"},
{
imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg?_wi=4",
imageAlt: "Evening Lighting",
},
imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg", imageAlt: "Evening Lighting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg?_wi=5",
imageAlt: "Table Setting",
},
imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg", imageAlt: "Table Setting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg?_wi=6",
imageAlt: "Exterior Entrance",
},
imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg", imageAlt: "Exterior Entrance"},
]}
/>
</div>
@@ -102,9 +77,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Something Out of a Movie"
description={[
"GAT Bistro isn't just a place to eat; it's a chapter in our local history, where tradition meets modern culinary artistry.",
"Born from the love of the Adriatic, every plate tells a story of local fishermen, seasonal harvests, and the timeless magic of Pulas old town.",
]}
"GAT Bistro isn't just a place to eat; it's a chapter in our local history, where tradition meets modern culinary artistry.", "Born from the love of the Adriatic, every plate tells a story of local fishermen, seasonal harvests, and the timeless magic of Pulas old town."]}
/>
</div>
@@ -116,19 +89,13 @@ export default function LandingPage() {
features={[
{
icon: MapPin,
title: "Heart of Pula",
description: "Located in the historic center, just steps from the Arena.",
},
title: "Heart of Pula", description: "Located in the historic center, just steps from the Arena."},
{
icon: Award,
title: "Adriatic Flavors",
description: "Sourced daily from the sea and earth of Istria.",
},
title: "Adriatic Flavors", description: "Sourced daily from the sea and earth of Istria."},
{
icon: Heart,
title: "Warm Hospitality",
description: "Where strangers become friends over a glass of local wine.",
},
title: "Warm Hospitality", description: "Where strangers become friends over a glass of local wine."},
]}
title="Our Pillars of Excellence"
description="The heartbeat of Bistro GAT."
@@ -137,52 +104,23 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "m1",
name: "Adriatic Octopus Carpaccio",
price: "€24",
variant: "Starter",
imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg?_wi=1",
},
id: "m1", name: "Adriatic Octopus Carpaccio", price: "€24", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg"},
{
id: "m2",
name: "Handmade Istrian Truffle Pasta",
price: "€32",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg?_wi=2",
},
id: "m2", name: "Handmade Istrian Truffle Pasta", price: "€32", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg"},
{
id: "m3",
name: "Fresh Catch of the Day",
price: "€45",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg?_wi=3",
},
id: "m3", name: "Fresh Catch of the Day", price: "€45", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg"},
{
id: "m4",
name: "Slow-Cooked Lamb Shank",
price: "€38",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg?_wi=4",
},
id: "m4", name: "Slow-Cooked Lamb Shank", price: "€38", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg"},
{
id: "m5",
name: "Fig & Goat Cheese Tart",
price: "€16",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg?_wi=5",
},
id: "m5", name: "Fig & Goat Cheese Tart", price: "€16", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg"},
{
id: "m6",
name: "Dark Chocolate Sea Salt Mousse",
price: "€14",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg?_wi=6",
},
id: "m6", name: "Dark Chocolate Sea Salt Mousse", price: "€14", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg"},
]}
title="A Taste of Istria"
description="Indulge in our curated seasonal selection."
@@ -197,25 +135,15 @@ export default function LandingPage() {
author="Maja H. (Repeat Guest)"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg",
alt: "Guest",
},
src: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg",
alt: "Guest",
},
src: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg",
alt: "Guest",
},
src: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg",
alt: "Guest",
},
src: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg",
alt: "Guest",
},
src: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg", alt: "Guest"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -226,8 +154,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Reservations"
title="Secure Your Table"
description="Space is limited in our historic setting. Reserve ahead for the full experience."
@@ -239,33 +166,21 @@ export default function LandingPage() {
logoText="Bistro GAT"
columns={[
{
title: "Bistro GAT",
items: [
title: "Bistro GAT", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "The Menu",
href: "#menu",
},
label: "The Menu", href: "#menu"},
{
label: "Gallery",
href: "#gallery",
},
label: "Gallery", href: "#gallery"},
],
},
{
title: "Visit Us",
items: [
title: "Visit Us", items: [
{
label: "Pula City Center, Croatia",
href: "#",
},
label: "Pula City Center, Croatia", href: "#"},
{
label: "Open Daily 12:00 - 23:00",
href: "#",
},
label: "Open Daily 12:00 - 23:00", href: "#"},
],
},
]}