From e9e2c0335197804e39771c25e2cfa61824a4905f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 14:13:00 +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 24a26e8..3a0820e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { title="Mindfulness in Every Cup" description="Discover the art of slowing down at Enso Cafe. Ethically sourced beans, handcrafted pastries, and a space designed for quiet reflection." buttons={[{ text: "View Our Menu", href: "#menu" }]} - imageSrc="http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg" + imageSrc="http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg?_wi=1" imageAlt="cozy cafe interior minimal" /> @@ -61,7 +61,7 @@ export default function LandingPage() { description="At Enso, we believe coffee is more than a caffeine boost; it is a ritual. We source only organic, fair-trade beans and focus on sustainable brewing methods that honor the earth." subdescription="Whether you're starting your morning or seeking a midday pause, we invite you to find your balance here." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -73,8 +73,8 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "p1", name: "Buttery Croissant", price: "$4.50", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg" }, - { id: "p2", name: "Signature Latte", price: "$5.50", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg" }, + { id: "p1", name: "Buttery Croissant", price: "$4.50", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg?_wi=1" }, + { id: "p2", name: "Signature Latte", price: "$5.50", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg?_wi=1" }, { id: "p3", name: "Avocado Toast", price: "$12.00", variant: "Brunch", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritious-breakfast-meal-assortment_23-2148833906.jpg" }, { id: "p4", name: "Matcha Latte", price: "$6.00", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163389.jpg" }, { id: "p5", name: "Drip Roast", price: "$3.50", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-top-view-background_24972-2317.jpg" }, @@ -91,10 +91,10 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { tag: "Sourcing", title: "Direct Trade", subtitle: "Ethical", description: "Beans sourced directly from farmers.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104746.jpg", imageAlt: "Breakfast composition" }, - { tag: "Process", title: "Slow Roast", subtitle: "Artisan", description: "Small-batch roasting for flavor.", imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg", imageAlt: "Breakfast composition" }, - { tag: "Space", title: "Zen Interior", subtitle: "Relaxing", description: "Designed for quiet work and rest.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "Breakfast composition" }, - { tag: "Community", title: "Local Hub", subtitle: "Connected", description: "A space for neighbors to gather.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg", imageAlt: "Breakfast composition" }, - { tag: "Quality", title: "Expert Brew", subtitle: "Barista-led", description: "Professional mastery in every cup.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg", imageAlt: "Breakfast composition" } + { tag: "Process", title: "Slow Roast", subtitle: "Artisan", description: "Small-batch roasting for flavor.", imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg?_wi=2", imageAlt: "Breakfast composition" }, + { tag: "Space", title: "Zen Interior", subtitle: "Relaxing", description: "Designed for quiet work and rest.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=2", imageAlt: "Breakfast composition" }, + { tag: "Community", title: "Local Hub", subtitle: "Connected", description: "A space for neighbors to gather.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg?_wi=2", imageAlt: "Breakfast composition" }, + { tag: "Quality", title: "Expert Brew", subtitle: "Barista-led", description: "Professional mastery in every cup.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg?_wi=2", imageAlt: "Breakfast composition" } ]} title="Why Choose Enso" description="Everything we do is focused on your experience." -- 2.49.1