Update src/app/page.tsx

This commit is contained in:
2026-03-19 11:20:23 +00:00
parent 4d7a7fe1af
commit 39fcccdd04

View File

@@ -99,15 +99,15 @@ export default function LandingPage() {
features={[
{
id: "espresso", title: "Single-Origin Espresso", author: "Artisanal & Ethically Sourced", description: "Our carefully curated selection of single-origin beans is roasted fresh in small batches to preserve complex flavor profiles and highlight unique terroir characteristics.", tags: ["Premium", "Specialty", "Ethical"],
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg", imageAlt: "Premium Single-Origin Espresso"
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg?_wi=1", imageAlt: "Premium Single-Origin Espresso"
},
{
id: "pastries", title: "Artisanal Pastries & Light Bites", author: "Fresh Daily", description: "Handcrafted croissants, fresh Portuguese pastéis de nata, and seasonal light bites pair perfectly with our coffee. Each item is baked fresh daily using quality ingredients.", tags: ["Handmade", "Fresh", "Local"],
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg", imageAlt: "Fresh Artisanal Pastries"
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg?_wi=2", imageAlt: "Fresh Artisanal Pastries"
},
{
id: "atmosphere", title: "Warm, Welcoming Atmosphere", author: "Community Space", description: "Our intimate café space invites you to slow down, connect, and belong. Whether you're a regular or first-time visitor, you'll feel the genuine warmth of our hospitality and community spirit.", tags: ["Authentic", "Community", "Welcoming"],
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg", imageAlt: "Cozy Café Atmosphere"
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg?_wi=3", imageAlt: "Cozy Café Atmosphere"
}
]}
animationType="slide-up"