From bf41f7cea784cb6c0d6a37822082af80029d72e7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:32:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bda2f24..80272ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { text: "Explore Menu", href: "#menu"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624100.jpg?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cy3IOsYbImTsX1pU440WEpHrM0/uploaded-1777347152897-d2xrvqkx.png" /> @@ -71,7 +71,7 @@ export default function LandingPage() { { type: "text", content: "The Story of COi Bubble Tea"}, { - type: "image", src: "http://img.b2bpic.net/free-photo/close-up-teenager-having-hot-chocolate_23-2148495496.jpg", alt: "Cozy shop interior"}, + type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cy3IOsYbImTsX1pU440WEpHrM0/uploaded-1777347152897-8sxwqwbb.png", alt: "Cozy shop interior"}, ]} buttons={[ { @@ -89,13 +89,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Signature", name: "Classic Milk Tea", price: "$3.50", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-fruits-candies-white-background-tea-fruit-fresh-candy_140725-115919.jpg"}, + reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cy3IOsYbImTsX1pU440WEpHrM0/uploaded-1777347152897-rni8ho4l.png"}, { id: "2", brand: "Fruit", name: "Strawberry Fruit Tea", price: "$4.00", rating: 5, - reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/transparent-glass-teapot-pours-tea-glass-mug-marble-table_114579-85386.jpg"}, + reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cy3IOsYbImTsX1pU440WEpHrM0/uploaded-1777347152897-z10hntte.png"}, { id: "3", brand: "Chocolate", name: "Choco Oreo", price: "$4.50", rating: 4, - reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-dessert-with-chocolate-biscuits_23-2148603289.jpg"}, + reviewCount: "92", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cy3IOsYbImTsX1pU440WEpHrM0/uploaded-1777347152897-1b7e8qps.png"}, { id: "4", brand: "Premium", name: "Hokkaido Milk Tea", price: "$4.25", rating: 5, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-jar-with-donut-straw_23-2148603242.jpg"}, @@ -196,6 +196,12 @@ export default function LandingPage() { description="Come visit us at Sinsuat St! Open daily to serve you the best tea in town." mediaAnimation="slide-up" buttonText="Get Directions / Order via Delivery" + buttons={[ + { + text: "Get Directions", href: "#"}, + { + text: "Order via Delivery", href: "#"}, + ]} imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624100.jpg?_wi=2" /> -- 2.49.1