Update src/app/page.tsx

This commit is contained in:
2026-03-13 16:52:21 +00:00
parent d7ae8942cb
commit 32b4e28a21

View File

@@ -46,12 +46,12 @@ export default function LandingPage() {
title="A Little Taste of Venezuela in Winter Park"
description="Fresh artisan bread, golden empanadas, and traditional Venezuelan pastries baked daily with love. Experience authentic flavors that feel like home."
tag="⭐ 4.8+ Stars | Trusted by Hundreds"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{ text: "Order Ahead", href: "#order" },
{ text: "View Menu", href: "#menu" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=119syg"
imageAlt="Fresh baked Venezuelan bread and empanadas with warm bakery steam"
showDimOverlay={true}
@@ -190,22 +190,22 @@ export default function LandingPage() {
<TestimonialCardSix
testimonials={[
{
id: "testimonial-1", name: "Maria C.", handle: "@mariawinterpark", testimonial: "I'm Venezuelan and haven't felt like I've had authentic food in this country… until Pia's Bakery. It reminded me of my grandma's house.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eohfa8&_wi=1", imageAlt: "Happy customer enjoying Venezuelan pastry", icon: Heart
id: "testimonial-1", name: "Maria C.", handle: "@mariawinterpark", testimonial: "I'm Venezuelan and haven't felt like I've had authentic food in this country… until Pia's Bakery. It reminded me of my grandma's house.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eohfa8", imageAlt: "Happy customer enjoying Venezuelan pastry", icon: Heart
},
{
id: "testimonial-2", name: "James M.", handle: "@jameslocalcafe", testimonial: "Literally the best empanadas I've ever had. Crispy on the outside, perfectly seasoned on the inside. Worth the drive.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eohfa8&_wi=2", imageAlt: "Satisfied customer with empanada", icon: Star
id: "testimonial-2", name: "James M.", handle: "@jameslocalcafe", testimonial: "Literally the best empanadas I've ever had. Crispy on the outside, perfectly seasoned on the inside. Worth the drive.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eohfa8", imageAlt: "Satisfied customer with empanada", icon: Star
},
{
id: "testimonial-3", name: "Sofia Rodriguez", handle: "@sofialovescake", testimonial: "The guava pastries are incredible! Fresh, authentic, and made with real love. This is what real Venezuelan baking tastes like.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eohfa8&_wi=3", imageAlt: "Customer appreciating guava pastries", icon: Sparkles
id: "testimonial-3", name: "Sofia Rodriguez", handle: "@sofialovescake", testimonial: "The guava pastries are incredible! Fresh, authentic, and made with real love. This is what real Venezuelan baking tastes like.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eohfa8", imageAlt: "Customer appreciating guava pastries", icon: Sparkles
},
{
id: "testimonial-4", name: "David K.", handle: "@davidbakerlover", testimonial: "Everything is fresh and made from scratch. You can taste the difference. Pia's is a hidden gem worth discovering.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eohfa8&_wi=4", imageAlt: "Delighted customer with fresh bakery items", icon: CheckCircle
id: "testimonial-4", name: "David K.", handle: "@davidbakerlover", testimonial: "Everything is fresh and made from scratch. You can taste the difference. Pia's is a hidden gem worth discovering.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eohfa8", imageAlt: "Delighted customer with fresh bakery items", icon: CheckCircle
},
{
id: "testimonial-5", name: "Carmen L.", handle: "@carmenlocal", testimonial: "This bakery feels like my grandma's house in Venezuela. The warmth, the flavors, the hospitality. I come here just to feel at home.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eohfa8&_wi=5", imageAlt: "Content customer enjoying atmosphere", icon: Heart
id: "testimonial-5", name: "Carmen L.", handle: "@carmenlocal", testimonial: "This bakery feels like my grandma's house in Venezuela. The warmth, the flavors, the hospitality. I come here just to feel at home.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eohfa8", imageAlt: "Content customer enjoying atmosphere", icon: Heart
},
{
id: "testimonial-6", name: "Tony B.", handle: "@tonyorlando", testimonial: "Been going for 2 years. Never disappointed. Quality never wavers. Recommend to everyone who loves real, fresh, authentic food.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eohfa8&_wi=6", imageAlt: "Loyal customer smiling", icon: Award
id: "testimonial-6", name: "Tony B.", handle: "@tonyorlando", testimonial: "Been going for 2 years. Never disappointed. Quality never wavers. Recommend to everyone who loves real, fresh, authentic food.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eohfa8", imageAlt: "Loyal customer smiling", icon: Award
}
]}
animationType="blur-reveal"