From a344780818e809d7023d1ecc1826480c531fac0c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:18:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d0a21f2..c0caa08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -44,7 +44,7 @@ export default function LandingPage() { @@ -129,15 +129,15 @@ export default function LandingPage() { { title: "Photo Cakes", description: "Add your favorite memory to your cake with crystal-clear photo printing.", icon: Camera, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg?_wi=2", imageAlt: "Photo cake example" }, - { imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg?_wi=3", imageAlt: "Photo cake creation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg", imageAlt: "Photo cake example" }, + { imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg", imageAlt: "Photo cake creation" }, ], }, { title: "Theme Cakes", description: "Birthday themes, movie characters, hobbies - any design you imagine.", icon: Palette, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-indoors-still-life_23-2151172750.jpg?_wi=2", imageAlt: "Theme cake designs" }, - { imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg?_wi=4", imageAlt: "Custom theme cake" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-indoors-still-life_23-2151172750.jpg", imageAlt: "Theme cake designs" }, + { imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg", imageAlt: "Custom theme cake" }, ], }, ]} -- 2.49.1