From 7fe3c5d2b4ea53571780fd384e60bed837dda6af Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:05:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ea6af1..6383e8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,13 +59,13 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Anderson", handle: "Food Critic", testimonial: "The most exceptional bakery experience I've had. Pure artistry in every creation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"}, { name: "Michael Chen", handle: "Chef", testimonial: "Consistently perfect quality. Classic 44 sets the gold standard for premium baking.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { name: "Emma Rodriguez", handle: "Event Planner", testimonial: "Transforms every celebration into something truly memorable and delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -165,17 +165,17 @@ export default function LandingPage() { animationType="blur-reveal" testimonials={[ { - id: "1", name: "Jessica Williams", handle: "Wedding Planner", testimonial: "Every event deserves Classic 44's touch. The quality and creativity transform special moments into unforgettable experiences.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Williams"}, + id: "1", name: "Jessica Williams", handle: "Wedding Planner", testimonial: "Every event deserves Classic 44's touch. The quality and creativity transform special moments into unforgettable experiences.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Jessica Williams"}, { - id: "2", name: "David Park", handle: "Restaurant Owner", testimonial: "Our clientele expects excellence. Classic 44 consistently delivers premium baked goods that elevate every service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"}, + id: "2", name: "David Park", handle: "Restaurant Owner", testimonial: "Our clientele expects excellence. Classic 44 consistently delivers premium baked goods that elevate every service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Park"}, { - id: "3", name: "Helena Rossi", handle: "Food Critic", testimonial: "The artistry and precision evident in each creation is remarkable. Classic 44 represents the pinnacle of modern bakery craft.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", imageAlt: "Helena Rossi"}, + id: "3", name: "Helena Rossi", handle: "Food Critic", testimonial: "The artistry and precision evident in each creation is remarkable. Classic 44 represents the pinnacle of modern bakery craft.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg?_wi=2", imageAlt: "Helena Rossi"}, { id: "4", name: "Marcus Thompson", handle: "Chef de Cuisine", testimonial: "As a professional, I recognize excellence. Classic 44's dedication to quality is uncompromising and truly exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "Marcus Thompson"}, { id: "5", name: "Sophia Laurent", handle: "Pastry Specialist", testimonial: "Their techniques and flavor combinations are sophisticated and innovative. A masterclass in premium baking.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sophia Laurent"}, { - id: "6", name: "Alexander Chen", handle: "Luxury Event Curator", testimonial: "For premium events, Classic 44 is the only choice. Their attention to detail and quality is absolutely unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexander Chen"}, + id: "6", name: "Alexander Chen", handle: "Luxury Event Curator", testimonial: "For premium events, Classic 44 is the only choice. Their attention to detail and quality is absolutely unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Alexander Chen"}, ]} speed={40} topMarqueeDirection="left" -- 2.49.1