From 482f8d66aa8a773363b16d792552789498051ce6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 16:24:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72281da..2397f08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" }, { text: "Visit Us", href: "#visit" } ]} - imageSrc="http://img.b2bpic.net/free-photo/coffee-cup_74190-2673.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coffee-cup_74190-2673.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", alt: "Happy guest" }, @@ -79,7 +79,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { tag: "Craft", title: "Perfect Balance", subtitle: "Espresso First", description: "No artificial overload. Every latte highlights the authentic, balanced flavors of premium beans.", imageSrc: "http://img.b2bpic.net/free-vector/minimal-logo-collection-marble-background_23-2148382950.jpg", imageAlt: "minimalist coffee cup logo" }, - { tag: "Space", title: "A Place to Belong", subtitle: "True Sanctuary", description: "Cozy, calm, and welcoming—the perfect environment to work, meet, or simply unwind.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-2673.jpg", imageAlt: "minimalist coffee cup logo" }, + { tag: "Space", title: "A Place to Belong", subtitle: "True Sanctuary", description: "Cozy, calm, and welcoming—the perfect environment to work, meet, or simply unwind.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-2673.jpg?_wi=2", imageAlt: "minimalist coffee cup logo" }, { tag: "Team", title: "Owner-Led Experience", subtitle: "Personal Warmth", description: "Every guest matters. We ensure you feel welcomed and valued from your first sip.", imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg", imageAlt: "minimalist coffee cup logo" } ]} title="Not Just Coffee. Craft You Can Taste." -- 2.49.1