From c1d39746a0590a14b94bbb845ae049687e4e0711 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:06:41 +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 f20502c..e090677 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bunch-flowers-wooden-background-horizontal-view-from_1220-1133.jpg", imageAlt: "Colorful spring flower bouquet" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149247537.jpg", imageAlt: "Artistic floral studio design" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149247537.jpg?_wi=1", imageAlt: "Artistic floral studio design" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tiny-spring-flower-bouquet_23-2148075324.jpg", imageAlt: "Natural wildflower arrangement" @@ -85,7 +85,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149247537.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149247537.jpg?_wi=2" imageAlt="Bee to Me floral studio workspace" mediaAnimation="slide-up" bulletPoints={[ @@ -179,19 +179,19 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Wedding Planner", testimonial: "The bridal bouquet was absolutely stunning. Every petal was perfect, and the sustainable approach aligned perfectly with our clients' values.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell, Wedding Planner" + id: "1", name: "Sarah Mitchell", role: "Wedding Planner", testimonial: "The bridal bouquet was absolutely stunning. Every petal was perfect, and the sustainable approach aligned perfectly with our clients' values.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell, Wedding Planner" }, { - id: "2", name: "James Rodriguez", role: "Corporate Events Manager", testimonial: "We've ordered from Bee to Me for three corporate events now. Their arrangements always make a statement and support our sustainability initiatives.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Rodriguez, Corporate Events Manager" + id: "2", name: "James Rodriguez", role: "Corporate Events Manager", testimonial: "We've ordered from Bee to Me for three corporate events now. Their arrangements always make a statement and support our sustainability initiatives.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "James Rodriguez, Corporate Events Manager" }, { - id: "3", name: "Emma Chen", role: "Interior Designer", testimonial: "As a designer, I appreciate attention to detail. Bee to Me's arrangements elevate any space with artistry and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Chen, Interior Designer" + id: "3", name: "Emma Chen", role: "Interior Designer", testimonial: "As a designer, I appreciate attention to detail. Bee to Me's arrangements elevate any space with artistry and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Chen, Interior Designer" }, { id: "4", name: "Michael Torres", role: "Customer", testimonial: "I sent these flowers to my mom for her birthday, and she couldn't stop raving about them. Beautiful and meaningful!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Torres, Customer" }, { - id: "5", name: "Lisa Anderson", role: "Event Coordinator", testimonial: "The team at Bee to Me goes above and beyond. They listened to our vision and created something truly magical.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Lisa Anderson, Event Coordinator" + id: "5", name: "Lisa Anderson", role: "Event Coordinator", testimonial: "The team at Bee to Me goes above and beyond. They listened to our vision and created something truly magical.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Lisa Anderson, Event Coordinator" }, { id: "6", name: "David Kim", role: "Customer", testimonial: "Not only are the flowers gorgeous, but knowing I'm supporting bee conservation makes me feel great about my purchase.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Kim, Customer" -- 2.49.1