From 2efe0347d2344a21d84d2d70e890c72d8076a669 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 06:58:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea95b18..fa41f52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tag="Premium Local Cafe" tagIcon={Sparkles} tagAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cuvb76" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cuvb76&_wi=1" imageAlt="Fresh brunch spread at TenTen Cafe" imagePosition="right" mediaAnimation="slide-up" @@ -63,15 +63,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "Fitness Enthusiast", testimonial: "The portions are generous and the ingredients are clearly fresh. My go-to spot after morning workouts!", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nvb7hi" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nvb7hi&_wi=1" }, { name: "James Mitchell", handle: "Local Professional", testimonial: "Best brunch in Filton. The atmosphere is warm and inviting, perfect for catching up with friends.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nsylj5" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nsylj5&_wi=1" }, { name: "Emma Rodriguez", handle: "Health Coach", testimonial: "I appreciate how they highlight nutritional info. The vegan options are exceptional and delicious.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=en7h2e" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=en7h2e&_wi=1" } ]} testimonialRotationInterval={5000} @@ -179,16 +179,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Perfect Post-Workout Spot", quote: "I come here every Saturday after my gym session. The protein-packed meals are delicious and filling. The staff is so friendly and always remembers my usual order!", name: "Michael Torres", role: "Fitness Enthusiast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nsylj5", imageAlt: "Michael Torres" + id: "1", title: "Perfect Post-Workout Spot", quote: "I come here every Saturday after my gym session. The protein-packed meals are delicious and filling. The staff is so friendly and always remembers my usual order!", name: "Michael Torres", role: "Fitness Enthusiast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nsylj5&_wi=2", imageAlt: "Michael Torres" }, { - id: "2", title: "Beautifully Presented and Delicious", quote: "Every dish looks like a work of art. The presentation is Instagram-worthy and the taste doesn't disappoint. My friends are now regulars too!", name: "Jessica Wong", role: "Food Blogger", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nvb7hi", imageAlt: "Jessica Wong" + id: "2", title: "Beautifully Presented and Delicious", quote: "Every dish looks like a work of art. The presentation is Instagram-worthy and the taste doesn't disappoint. My friends are now regulars too!", name: "Jessica Wong", role: "Food Blogger", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nvb7hi&_wi=2", imageAlt: "Jessica Wong" }, { id: "3", title: "Excellent Vegan Options", quote: "I was skeptical, but the vegan breakfast blew me away. The attention to detail and commitment to plant-based nutrition is impressive. Highly recommend!", name: "David Ali", role: "Health Coach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e7ep2g", imageAlt: "David Ali" }, { - id: "4", title: "Warm Atmosphere, Great Coffee", quote: "It's not just about the food—the whole vibe is welcoming. The coffee is excellent and the baristas are skilled. Perfect for a casual morning with friends.", name: "Sophie Bennett", role: "Local Professional", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=en7h2e", imageAlt: "Sophie Bennett" + id: "4", title: "Warm Atmosphere, Great Coffee", quote: "It's not just about the food—the whole vibe is welcoming. The coffee is excellent and the baristas are skilled. Perfect for a casual morning with friends.", name: "Sophie Bennett", role: "Local Professional", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=en7h2e&_wi=2", imageAlt: "Sophie Bennett" }, { id: "5", title: "Supporting Local Business", quote: "Love supporting a local cafe that cares about ingredient quality and customer wellness. TenTen is a gem in Filton. Worth the wait on weekends!", name: "Arun Patel", role: "Community Member", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fchpgu", imageAlt: "Arun Patel" @@ -244,7 +244,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} mediaPosition="right" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cuvb76" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cuvb76&_wi=2" imageAlt="Subscribe to TenTen Cafe newsletter" mediaAnimation="slide-up" inputPlaceholder="your@email.com" -- 2.49.1