diff --git a/src/app/page.tsx b/src/app/page.tsx index b1ade42..fddebb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,13 +32,13 @@ export default function LandingPage() { @@ -48,41 +48,31 @@ export default function LandingPage() { @@ -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." /> @@ -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." /> @@ -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 We’re 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." />
@@ -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." />