From aed8571f6d0cc959a60e4386be43cca043389d65 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:01:26 +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 3c1ddc1..94fba13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,22 +152,22 @@ export default function LandingPage() { description="See what our satisfied clients have to say about their experience with Dani FJR" testimonials={[ { - id: "1", name: "Maria Santos", role: "Bakery Owner", testimonial: "Dani FJR transformed our bakery's image with stunning custom packaging. The quality is exceptional and the service was incredibly professional. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Santos" + id: "1", name: "Maria Santos", role: "Bakery Owner", testimonial: "Dani FJR transformed our bakery's image with stunning custom packaging. The quality is exceptional and the service was incredibly professional. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Maria Santos" }, { - id: "2", name: "Juan Reyes", role: "Restaurant Manager", testimonial: "We've been ordering from Dani FJR for two years now. Their packaging is durable, looks amazing, and our customers always comment on it. Great value for money.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Juan Reyes" + id: "2", name: "Juan Reyes", role: "Restaurant Manager", testimonial: "We've been ordering from Dani FJR for two years now. Their packaging is durable, looks amazing, and our customers always comment on it. Great value for money.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1", imageAlt: "Juan Reyes" }, { - id: "3", name: "Ana Cruz", role: "Dessert Shop Owner", testimonial: "From concept to delivery, Dani FJR handled everything perfectly. The custom boxes with our branding turned out better than we imagined. Truly impressed!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ana Cruz" + id: "3", name: "Ana Cruz", role: "Dessert Shop Owner", testimonial: "From concept to delivery, Dani FJR handled everything perfectly. The custom boxes with our branding turned out better than we imagined. Truly impressed!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Ana Cruz" }, { - id: "4", name: "Robert Martinez", role: "Catering Manager", testimonial: "Working with Dani FJR was seamless. They understood our needs, delivered on time, and the packaging quality exceeded our expectations. Definitely our go-to supplier.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Martinez" + id: "4", name: "Robert Martinez", role: "Catering Manager", testimonial: "Working with Dani FJR was seamless. They understood our needs, delivered on time, and the packaging quality exceeded our expectations. Definitely our go-to supplier.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Robert Martinez" }, { - id: "5", name: "Sofia Tan", role: "Founder", testimonial: "The attention to detail in our custom coffee packaging is outstanding. Dani FJR goes above and beyond to ensure customer satisfaction. Absolutely worth it!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Sofia Tan" + id: "5", name: "Sofia Tan", role: "Founder", testimonial: "The attention to detail in our custom coffee packaging is outstanding. Dani FJR goes above and beyond to ensure customer satisfaction. Absolutely worth it!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2", imageAlt: "Sofia Tan" }, { - id: "6", name: "Carlos Mendez", role: "Operations Director", testimonial: "Affordable, reliable, and high-quality packaging solutions. Dani FJR has been instrumental in our business growth. Can't ask for better service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Carlos Mendez" + id: "6", name: "Carlos Mendez", role: "Operations Director", testimonial: "Affordable, reliable, and high-quality packaging solutions. Dani FJR has been instrumental in our business growth. Can't ask for better service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Carlos Mendez" } ]} textboxLayout="default" -- 2.49.1