From dbc34e5c55947988cb0d379bb930bfd888f9114d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 12:57:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9cafbd..4d0c81f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { name: "Vikram D.", handle: "@vikram.eats", testimonial: "Highly recommended for all occasions.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-africanamerican-girl-celebrating-birthday-smiling-looking-happy-holdin_1258-137588.jpg" }, { name: "Deepa R.", handle: "@deepa.sweets", testimonial: "Simply delightful flavors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-middleaged-man-looking-surprised-happy-being-congratulated-with-birthday-holdi_1258-179173.jpg" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/candle-cake-slice-confetti-table_23-2147889998.jpg" + imageSrc="http://img.b2bpic.net/free-photo/candle-cake-slice-confetti-table_23-2147889998.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg", alt: "Customer 1" }, { src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Customer 2" }, @@ -78,7 +78,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Fresh Ingredients", description: "We only use locally sourced flour and premium butter.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-97260.jpg" }, - { title: "Made Daily", description: "Everything is baked fresh in our small kitchen.", buttonIcon: Clock, imageSrc: "http://img.b2bpic.net/free-photo/candle-cake-slice-confetti-table_23-2147889998.jpg" }, + { title: "Made Daily", description: "Everything is baked fresh in our small kitchen.", buttonIcon: Clock, imageSrc: "http://img.b2bpic.net/free-photo/candle-cake-slice-confetti-table_23-2147889998.jpg?_wi=2" }, { title: "Custom Designs", description: "We make cakes that match your unique vision.", buttonIcon: Palette, imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-arrangement_23-2149235808.jpg" }, { title: "Delivery Ready", description: "Get your sweets delivered right to your door.", buttonIcon: Truck, imageSrc: "http://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg" }, ]} -- 2.49.1