From adb873dc553792d6851d1eacf44725b4282a0151 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:41:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 97 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 64 insertions(+), 33 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a978f79..383ad76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="large" - background="blurBottom" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -46,18 +46,23 @@ export default function LandingPage() { tag="West Cork Fine Dining" tagIcon={Leaf} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2435.jpg", imageAlt: "Beautifully plated fine dining dish"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2435.jpg", imageAlt: "Beautifully plated fine dining dish" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153707.jpg", imageAlt: "Elegant dining room ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153707.jpg", imageAlt: "Elegant dining room ambiance" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-cooking-kitchen_23-2148723231.jpg", imageAlt: "Chef preparing seasonal ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-cooking-kitchen_23-2148723231.jpg", imageAlt: "Chef preparing seasonal ingredients" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-empty-festive-glasses_23-2148746074.jpg", imageAlt: "Curated wine pairing collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-empty-festive-glasses_23-2148746074.jpg", imageAlt: "Curated wine pairing collection" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-young-woman-buying-organic-bio-products_482257-77601.jpg", imageAlt: "Fresh local ingredients showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-young-woman-buying-organic-bio-products_482257-77601.jpg", imageAlt: "Fresh local ingredients showcase" + }, ]} mediaAnimation="blur-reveal" buttons={[ @@ -72,7 +77,8 @@ export default function LandingPage() {