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" }, ], }, ]}