From dacaa149975887a77ab9a9dbf40bfdfdec5a49ce Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 16:48:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 247 ++++++++--------------------------------------- 1 file changed, 40 insertions(+), 207 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fde40aa..53cb6de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" > @@ -87,12 +59,7 @@ export default function LandingPage() { @@ -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() {