From 0c2ae56db9fdfedb70ba3c8e698d26051ae73fca Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 08:29:35 +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 14a67bb..39f339b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { title="The Perfect Brew, Every Single Day." description="Artisanal coffee and fresh pastries crafted with passion in the heart of the city. Join us for a moment of calm." buttons={[{ text: "View Menu", href: "#products" }]} - imageSrc="http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg" + imageSrc="http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/frothy-drinks-pour-from-machinery-coffee-shop-generated-by-ai_188544-36183.jpg", alt: "Frothy drinks pour from machinery in coffee shop" }, { src: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg", alt: "Close-up hands preparing coffee with milk" }, @@ -81,7 +81,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Ethically Sourced", description: "We partner with local farmers for the best beans.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/top-view-buckwheats-food-shovels-alongside-them-horizontal_176474-2387.jpg", imageAlt: "artisanal coffee roasting process" }, - { title: "Daily Freshness", description: "Our pastries are baked fresh every morning.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg", imageAlt: "artisanal coffee roasting process" }, + { title: "Daily Freshness", description: "Our pastries are baked fresh every morning.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg?_wi=2", imageAlt: "artisanal coffee roasting process" }, { title: "Cozy Atmosphere", description: "Your third space away from home.", buttonIcon: Star, imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-chocolate-pralines_114579-20065.jpg", imageAlt: "artisanal coffee roasting process" }, { title: "Expert Roasting", description: "Precision roasting for optimal flavor.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastry-assortment-with-copy-space_23-2148516595.jpg", imageAlt: "artisanal coffee roasting process" }, ]} -- 2.49.1