From 43cfff97ef2ba20fc79c22206150e22fee789ec8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 08:39:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b03e915..166d26c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc1EMnUkaY0FECnNbfXdVWKTUK/a-high-end-close-up-photograph-of-a-ligh-1774773479317-fcd8ec17.png", imageAlt: "Daydream Sweet Signature Cream Puff"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc1EMnUkaY0FECnNbfXdVWKTUK/matcha-cream-puff-with-dusting-of-powder-1774773480367-214b02a0.png", imageAlt: "Matcha Cream Puff"} + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc1EMnUkaY0FECnNbfXdVWKTUK/matcha-cream-puff-with-dusting-of-powder-1774773480367-214b02a0.png?_wi=1", imageAlt: "Matcha Cream Puff"} ]} mediaAnimation="blur-reveal" rating={5} @@ -75,7 +75,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Matcha Cream Puff", price: "$6.50", variant: "Customer Favourite", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc1EMnUkaY0FECnNbfXdVWKTUK/matcha-cream-puff-with-dusting-of-powder-1774773480367-214b02a0.png"}, + id: "p1", name: "Matcha Cream Puff", price: "$6.50", variant: "Customer Favourite", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc1EMnUkaY0FECnNbfXdVWKTUK/matcha-cream-puff-with-dusting-of-powder-1774773480367-214b02a0.png?_wi=2"}, { id: "p2", name: "Salted Oreo Puff", price: "$6.50", variant: "Customer Favourite", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc1EMnUkaY0FECnNbfXdVWKTUK/salted-oreo-cream-puff-dark-cookie-crumb-1774773482566-5eb1178f.png"}, { @@ -93,7 +93,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Not overly sweet – perfect balance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc1EMnUkaY0FECnNbfXdVWKTUK/elegant-minimalist-interior-cafe-design--1774773479891-a438618d.png"}, + id: "t1", name: "Not overly sweet – perfect balance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc1EMnUkaY0FECnNbfXdVWKTUK/elegant-minimalist-interior-cafe-design--1774773479891-a438618d.png?_wi=1"}, { id: "t2", name: "Crispy outside, soft inside", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc1EMnUkaY0FECnNbfXdVWKTUK/close-up-of-artisan-choux-pastry-being-f-1774773478786-98a2df4b.png"}, { @@ -101,7 +101,7 @@ export default function LandingPage() { { id: "t4", name: "Addictive, came back immediately", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc1EMnUkaY0FECnNbfXdVWKTUK/modern-minimalist-shop-front-in-a-boutiq-1774773480169-bd967c02.png"}, { - id: "t5", name: "The matcha flavor is truly authentic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc1EMnUkaY0FECnNbfXdVWKTUK/elegant-minimalist-interior-cafe-design--1774773479891-a438618d.png"}, + id: "t5", name: "The matcha flavor is truly authentic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc1EMnUkaY0FECnNbfXdVWKTUK/elegant-minimalist-interior-cafe-design--1774773479891-a438618d.png?_wi=2"}, ]} cardTitle="Why Everyone Keeps Coming Back" cardTag="Local Favorites" -- 2.49.1