From d7ba8c46eb38bd6e8ea4b17dc4c061ebb9d4a7c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:46:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a82e73..53da610 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Artisanal Bakery" tagIcon={Croissant} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/cake-pan-with-basket-apples_23-2148368328.jpg", imageAlt: "Golden buttery croissants fresh from oven" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-lemon-cinnamon-star-anise-cup-tea-cake-with-red-currants-cupcakes_140725-123303.jpg", imageAlt: "Italian bomboloni pastries artisanal filled" }, @@ -127,20 +127,17 @@ export default function LandingPage() { { id: "1", title: "Premium Quality Ingredients", descriptions: [ "European butter, Belgian chocolate, and finest grains", "Direct-sourced from heritage suppliers", "No artificial preservatives or shortcuts" - ], - imageSrc: "http://img.b2bpic.net/free-photo/male-baker-s-hand-kneading-dough-kitchen-table_23-2147872733.jpg", imageAlt: "Premium baking ingredients fresh european sourced" + ], imageSrc: "http://img.b2bpic.net/free-photo/male-baker-s-hand-kneading-dough-kitchen-table_23-2147872733.jpg", imageAlt: "Premium baking ingredients fresh european sourced" }, { id: "2", title: "Warm Café Atmosphere", descriptions: [ "Cozy, intimate seating designed for connection", "Instagram-worthy European aesthetic", "Perfect for morning meetings or afternoon gatherings" - ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg", imageAlt: "Warm cozy cafe atmosphere comfortable seating" + ], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg", imageAlt: "Warm cozy cafe atmosphere comfortable seating" }, { id: "3", title: "Local, Community-Focused", descriptions: [ "Supporting Apex, NC and surrounding neighborhoods", "Employing local artisans and staff", "Part of the fabric of our community" - ], - imageSrc: "http://img.b2bpic.net/free-photo/group-pretty-women-enjoying-some-coffee-together-restaurant-gossiping_662251-762.jpg", imageAlt: "Local community gathering place bakery cafe" + ], imageSrc: "http://img.b2bpic.net/free-photo/group-pretty-women-enjoying-some-coffee-together-restaurant-gossiping_662251-762.jpg", imageAlt: "Local community gathering place bakery cafe" } ]} gridVariant="three-columns-all-equal-width"