From 5afa033829d679d09319f9c70942d12ebca283a1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:02:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e28ac1a..25af896 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,9 +154,9 @@ export default function LandingPage() { { id: "t1", name: "Elena M.", imageSrc: "http://img.b2bpic.net/free-photo/cute-florist-arranging-bouquet_23-2147760997.jpg"}, { - id: "t2", name: "Samuel K.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-florist-taking-care-flowers-workplace-white-wall_176420-12277.jpg"}, + id: "t2", name: "Samuel K.", imageSrc: "http://img.b2bpic.net/young-beautiful-african-woman-florist-taking-care-flowers-workplace-white-wall_176420-12277.jpg"}, { - id: "t3", name: "Grace W.", imageSrc: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg"}, + id: "t3", name: "Grace W.", imageSrc: "http://img.b2bpic.net/portriat-beautiful-business-woman-standing_23-2148317282.jpg"}, ]} memberVariant="card" membersAnimation="slide-up" @@ -171,19 +171,19 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Sarah J.", handle: "@sarah_j", testimonial: "Absolutely breathtaking arrangements, they made our anniversary special.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-woman-with-short-hair-holding-bouquet-flowers-paper-bag-with-gifts-smiling-cheerfully_141793-111443.jpg"}, + imageSrc: "http://img.b2bpic.net/happy-excited-woman-with-short-hair-holding-bouquet-flowers-paper-bag-with-gifts-smiling-cheerfully_141793-111443.jpg"}, { id: "t2", name: "Mark D.", handle: "@mark_d", testimonial: "Best service in Westlands. Always fresh and on time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-bride-posing-with-flowers_23-2150312107.jpg"}, + imageSrc: "http://img.b2bpic.net/medium-shot-bride-posing-with-flowers_23-2150312107.jpg"}, { id: "t3", name: "Linda P.", handle: "@linda_p", testimonial: "Westlands Floral is our go-to for corporate office decor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-looking-tablet_23-2148377329.jpg"}, + imageSrc: "http://img.b2bpic.net/medium-shot-happy-women-looking-tablet_23-2148377329.jpg"}, { id: "t4", name: "Tom O.", handle: "@tom_o", testimonial: "Unique, high-quality blooms that truly brighten our home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-dreamy-woman-with-bouquet-flowers_23-2148079365.jpg"}, + imageSrc: "http://img.b2bpic.net/attractive-dreamy-woman-with-bouquet-flowers_23-2148079365.jpg"}, { id: "t5", name: "Alice N.", handle: "@alice_n", testimonial: "Stunning aesthetics! Their eye for detail is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-dress-holding-present-bouquet-red-roses-looking-camera-happy-cheerful-smiling-broadly-valentines-day-concept-standing-purple-wall_141793-59204.jpg"}, + imageSrc: "http://img.b2bpic.net/young-beautiful-woman-dress-holding-present-bouquet-red-roses-looking-camera-happy-cheerful-smiling-broadly-valentines-day-concept-standing-purple-wall_141793-59204.jpg"}, ]} showRating={true} title="Client Stories" @@ -215,10 +215,6 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient"}} text="Visit our boutique at Shamneel Court, Westlands. Reach us at hello@westlandsfloral.com or +254 700 000 000." - onSubmit={(email: string) => { - console.log("New order inquiry from: ", email); - // Notification system integration logic would go here - }} /> -- 2.49.1