From 7a84716fb29557da031b30171923c92dbe942a2f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:40:33 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 93ab32c..2e4c83e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1420,4 +1420,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From dbd9fb504a4fa2d95cdb3c52801f77398d240f75 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:40:34 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2336a21..56c7d09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -202,10 +202,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Perfect for Office Hydration", quote: "We switched to Saffron Springs for our office last year. The quality is exceptional, delivery is always on time, and our team loves the taste. It's been a great investment in employee wellness.", name: "Sarah Mitchell", role: "HR Manager, TechCorp", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell" + id: "1", title: "Premium Quality for Our Guests", quote: "We use Saffron Springs exclusively at our restaurant. Our guests appreciate the premium quality and consistent taste. The bulk pricing has also improved our margins significantly.", name: "Marco Rossi", role: "Owner, Gourmet Restaurant", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Marco Rossi" }, { - id: "2", title: "Premium Quality for Our Guests", quote: "We use Saffron Springs exclusively at our restaurant. Our guests appreciate the premium quality and consistent taste. The bulk pricing has also improved our margins significantly.", name: "Marco Rossi", role: "Owner, Gourmet Restaurant", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Marco Rossi" + id: "2", title: "Perfect for Office Hydration", quote: "We switched to Saffron Springs for our office last year. The quality is exceptional, delivery is always on time, and our team loves the taste. It's been a great investment in employee wellness.", name: "Sarah Mitchell", role: "HR Manager, TechCorp", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { id: "3", title: "Reliable Partner for Events", quote: "For our large corporate events, Saffron Springs has been our go-to supplier. They deliver exactly what they promise, when they promise it. Professional service every time.", name: "David Chen", role: "Event Coordinator, Summit Events", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen" @@ -300,4 +300,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1