Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-23 11:38:12 +00:00

View File

@@ -32,13 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "hero"},
name: "Inicio", id: "hero"},
{
name: "Specialties", id: "products"},
name: "Especialidades", id: "products"},
{
name: "Heritage", id: "about"},
name: "Nuestro Legado", id: "about"},
{
name: "Visit", id: "contact"},
name: "Visítanos", id: "contact"},
]}
brandName="La Dolçor De La Cala"
/>
@@ -48,41 +48,31 @@ export default function LandingPage() {
<HeroSplit
background={{
variant: "gradient-bars"}}
title="The Best Croissants in La Cala"
description="Crafted with passion, baked fresh daily. Experience the perfect morning ritual at the heart of our coastal legacy."
title="Los mejores croissants de La Cala"
description="Elaborados con pasión, horneados frescos a diario. Experimenta el ritual matutino perfecto en el corazón de nuestro legado costero."
buttons={[
{
text: "Visit Us Today", href: "#contact"},
text: "Visítanos hoy", href: "#contact"},
{
text: "See Our Specialties", href: "#products"},
text: "Ver nuestras especialidades", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/pain-au-chocolat-croissant_114579-2514.jpg"
imageAlt="Freshly baked artisan croissant"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/fresh-baked-butter-croissants-display-cafe_53876-121720.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/crop-couple-holding-hands-near-croissant_1153-2709.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-83383.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-croissant-plate-covered-chocolate-cafe_181624-57999.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg", alt: "Customer 5"},
{ src: "http://img.b2bpic.net/free-photo/fresh-baked-butter-croissants-display-cafe_53876-121720.jpg", alt: "Cliente 1" },
{ src: "http://img.b2bpic.net/free-photo/crop-couple-holding-hands-near-croissant_1153-2709.jpg", alt: "Cliente 2" },
{ src: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-83383.jpg", alt: "Cliente 3" },
{ src: "http://img.b2bpic.net/free-photo/closeup-shot-croissant-plate-covered-chocolate-cafe_181624-57999.jpg", alt: "Cliente 4" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg", alt: "Cliente 5" },
]}
avatarText="Join 10,000+ happy morning lovers"
avatarText="Únete a más de 10,000 amantes de la mañana"
marqueeItems={[
{
type: "text", text: "Baked Fresh Daily"},
{
type: "text", text: "Artisan Methods"},
{
type: "text", text: "Coastal Heritage"},
{
type: "text", text: "Premium Ingredients"},
{
type: "text", text: "Daily Ritual"},
{ type: "text", text: "Horneado fresco a diario" },
{ type: "text", text: "Métodos artesanales" },
{ type: "text", text: "Herencia costera" },
{ type: "text", text: "Ingredientes premium" },
{ type: "text", text: "Ritual diario" },
]}
/>
</div>
@@ -94,21 +84,15 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "p1", name: "Chocolate Croissant", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-croissant-plate-covered-chocolate-cafe_181624-59156.jpg"},
{
id: "p2", name: "Almond Croissant", price: "4.75€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissant-flowers-plate_23-2149660917.jpg"},
{
id: "p3", name: "Pistachio Croissant", price: "4.95€", imageSrc: "http://img.b2bpic.net/free-photo/plate-turkish-pakhlava-rolls-with-pistachio_140725-6966.jpg"},
{
id: "p4", name: "Kinder Croissant", price: "5.20€", imageSrc: "http://img.b2bpic.net/free-photo/coffee-near-sandwich-with-knife_23-2147717724.jpg"},
{
id: "p5", name: "Homemade Empanada", price: "3.80€", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas_123827-37188.jpg"},
{
id: "p6", name: "Signature Butter", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196233.jpg"},
{ id: "p1", name: "Croissant de Chocolate", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-croissant-plate-covered-chocolate-cafe_181624-59156.jpg" },
{ id: "p2", name: "Croissant de Almendras", price: "4.75€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissant-flowers-plate_23-2149660917.jpg" },
{ id: "p3", name: "Croissant de Pistacho", price: "4.95€", imageSrc: "http://img.b2bpic.net/free-photo/plate-turkish-pakhlava-rolls-with-pistachio_140725-6966.jpg" },
{ id: "p4", name: "Croissant Kinder", price: "5.20€", imageSrc: "http://img.b2bpic.net/free-photo/coffee-near-sandwich-with-knife_23-2147717724.jpg" },
{ id: "p5", name: "Empanada Casera", price: "3.80€", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas_123827-37188.jpg" },
{ id: "p6", name: "Mantequilla Signature", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196233.jpg" },
]}
title="Signature Specialties"
description="Sensory perfection in every bite, from our buttery layers to rich, decadent fillings."
title="Especialidades"
description="Perfección sensorial en cada bocado, desde nuestras capas crujientes hasta nuestros rellenos decadentes."
/>
</div>
@@ -118,18 +102,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1", icon: Award,
title: "Local Tradition", value: "20+"},
{
id: "m2", icon: Coffee,
title: "Croissants Baked", value: "500+"},
{
id: "m3", icon: Smile,
title: "Happy Mornings", value: "10k+"},
{ id: "m1", icon: Award, title: "Tradición Local", value: "20+" },
{ id: "m2", icon: Coffee, title: "Croissants Horneados", value: "500+" },
{ id: "m3", icon: Smile, title: "Mañanas Felices", value: "10k+" },
]}
title="Crafting Perfection Daily"
description="Dedication measured in ingredients and satisfied mornings."
title="Perfección diaria"
description="Dedicación medida en ingredientes y mañanas satisfechas."
/>
</div>
@@ -139,38 +117,23 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: "f1", title: "Baked Fresh Daily", author: "Morning Ritual", description: "Made fresh every morning before sunrise, guaranteed.", tags: [
"Fresh", "Daily"],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg"},
{
id: "f2", title: "Premium Ingredients", author: "Artisan Quality", description: "Only the finest butter and local ingredients sourced daily.", tags: [
"Artisan", "Quality"],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37480.jpg"},
{
id: "f3", title: "Near The Beach", author: "Coastal Location", description: "The perfect stop for your coastal morning ritual.", tags: [
"Coastal", "Convenient"],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-nougats-pistachio-view_23-2149646327.jpg"},
{ id: "f1", title: "Horneado diario", author: "Ritual Matutino", description: "Hecho fresco cada mañana antes del amanecer.", tags: ["Fresco", "Diario"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg" },
{ id: "f2", title: "Ingredientes Premium", author: "Calidad Artesanal", description: "Solo la mejor mantequilla e ingredientes locales.", tags: ["Artesanal", "Calidad"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37480.jpg" },
{ id: "f3", title: "Cerca de la playa", author: "Ubicación costera", description: "La parada perfecta para tu ritual costero.", tags: ["Costero", "Conveniente"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-nougats-pistachio-view_23-2149646327.jpg" },
]}
title="Why Were Different"
description="Our bakery is built on the belief that real quality takes time and tradition."
title="¿Por qué somos diferentes?"
description="Nuestra panadería nace de la creencia de que la calidad real requiere tiempo y tradición."
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={false}
title="Our Heritage Story"
title="Nuestra Historia"
metrics={[
{
icon: Heart,
label: "Passion", value: "Generations"},
{
icon: Users,
label: "Family", value: "Run"},
{
icon: MapPin,
label: "Legacy", value: "Local"},
{ icon: Heart, label: "Pasión", value: "Generaciones" },
{ icon: Users, label: "Familia", value: "Unida" },
{ icon: MapPin, label: "Legado", value: "Local" },
]}
metricsAnimation="slide-up"
/>
@@ -182,49 +145,30 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "t1", name: "Sarah J.", role: "Foodie", company: "Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-present-mother-breakfast_23-2147788217.jpg"},
{
id: "t2", name: "Michael C.", role: "Regular", company: "Tourist", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-life-after-covid_23-2149121927.jpg"},
{
id: "t3", name: "Emily R.", role: "Visitor", company: "Frequent", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg"},
{
id: "t4", name: "David K.", role: "Resident", company: "Loyal", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-woman-drinking-coffee-kitchen-enjoying-her-morning-routine_1258-193531.jpg"},
{
id: "t5", name: "Maria B.", role: "Neighbor", company: "Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/daughter-mother-drinking-milk-eating-cookies_23-2148339825.jpg"},
{ id: "t1", name: "Sarah J.", role: "Foodie", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-present-mother-breakfast_23-2147788217.jpg" },
{ id: "t2", name: "Michael C.", role: "Regular", company: "Turista", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-life-after-covid_23-2149121927.jpg" },
{ id: "t3", name: "Emily R.", role: "Visitante", company: "Frecuente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg" },
{ id: "t4", name: "David K.", role: "Residente", company: "Leal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-woman-drinking-coffee-kitchen-enjoying-her-morning-routine_1258-193531.jpg" },
{ id: "t5", name: "Maria B.", role: "Vecina", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/daughter-mother-drinking-milk-eating-cookies_23-2148339825.jpg" },
]}
kpiItems={[
{
value: "5.0", label: "Rating"},
{
value: "100%", label: "Fresh"},
{
value: "Love", label: "Taste"},
{ value: "5.0", label: "Calificación" },
{ value: "100%", label: "Frescura" },
{ value: "Amor", label: "Sabor" },
]}
title="What Our Locals Say"
description="Join thousands of happy customers who make us their daily ritual."
title="Opiniones de nuestros clientes"
description="Únete a miles de personas que hacen de nuestra panadería su ritual diario."
/>
</div>
<div id="gallery" data-section="gallery">
<AboutMetric
useInvertedBackground={false}
title="A Visual Feast"
title="Un banquete visual"
metrics={[
{
icon: Camera,
label: "Crispy Layers", value: "Detail"},
{
icon: Star,
label: "Melted Chocolate", value: "Texture"},
{
icon: Award,
label: "Daily Bake", value: "Fresh"},
{ icon: Camera, label: "Capas crujientes", value: "Detalle" },
{ icon: Star, label: "Chocolate fundido", value: "Textura" },
{ icon: Award, label: "Horneado diario", value: "Fresco" },
]}
metricsAnimation="slide-up"
/>
@@ -233,11 +177,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="Opening Hours"
title="Visit Us Today"
description="Start your morning the right way. Find us by the beach in La Cala."
background={{ variant: "plain" }}
tag="Horario"
title="Visítanos hoy"
description="Empieza bien la mañana. Encuéntranos junto a la playa en La Cala."
imageSrc="http://img.b2bpic.net/free-photo/smiling-waitress-holding-tray_23-2147985008.jpg"
mediaAnimation="slide-up"
/>
@@ -246,14 +189,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="La Dolçor De La Cala"
copyrightText="© 2025 La Dolçor De La Cala | Handmade with passion"
copyrightText="© 2025 La Dolçor De La Cala | Hecho con pasn"
socialLinks={[
{
icon: Instagram,
href: "#", ariaLabel: "Instagram"},
{
icon: Facebook,
href: "#", ariaLabel: "Facebook"},
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
]}
/>
</div>