From a32ee2981046deaec72a485c0989ef163d831123 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:03:03 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b10b48..294a799 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -40,12 +40,12 @@ export default function LandingPage() { @@ -145,7 +145,7 @@ export default function LandingPage() { features={[ { id: "counter", title: "Premium Display Case", author: "Always Stocked", description: "Our signature counter showcases fresh donuts, croissants, and pastries. Stop by anytime—morning to evening.", tags: ["Display", "Fresh"], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273243.jpg?_wi=2", imageAlt: "Glass display case with fresh pastries" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273243.jpg", imageAlt: "Glass display case with fresh pastries" }, { id: "space", title: "Comfortable Shop", author: "Neighborhood Favorite", description: "Warm, inviting space with friendly vibes. Great for morning coffee runs or sitting down with a fresh donut and friends.", tags: ["Space", "Welcoming"], @@ -170,7 +170,7 @@ export default function LandingPage() {