@@ -187,46 +101,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Sarah Miller",
- handle: "Executive Chef",
- testimonial: "FreshBulk has been our reliable partner for over three years. Exceptional quality every time.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-kitchen-with-vegetables_1157-28004.jpg",
- },
- {
- id: "t2",
- name: "David Chen",
- handle: "Store Manager",
- testimonial: "The consistency in quality is unmatched. My inventory has improved significantly.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-apple_1187-1548.jpg",
- },
- {
- id: "t3",
- name: "Elena Rodriguez",
- handle: "Cafe Owner",
- testimonial: "Fresh produce delivered on time every morning. Professionalism at its finest.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/chef-with-fruits-vegetables_23-2148145578.jpg",
- },
- {
- id: "t4",
- name: "Mark Wilson",
- handle: "Logistics Lead",
- testimonial: "The streamlined process makes wholesale ordering effortless and efficient.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/waiter-girl-holding-menu-cafe-people-service-concept_627829-7913.jpg",
- },
- {
- id: "t5",
- name: "Jessica Park",
- handle: "Bistro Owner",
- testimonial: "The best selection of organic produce I've found for my cafe business.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-secateurs-bunch-flowers_23-2147882008.jpg",
- },
+ { id: "t1", name: "Sarah Miller", handle: "Executive Chef", testimonial: "FreshBulk has been our reliable partner for over three years. Exceptional quality every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-kitchen-with-vegetables_1157-28004.jpg" },
+ { id: "t2", name: "David Chen", handle: "Store Manager", testimonial: "The consistency in quality is unmatched. My inventory has improved significantly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-apple_1187-1548.jpg" },
]}
showRating={true}
title="Voices from Our Partners"
@@ -237,9 +113,7 @@ export default function LandingPage() {