From 41f33568767ee7d4f888080bee39dbda12df56d3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 19:08:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adc7f46..66fa58a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,11 +44,11 @@ export default function LandingPage() { title="Made with passion, served with love" description="Discover our cozy café experience featuring handcrafted specialty drinks, artisan desserts, and fresh brunch plates in an aesthetic floral sanctuary." avatars={[ - { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-portrait_23-2149213154.jpg", alt: "Customer" }, - { src: "http://img.b2bpic.net/free-photo/curly-haired-man-with-brown-blouse-posing_23-2148892066.jpg", alt: "Customer" }, - { src: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-with-flower_23-2149438498.jpg", alt: "Customer" }, - { src: "http://img.b2bpic.net/free-photo/high-angle-gorgeous-woman-outdoors-sun_23-2148803630.jpg", alt: "Customer" }, - { src: "http://img.b2bpic.net/free-photo/woman-posing-with-broken-cloth_23-2148546991.jpg", alt: "Customer" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-h5q8hquf.png", alt: "Customer 1" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-yjkddxib.png", alt: "Customer 2" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-o29hgxxm.png", alt: "Customer 3" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-ripzae57.png", alt: "Customer 4" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-hx6li1q8.png", alt: "Customer 5" }, ]} buttons={[{ text: "See Menu", href: "#menu" }]} buttonAnimation="slide-up" @@ -66,7 +66,7 @@ export default function LandingPage() { { title: "Handmade with Love", description: "Every dessert crafted daily in-house." }, { title: "Cozy Atmosphere", description: "Designed to be your home away from home." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-pie-with-tea-light-white_140725-78208.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-h5q8hquf.png" mediaAnimation="slide-up" /> @@ -78,9 +78,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Specialty Latte Art", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-latte_1339-5392.jpg" }, - { id: "p2", name: "Artisan Cake Slice", price: "£5.95", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-jelly-cake-closeup_23-2148536813.jpg" }, - { id: "p3", name: "Fresh Seasonal Brunch", price: "£12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-with-herbs-copy-space_23-2148417417.jpg" }, + { id: "p1", name: "Specialty Latte Art", price: "£4.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-yjkddxib.png" }, + { id: "p2", name: "Artisan Cake Slice", price: "£5.95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-o29hgxxm.png" }, + { id: "p3", name: "Fresh Seasonal Brunch", price: "£12.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-ripzae57.png" }, ]} title="Menu Highlights" description="Curated selection of artisan coffee, matcha, and sweet treats." @@ -120,7 +120,7 @@ export default function LandingPage() {