From 5e56c80507c2566bd2adaff89bdebe45ca2af9e1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:40:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7431bcc..8b49a39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,11 +53,11 @@ export default function LandingPage() { testimonials={[ { name: "Maria Santos", handle: "Nutritionist", testimonial: "An excellent resource for understanding fruit varieties and their nutritional value.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1" }, { name: "James Wilson", handle: "Chef", testimonial: "Perfect guide for sourcing exotic fruits and learning their seasonal availability.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1" } ]} buttons={[{ text: "Start Exploring", href: "fruits" }]} @@ -125,15 +125,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Tropical Regions", description: "Home to bananas, mangoes, coconuts, pineapples, and papayas. These regions provide year-round warmth and humidity ideal for exotic fruit cultivation.", imageSrc: "http://img.b2bpic.net/free-vector/global-trade-shipping-routes_1308-179275.jpg", imageAlt: "Tropical fruit growing regions" + title: "Tropical Regions", description: "Home to bananas, mangoes, coconuts, pineapples, and papayas. These regions provide year-round warmth and humidity ideal for exotic fruit cultivation.", imageSrc: "http://img.b2bpic.net/free-vector/global-trade-shipping-routes_1308-179275.jpg?_wi=1", imageAlt: "Tropical fruit growing regions" }, { id: 2, - title: "Temperate Zones", description: "Produce apples, pears, berries, stone fruits, and grapes. The four seasons create natural dormancy cycles crucial for these fruits' development.", imageSrc: "http://img.b2bpic.net/free-vector/global-trade-shipping-routes_1308-179275.jpg", imageAlt: "Temperate climate fruit regions" + title: "Temperate Zones", description: "Produce apples, pears, berries, stone fruits, and grapes. The four seasons create natural dormancy cycles crucial for these fruits' development.", imageSrc: "http://img.b2bpic.net/free-vector/global-trade-shipping-routes_1308-179275.jpg?_wi=2", imageAlt: "Temperate climate fruit regions" }, { id: 3, - title: "Mediterranean Climate", description: "Ideal for citrus fruits, olives, and figs. Mild winters and dry summers create perfect conditions for flavor-rich fruit production.", imageSrc: "http://img.b2bpic.net/free-vector/global-trade-shipping-routes_1308-179275.jpg", imageAlt: "Mediterranean fruit growing areas" + title: "Mediterranean Climate", description: "Ideal for citrus fruits, olives, and figs. Mild winters and dry summers create perfect conditions for flavor-rich fruit production.", imageSrc: "http://img.b2bpic.net/free-vector/global-trade-shipping-routes_1308-179275.jpg?_wi=3", imageAlt: "Mediterranean fruit growing areas" } ]} /> @@ -195,16 +195,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Chen", role: "Nutritionist", testimonial: "This directory helped me recommend fruits to clients based on their nutritional needs. Incredibly comprehensive and well-organized.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", icon: Apple + id: "1", name: "Sarah Chen", role: "Nutritionist", testimonial: "This directory helped me recommend fruits to clients based on their nutritional needs. Incredibly comprehensive and well-organized.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", icon: Apple }, { - id: "2", name: "Marcus Johnson", role: "Farmer", testimonial: "As a fruit farmer, I appreciate the accurate information about growing regions and seasonal availability. Excellent resource for education.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", icon: Leaf + id: "2", name: "Marcus Johnson", role: "Farmer", testimonial: "As a fruit farmer, I appreciate the accurate information about growing regions and seasonal availability. Excellent resource for education.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", icon: Leaf }, { id: "3", name: "Elena Rodriguez", role: "Food Writer", testimonial: "The global perspective on fruits expanded my culinary horizons. Perfect reference for recipes and sourcing exotic varieties.", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", icon: Bookmark }, { - id: "4", name: "David Park", role: "Restaurant Chef", testimonial: "Understanding seasonal fruit availability transformed our menu planning. We now source fresher, more sustainable ingredients year-round.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", icon: UtensilsCrossed + id: "4", name: "David Park", role: "Restaurant Chef", testimonial: "Understanding seasonal fruit availability transformed our menu planning. We now source fresher, more sustainable ingredients year-round.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", icon: UtensilsCrossed } ]} /> -- 2.49.1