Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-04 18:40:39 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1420,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}