From d790119c5a98c1fbb7017ac16af1fdbbfe6f65d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:03:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9d786a..975aca5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,6 @@ export default function LandingPage() { frameStyle="card" mediaAnimation="slide-up" buttonAnimation="opacity" - useInvertedBackground={false} /> @@ -69,7 +68,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/coffee-beans-lie-cezve-hessian_8353-1480.jpg" imageAlt="Premium coffee beans" mediaAnimation="blur-reveal" - useInvertedBackground={false} /> @@ -106,22 +104,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "The Perfect Morning Ritual", quote: "Every morning starts with Brew Haven. The quality is unmatched and the atmosphere is genuinely welcoming. This is where I belong.", name: "Sarah Mitchell", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Sarah Mitchell" + id: "1", title: "The Perfect Morning Ritual", quote: "Every morning starts with Brew Haven. The quality is unmatched and the atmosphere is genuinely welcoming. This is where I belong.", name: "Sarah Mitchell", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Mitchell" }, { id: "2", title: "Exceptional Specialty Drinks", quote: "I've tried coffee everywhere, but Brew Haven's cold brew is absolutely phenomenal. The baristas truly understand their craft.", name: "Marcus Chen", role: "Coffee Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen" }, { - id: "3", title: "A Community Gathering Spot", quote: "More than just coffee—it's about the people and the experience. Brew Haven feels like home to me.", name: "Emma Rodriguez", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Emma Rodriguez" + id: "3", title: "A Community Gathering Spot", quote: "More than just coffee—it's about the people and the experience. Brew Haven feels like home to me.", name: "Emma Rodriguez", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emma Rodriguez" }, { - id: "4", title: "Premium Quality Every Time", quote: "The consistency and attention to detail at Brew Haven is remarkable. They source the finest beans and it shows in every cup.", name: "David Thompson", role: "Coffee Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "David Thompson" + id: "4", title: "Premium Quality Every Time", quote: "The consistency and attention to detail at Brew Haven is remarkable. They source the finest beans and it shows in every cup.", name: "David Thompson", role: "Coffee Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Thompson" }, { - id: "5", title: "Best Coffee in Town", quote: "Finally found a place where passion meets quality. Brew Haven is my go-to for everything coffee-related.", name: "Jessica Liu", role: "Daily Visitor", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=3", imageAlt: "Jessica Liu" + id: "5", title: "Best Coffee in Town", quote: "Finally found a place where passion meets quality. Brew Haven is my go-to for everything coffee-related.", name: "Jessica Liu", role: "Daily Visitor", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Jessica Liu" }, { - id: "6", title: "Worth Every Visit", quote: "The expertise of the team and the quality of the product make this place special. Highly recommended!", name: "James Wilson", role: "Coffee Lover", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "James Wilson" + id: "6", title: "Worth Every Visit", quote: "The expertise of the team and the quality of the product make this place special. Highly recommended!", name: "James Wilson", role: "Coffee Lover", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Wilson" } ]} /> -- 2.49.1