From fe59583e00d00eb0a0186ce81ca916234e4933c8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:01:37 +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 495b0fc..4f5b304 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,22 +143,22 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Maya T.", role: "Regular Customer", testimonial: "No gimmicks, just amazing food and coffee. This place is everything I look for in a cafe.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Maya T. profile" + id: "1", name: "Maya T.", role: "Regular Customer", testimonial: "No gimmicks, just amazing food and coffee. This place is everything I look for in a cafe.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Maya T. profile" }, { - id: "2", name: "David K.", role: "Coffee Enthusiast", testimonial: "The matcha here is whisked perfectly every single time. Worth the visit to Japanese Village Plaza.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "David K. profile" + id: "2", name: "David K.", role: "Coffee Enthusiast", testimonial: "The matcha here is whisked perfectly every single time. Worth the visit to Japanese Village Plaza.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "David K. profile" }, { - id: "3", name: "Sofia R.", role: "Breakfast Lover", testimonial: "Very popular breakfast and lunch spot. Their breakfast burrito is my go-to weekend move.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Sofia R. profile" + id: "3", name: "Sofia R.", role: "Breakfast Lover", testimonial: "Very popular breakfast and lunch spot. Their breakfast burrito is my go-to weekend move.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sofia R. profile" }, { - id: "4", name: "James L.", role: "Local Guide", testimonial: "If you're looking for a cafe that perfectly captures Little Tokyo energy, this is it.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "James L. profile" + id: "4", name: "James L.", role: "Local Guide", testimonial: "If you're looking for a cafe that perfectly captures Little Tokyo energy, this is it.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "James L. profile" }, { - id: "5", name: "Emma W.", role: "Creative Professional", testimonial: "Perfect spot for morning rituals or afternoon laptop sessions. Warm, welcoming, and consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=3", imageAlt: "Emma W. profile" + id: "5", name: "Emma W.", role: "Creative Professional", testimonial: "Perfect spot for morning rituals or afternoon laptop sessions. Warm, welcoming, and consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Emma W. profile" }, { - id: "6", name: "Michael C.", role: "Food Critic", testimonial: "Cafe Dulce represents modern Tokyo meets West Coast indulgence. Every detail matters here.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3", imageAlt: "Michael C. profile" + id: "6", name: "Michael C.", role: "Food Critic", testimonial: "Cafe Dulce represents modern Tokyo meets West Coast indulgence. Every detail matters here.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Michael C. profile" } ]} animationType="slide-up" @@ -212,7 +212,7 @@ export default function LandingPage() { description="Order online and pick up fresh. Your favorite coffee and breakfast, ready when you need it." buttons={[{ text: "Order Now", href: "https://order.cafedulce.com" }]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} /> -- 2.49.1