From 4668f8321f191d50dc9f42ff469818e318a163ff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 06:49:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3a1c8d..b1391b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,8 +79,8 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", name: "Midnight Fudge", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-plate-sweet-with-berries-flour-tea-sieve-chocolate-nuts-side-marble-background_140725-133904.jpg", imageAlt: "Midnight Fudge Cake" }, - { id: "p2", name: "Strawberry Dream", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/white-creamy-cake-with-strawberries_140725-904.jpg", imageAlt: "Strawberry Dream Cake" }, + { id: "p1", name: "Midnight Fudge", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-plate-sweet-with-berries-flour-tea-sieve-chocolate-nuts-side-marble-background_140725-133904.jpg?_wi=1", imageAlt: "Midnight Fudge Cake" }, + { id: "p2", name: "Strawberry Dream", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/white-creamy-cake-with-strawberries_140725-904.jpg?_wi=1", imageAlt: "Strawberry Dream Cake" }, { id: "p3", name: "Vanilla Classic", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-s-hand-holding-sweet-puff-pastry-plate_23-2148189082.jpg", imageAlt: "Vanilla Classic Cake" } ]} title="Signature Creations" @@ -108,11 +108,11 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Alice M.", role: "Wedding Client", company: "Happy Couple", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-smartphone-breakfast_23-2147788236.jpg" }, + { id: "t1", name: "Alice M.", role: "Wedding Client", company: "Happy Couple", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-smartphone-breakfast_23-2147788236.jpg?_wi=1" }, { id: "t2", name: "Robert B.", role: "Regular", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brunette-beautiful-woman-rests-coffee-shop-holds-modern-cell-phone_273609-2793.jpg" }, { id: "t3", name: "Sarah J.", role: "Event Planner", company: "EventsCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-posing-garden-smiling_8353-12167.jpg" }, { id: "t4", name: "Tom K.", role: "Party Host", company: "Personal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-cheerful-woman-with-bare-shoulders-eats-delicious-piece-cake-comes-friend-s-birthday-party-cafe-dressed-summer-clothing-has-delighted-look-relaxed-female-with-dessert_273609-2201.jpg" }, - { id: "t5", name: "Emma R.", role: "Food Blogger", company: "SweetReviews", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-smartphone-breakfast_23-2147788236.jpg" } + { id: "t5", name: "Emma R.", role: "Food Blogger", company: "SweetReviews", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-smartphone-breakfast_23-2147788236.jpg?_wi=2" } ]} title="Words of Sweetness" description="Hear what our wonderful community has to say about their experience with us." @@ -127,8 +127,8 @@ export default function LandingPage() { title="Why Choose Sweet Delights?" description="We blend traditional techniques with modern creativity to deliver exceptional dessert experiences." features={[ - { id: "f1", title: "Artisan Craftsmanship", author: "Head Baker", description: "Every cake is a unique masterpiece, meticulously decorated by our team.", tags: ["Creative", "Artisan"], imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-plate-sweet-with-berries-flour-tea-sieve-chocolate-nuts-side-marble-background_140725-133904.jpg" }, - { id: "f2", title: "Premium Ingredients", author: "Supply Team", description: "We source high-quality butter, flour, and fresh fruits from local farmers.", tags: ["Quality", "Organic"], imageSrc: "http://img.b2bpic.net/free-photo/white-creamy-cake-with-strawberries_140725-904.jpg" } + { id: "f1", title: "Artisan Craftsmanship", author: "Head Baker", description: "Every cake is a unique masterpiece, meticulously decorated by our team.", tags: ["Creative", "Artisan"], imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-plate-sweet-with-berries-flour-tea-sieve-chocolate-nuts-side-marble-background_140725-133904.jpg?_wi=2" }, + { id: "f2", title: "Premium Ingredients", author: "Supply Team", description: "We source high-quality butter, flour, and fresh fruits from local farmers.", tags: ["Quality", "Organic"], imageSrc: "http://img.b2bpic.net/free-photo/white-creamy-cake-with-strawberries_140725-904.jpg?_wi=2" } ]} /> -- 2.49.1