Update src/app/page.tsx

This commit is contained in:
2026-03-19 11:19:59 +00:00
parent b0feb48cf6
commit 4d7a7fe1af

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroCentered
title="The coffee that never ends"
description="Intense, creamy, unforgettable. Experience genuine warmth and artisanal flavor at Pitase Bem—where every visit feels like coming home."
background={{ variant: "aurora" }}
background={{ variant: "gradient-bars" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiley-employee-making-coffee_23-2148366606.jpg", alt: "Pitase Bem Team Member 1"
@@ -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?_wi=1", imageAlt: "Premium Single-Origin Espresso"
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg", 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?_wi=2", imageAlt: "Fresh Artisanal Pastries"
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg", 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?_wi=3", imageAlt: "Cozy Café Atmosphere"
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg", imageAlt: "Cozy Café Atmosphere"
}
]}
animationType="slide-up"