Merge version_1 into main #2
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
title="A Little Taste of Venezuela in Winter Park"
|
||||
description="Fresh artisan bread, golden empanadas, and traditional Venezuelan pastries baked daily with love. Every loaf tells a story of family, culture, and authentic craftsmanship."
|
||||
background="aurora"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=warns9", alt: "Fresh Venezuelan bakery with steam and golden pastries"
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
id: "testimonial-2", name: "James Chen", role: "Venezuelan Heritage", testimonial: "I'm Venezuelan and haven't felt authentic food in this country until Pia's. It reminded me of my grandma's house.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dxcd74", imageAlt: "James Chen", icon: Heart
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Sofia Reyes", role: "Local Favorite", testimonial: "The guava pastries are incredible. Fresh, soft, and the perfect amount of sweetness. They sell out so fast!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cfkvgq&_wi=1", imageAlt: "Sofia Reyes", icon: Star
|
||||
id: "testimonial-3", name: "Sofia Reyes", role: "Local Favorite", testimonial: "The guava pastries are incredible. Fresh, soft, and the perfect amount of sweetness. They sell out so fast!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cfkvgq", imageAlt: "Sofia Reyes", icon: Star
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "David Martinez", role: "Breakfast Regular", testimonial: "Everything is fresh and made from scratch. You can taste the difference. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=trzfhi", imageAlt: "David Martinez", icon: Heart
|
||||
@@ -97,8 +97,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl md:text-5xl font-light tracking-tight"
|
||||
descriptionClassName="text-lg text-opacity-80"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-light tracking-tight"
|
||||
textBoxDescriptionClassName="text-lg text-opacity-80"
|
||||
cardClassName="hover:shadow-lg transition-shadow duration-300"
|
||||
imageClassName="w-16 h-16 rounded-full object-cover"
|
||||
nameClassName="font-semibold text-foreground"
|
||||
@@ -136,8 +136,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl md:text-5xl font-light tracking-tight"
|
||||
descriptionClassName="text-lg text-opacity-80"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-light tracking-tight"
|
||||
textBoxDescriptionClassName="text-lg text-opacity-80"
|
||||
cardClassName="group rounded-2xl overflow-hidden hover:shadow-xl transition-all duration-300"
|
||||
imageClassName="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-300"
|
||||
cardNameClassName="font-semibold text-lg"
|
||||
@@ -206,8 +206,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl md:text-5xl font-light tracking-tight"
|
||||
descriptionClassName="text-lg text-opacity-80"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-light tracking-tight"
|
||||
textBoxDescriptionClassName="text-lg text-opacity-80"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-6"
|
||||
cardClassName="p-6 rounded-2xl hover:shadow-lg transition-shadow duration-300"
|
||||
/>
|
||||
@@ -222,12 +222,12 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "featured-review-1", name: "Venezuelan Community Member", role: "Home & Heritage", 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, the flavors she made, the love she put into every meal. This place is that for me now.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cfkvgq&_wi=2", imageAlt: "Cherished customer", icon: Heart
|
||||
id: "featured-review-1", name: "Venezuelan Community Member", role: "Home & Heritage", 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, the flavors she made, the love she put into every meal. This place is that for me now.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cfkvgq", imageAlt: "Cherished customer", icon: Heart
|
||||
}
|
||||
]}
|
||||
containerClassName="max-w-3xl mx-auto"
|
||||
titleClassName="text-4xl md:text-5xl font-light tracking-tight"
|
||||
descriptionClassName="text-lg text-opacity-80"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-light tracking-tight"
|
||||
textBoxDescriptionClassName="text-lg text-opacity-80"
|
||||
cardClassName="p-8 md:p-12 rounded-3xl shadow-lg text-center"
|
||||
imageClassName="w-20 h-20 rounded-full mx-auto mb-6 object-cover"
|
||||
nameClassName="font-semibold text-xl"
|
||||
|
||||
Reference in New Issue
Block a user