Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-09 16:48:20 +00:00

View File

@@ -18,27 +18,22 @@ export default function LandingPage() {
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Reservations",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Reservations", id: "contact" },
]}
brandName="AMARONE"
/>
@@ -48,37 +43,14 @@ export default function LandingPage() {
<HeroCarouselLogo
logoText="AMARONE"
description="Where culinary artistry meets cinematic elegance in the heart of Rotterdam."
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
]}
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg",
imageAlt: "Luxury dining atmosphere",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg",
imageAlt: "Gourmet dish presentation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-snacks-arrangement_23-2149707862.jpg",
imageAlt: "Refined interior design",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-filling-glass-with-wine_23-2147764867.jpg",
imageAlt: "Wine collection showcase",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510924.jpg",
imageAlt: "Chef at work",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-terrace-sunset-background_23-2148232014.jpg",
imageAlt: "Evening ambience",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg", imageAlt: "Luxury dining atmosphere" },
{ imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg", imageAlt: "Gourmet dish presentation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-snacks-arrangement_23-2149707862.jpg", imageAlt: "Refined interior design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-filling-glass-with-wine_23-2147764867.jpg", imageAlt: "Wine collection showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510924.jpg", imageAlt: "Chef at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-terrace-sunset-background_23-2148232014.jpg", imageAlt: "Evening ambience" },
]}
/>
</div>
@@ -87,12 +59,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="A Philosophy of Perfection"
buttons={[
{
text: "Our Story",
href: "#about",
},
]}
buttons={[{ text: "Our Story", href: "#about" }]}
tag="Since 2004"
tagIcon={Award}
/>
@@ -105,42 +72,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Tasting Menu",
price: "150€",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83768.jpg",
},
{
id: "p2",
name: "Chef's Selection",
price: "120€",
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg",
},
{
id: "p3",
name: "Seasonal Catch",
price: "45€",
imageSrc: "http://img.b2bpic.net/free-photo/shrimps-corn-lemon-plate_140725-52.jpg",
},
{
id: "p4",
name: "Signature Wagyu",
price: "85€",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-with-roasted-grilled-vegetables-black-stone-board_140725-10575.jpg",
},
{
id: "p5",
name: "Artisan Dessert",
price: "25€",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chocolate-concept_23-2148549946.jpg",
},
{
id: "p6",
name: "Reserve Pairing",
price: "60€",
imageSrc: "http://img.b2bpic.net/free-photo/decanter-glass-with-wine-table-assortment_23-2149746488.jpg",
},
{ id: "p1", name: "Tasting Menu", price: "150€", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83768.jpg" },
{ id: "p2", name: "Chef's Selection", price: "120€", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg" },
{ id: "p3", name: "Seasonal Catch", price: "45€", imageSrc: "http://img.b2bpic.net/free-photo/shrimps-corn-lemon-plate_140725-52.jpg" },
{ id: "p4", name: "Signature Wagyu", price: "85€", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-with-roasted-grilled-vegetables-black-stone-board_140725-10575.jpg" },
{ id: "p5", name: "Artisan Dessert", price: "25€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chocolate-concept_23-2148549946.jpg" },
{ id: "p6", name: "Reserve Pairing", price: "60€", imageSrc: "http://img.b2bpic.net/free-photo/decanter-glass-with-wine-table-assortment_23-2149746488.jpg" },
]}
title="Signature Creations"
description="Discover seasonal compositions crafted for the discerning palate."
@@ -152,25 +89,11 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
animationType="slide-up"
members={[
{
id: "t1",
name: "Jan Van Dam",
role: "Executive Chef",
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-dressed-apron-uniform_23-2149720712.jpg",
},
{
id: "t2",
name: "Sophie Leclair",
role: "Head Sommelier",
imageSrc: "http://img.b2bpic.net/free-photo/young-male-pointing-alcoholic-drink-glass-suit-front-view_176474-14823.jpg",
},
{
id: "t3",
name: "Markus Weber",
role: "Maître D'",
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-clipboard-greenhouse_23-2148396867.jpg",
},
{ id: "t1", name: "Jan Van Dam", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-dressed-apron-uniform_23-2149720712.jpg" },
{ id: "t2", name: "Sophie Leclair", role: "Head Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/young-male-pointing-alcoholic-drink-glass-suit-front-view_176474-14823.jpg" },
{ id: "t3", name: "Markus Weber", role: "Maître D'", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-clipboard-greenhouse_23-2148396867.jpg" },
]}
title="The Masters of Taste"
description="Meet the visionary team dedicated to your perfect evening."
@@ -184,46 +107,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Elena Rossi",
role: "Critique",
company: "Fine Dining Review",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg",
},
{
id: "2",
name: "John Doe",
role: "Regular",
company: "Local Business",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149429896.jpg",
},
{
id: "3",
name: "Sarah Smith",
role: "Foodie",
company: "Lifestyle Blogger",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-photos-with-camera_23-2149735256.jpg",
},
{
id: "4",
name: "David Miller",
role: "Guest",
company: "Frequent Traveler",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-business-man_23-2148479530.jpg",
},
{
id: "5",
name: "Anna Jansen",
role: "VIP",
company: "Rotterdam Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/groom-talks-phone-standing-before-window-room_8353-8303.jpg",
},
{ id: "1", name: "Elena Rossi", role: "Critique", company: "Fine Dining Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg" },
{ id: "2", name: "John Doe", role: "Regular", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149429896.jpg" },
{ id: "3", name: "Sarah Smith", role: "Foodie", company: "Lifestyle Blogger", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-photos-with-camera_23-2149735256.jpg" },
{ id: "4", name: "David Miller", role: "Guest", company: "Frequent Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-business-man_23-2148479530.jpg" },
{ id: "5", name: "Anna Jansen", role: "VIP", company: "Rotterdam Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/groom-talks-phone-standing-before-window-room_8353-8303.jpg" },
]}
title="Guest Perspectives"
description="Hear what our patrons say about their experience at Amarone."
@@ -236,24 +124,9 @@ export default function LandingPage() {
title="Reserve Your Table"
description="Experience Amarone. Book online or call us directly."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{
name: "date",
type: "date",
placeholder: "Preferred Date",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "date", type: "date", placeholder: "Preferred Date", required: true },
]}
imageSrc="http://img.b2bpic.net/free-photo/messaging-cafe_1098-16437.jpg"
/>
@@ -263,49 +136,9 @@ export default function LandingPage() {
<FooterBaseCard
logoText="AMARONE"
columns={[
{
title: "Navigate",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "About",
href: "#about",
},
{
label: "Menu",
href: "#menu",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{
title: "Contact",
items: [
{
label: "+31 10 411 96 17",
href: "tel:+31104119617",
},
{
label: "info@amarone.nl",
href: "mailto:info@amarone.nl",
},
],
},
{ title: "Navigate", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Menu", href: "#menu" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
{ title: "Contact", items: [{ label: "+31 10 411 96 17", href: "tel:+31104119617" }, { label: "info@amarone.nl", href: "mailto:info@amarone.nl" }] },
]}
/>
</div>