From b3c261ecb7a074521b1917ec65ea2b8958d7b441 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 16:48:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ec25be..b74785d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { products={[ { id: "c1", name: "Classic Vanilla", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-crumble-bingsu_1339-4645.jpg" }, { id: "c2", name: "Milk Chocolate", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/side-view-ice-cream-strawberry-vanilla-chocolate-ice-cream-scoops_141793-3647.jpg" }, - { id: "c3", name: "Salted Caramel", price: "$5.50", imageSrc: "https://img.freepik.com/free-photo/salted-caramel-ice-cream-scoop-waffle-cone-wood-background_1150-41074.jpg" }, + { id: "c3", name: "Salted Caramel", price: "$5.50", imageSrc: "https://img.freepik.com/free-photo/salted-caramel-ice-cream-scoop-waffle-cone-wood-background_1150-41075.jpg" }, { id: "c4", name: "Only 8 Dark Choc", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/energy-blueberry-mousse-cups_23-2148238677.jpg" }, { id: "c5", name: "Only 8 Pistachio", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/swirled-green-yellow-cream-texture_23-2151988787.jpg" }, { id: "c6", name: "Seasonal Special", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-musli-fresh-fruits-arrangement_23-2148267697.jpg" }, @@ -94,7 +94,7 @@ export default function LandingPage() { features={[ { id: "t1", title: "Fresh Fruit", author: "Topping", description: "Crisp, sweet, and seasonal berries.", tags: ["Premium"], imageSrc: "http://img.b2bpic.net/free-photo/fresh-red-strawberries-mellow-delicious-berries-inside-white-plate-light-desk-fruit-berry-red-color_140725-31904.jpg" }, { id: "t2", title: "Cookie Dough", author: "Topping", description: "The ultimate sweet indulgence.", tags: ["Classic"], imageSrc: "http://img.b2bpic.net/free-photo/homemade-chocolate-cracked-cookies-white-backdrop_23-2148028501.jpg" }, - { id: "t3", title: "Gourmet Drizzle", author: "Topping", description: "Hot fudge or salted caramel.", tags: ["Deluxe"], imageSrc: "https://img.freepik.com/free-photo/hot-chocolate-fudge-sauce-being-poured-over-dessert-spoon_1150-41850.jpg" }, + { id: "t3", title: "Gourmet Drizzle", author: "Topping", description: "Hot fudge or salted caramel.", tags: ["Deluxe"], imageSrc: "https://img.freepik.com/free-photo/hot-chocolate-fudge-sauce-being-poured-over-dessert-spoon_1150-41851.jpg" }, ]} title="Build Your Perfect Cup" description="Add unlimited toppings for just $2. Fresh fruit, cookie dough, strawberries, and more to make it yours!" @@ -125,7 +125,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} tag="Visit Us" title="Find Yoz Yogurt" - description="Open daily: 11 AM - 10 PM. Stop by for your treat today!" + description="Open daily: 11 AM - 10 PM. Located at 123 Yogurt Lane, Sweet City. Stop by for your treat today!" buttons={[{ text: "Get Directions" }]} />