From e9e70aa1998ab4131d3ee9df82d62ae4337d0ff2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:18:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5647db3..0304dd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "See Our Menu & Hours", href: "#features" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} dashboard={{ title: "Welcome to Belle", logoIcon: Coffee, imageSrc: "http://img.b2bpic.net/free-photo/buns-jam-near-coffee_23-2147798962.jpg", imageAlt: "Cozy Belle café interior with warm lighting and artistic ambiance", sidebarItems: [ @@ -143,7 +143,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/female-baker-presenting-baked-croissants-cake-stand_23-2148028058.jpg", imageAlt: "Beautifully plated breakfast dishes" }, { - imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg?_wi=1", imageAlt: "Belle café artistic interior" + imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg", imageAlt: "Belle café artistic interior" } ] }, @@ -151,10 +151,10 @@ export default function LandingPage() { title: "Artistic Ambiance", description: "Gallery walls showcase local artists. A vibrant, ever-changing canvas that celebrates Christchurch's creative spirit.", icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg?_wi=2", imageAlt: "Local artist gallery wall display" + imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg", imageAlt: "Local artist gallery wall display" }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-menu-together-restaurant_23-2150520054.jpg?_wi=1", imageAlt: "Community enjoying art space" + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-menu-together-restaurant_23-2150520054.jpg", imageAlt: "Community enjoying art space" } ] }, @@ -162,7 +162,7 @@ export default function LandingPage() { title: "Community Heart", description: "More than a café—a gathering place for locals, tramline passersby, and visitors. Genuine friendships start here.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-menu-together-restaurant_23-2150520054.jpg?_wi=2", imageAlt: "Friends gathering and enjoying time together" + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-menu-together-restaurant_23-2150520054.jpg", imageAlt: "Friends gathering and enjoying time together" }, { imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-656.jpg", imageAlt: "Belle staff greeting regular customers" -- 2.49.1