From 7a7b91bee6768c243a9a6f5ad14c4e4d6615f108 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:39:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 58 ++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2370302..b058f03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Sparkles, Heart, Zap, Phone, Clock, MapPin, MessageCircle, Check, Mail, Bell, Calendar, Send, Camera, Star } from 'lucide-react'; +import { Sparkles, Heart, Zap, Phone, Clock, MapPin, MessageCircle, Check, Mail, Bell, Calendar, Send, Camera, Star, Truck } from 'lucide-react'; export default function LandingPage() { return ( @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Brunch" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Llamar Ahora / Call Now", href: "tel:+56942082013" }, { text: "Ordenar en WhatsApp / Order WhatsApp", href: "https://wa.me/56942082013" } @@ -55,11 +55,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-snacks-made-from-sweet-potatoes_23-2149134044.jpg", imageAlt: "Delicious brunch bowl" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pancakes-arrangement-with-fruits_23-2148531570.jpg?_wi=1", imageAlt: "Fresh pancakes" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-poached-egg-coffee-cup_23-2148417426.jpg?_wi=1", imageAlt: "Avocado toast" }, - { imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg?_wi=1", imageAlt: "Crispy waffles" }, - { imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg?_wi=1", imageAlt: "Specialty coffee" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-composition_23-2149186024.jpg?_wi=1", imageAlt: "Fresh juice" } + { imageSrc: "http://img.b2bpic.net/free-photo/pancakes-arrangement-with-fruits_23-2148531570.jpg", imageAlt: "Fresh pancakes" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-poached-egg-coffee-cup_23-2148417426.jpg", imageAlt: "Avocado toast" }, + { imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg", imageAlt: "Crispy waffles" }, + { imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg", imageAlt: "Specialty coffee" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-composition_23-2149186024.jpg", imageAlt: "Fresh juice" } ]} ariaLabel="Planeta Brunch hero section with featured menu items" containerClassName="w-full" @@ -90,19 +90,19 @@ export default function LandingPage() { products={[ { id: "1", brand: "Planeta Brunch", name: "Pancakes con Frutos Rojos / Berry Pancakes", price: "$8.500 CLP", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-arrangement-with-fruits_23-2148531570.jpg?_wi=2", imageAlt: "Delicious berry pancakes" + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-arrangement-with-fruits_23-2148531570.jpg", imageAlt: "Delicious berry pancakes" }, { id: "2", brand: "Planeta Brunch", name: "Avocado Toast / Pan con Aguacate", price: "$9.000 CLP", rating: 5, - reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-poached-egg-coffee-cup_23-2148417426.jpg?_wi=2", imageAlt: "Fresh avocado toast" + reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-poached-egg-coffee-cup_23-2148417426.jpg", imageAlt: "Fresh avocado toast" }, { id: "3", brand: "Planeta Brunch", name: "Waffles Belgas / Belgian Waffles", price: "$8.900 CLP", rating: 5, - reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg?_wi=2", imageAlt: "Golden crispy waffles" + reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg", imageAlt: "Golden crispy waffles" }, { id: "4", brand: "Planeta Brunch", name: "Sándwich Artesanal / Artisan Sandwich", price: "$10.500 CLP", rating: 5, - reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-sandwich-with-tomato_23-2148640136.jpg?_wi=1", imageAlt: "Fresh artisan sandwich" + reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-sandwich-with-tomato_23-2148640136.jpg", imageAlt: "Fresh artisan sandwich" } ]} gridVariant="two-columns-alternating-heights" @@ -136,7 +136,7 @@ export default function LandingPage() { title: "WhatsApp", description: "Envía un mensaje a WhatsApp para ordenar / Send a WhatsApp message to order", bentoComponent: "icon-info-cards", items: [ { icon: MessageCircle, label: "Rápido / Fast", value: "Respuesta 5 min" }, { icon: Check, label: "Confirmación / Confirm", value: "Instantánea" }, - { icon: Phone, label: "Envío / Delivery", value: "30-45 min" } + { icon: Truck, label: "Envío / Delivery", value: "30-45 min" } ] }, { @@ -168,22 +168,22 @@ export default function LandingPage() { { title: "Platos Gourmet / Gourmet Plates", description: "Presentación profesional y apetitosa / Professional & appetizing presentation", bentoComponent: "media-stack", items: [ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-festive-table-with-different-dishes-festive-event-party-wedding-reception_613910-17526.jpg", imageAlt: "Beautiful gourmet plating" }, - { imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg?_wi=2", imageAlt: "Morning coffee service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-wooden-desk_23-2147892920.jpg?_wi=1", imageAlt: "Cafe interior ambiance" } + { imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg", imageAlt: "Morning coffee service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-wooden-desk_23-2147892920.jpg", imageAlt: "Cafe interior ambiance" } ] }, { title: "Envío & Packaging / Delivery & Packaging", description: "Empaque de calidad para tu comodidad / Quality packaging for your convenience", bentoComponent: "media-stack", items: [ { imageSrc: "http://img.b2bpic.net/free-psd/zero-waste-horizontal-banner-template_23-2148471085.jpg", imageAlt: "Professional delivery packaging" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-sandwich-with-tomato_23-2148640136.jpg?_wi=2", imageAlt: "Fresh sandwich packaging" }, - { imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg?_wi=3", imageAlt: "Coffee takeaway" } + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-sandwich-with-tomato_23-2148640136.jpg", imageAlt: "Fresh sandwich packaging" }, + { imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg", imageAlt: "Coffee takeaway" } ] }, { title: "Ingredientes / Ingredients", description: "Solo lo mejor para ti / Only the best for you", bentoComponent: "media-stack", items: [ { imageSrc: "http://img.b2bpic.net/free-photo/assortment-different-delicious-ingredients_23-2149028673.jpg", imageAlt: "Fresh ingredients" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-composition_23-2149186024.jpg?_wi=2", imageAlt: "Fresh squeezed juice" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-poached-egg-coffee-cup_23-2148417426.jpg?_wi=3", imageAlt: "Organic ingredients" } + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-composition_23-2149186024.jpg", imageAlt: "Fresh squeezed juice" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-poached-egg-coffee-cup_23-2148417426.jpg", imageAlt: "Organic ingredients" } ] } ]} @@ -202,28 +202,22 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Carolina Rodríguez", handle: "@caro.valdivia", testimonial: "Los mejores pancakes que he probado en Valdivia. Ingredientes frescos y atención excelente. ¡Recomendado! / Best pancakes I've tried in Valdivia. Fresh ingredients and excellent service. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg", imageAlt: "Carolina Rodríguez" + id: "1", name: "Carolina Rodríguez", handle: "@caro.valdivia", testimonial: "Los mejores pancakes que he probado en Valdivia. Ingredientes frescos y atención excelente. ¡Recomendado! / Best pancakes I've tried in Valdivia. Fresh ingredients and excellent service. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg", imageAlt: "Carolina Rodríguez" }, { - id: "2", name: "Jorge Martínez", handle: "@jorgem.foto", testimonial: "Pedí delivery y llegó perfecto. El avocado toast es increíble. Muito satisfecho com o serviço. / I ordered delivery and it arrived perfect. The avocado toast is incredible. Very satisfied with the service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-isolated-portrait-beautiful-redhead-girl-wearing-cap-white-t-shirt_273609-13805.jpg", imageAlt: "Jorge Martínez" + id: "2", name: "Jorge Martínez", handle: "@jorgem.foto", testimonial: "Pedí delivery y llegó perfecto. El avocado toast es increíble. Muito satisfecho com o serviço. / I ordered delivery and it arrived perfect. The avocado toast is incredible. Very satisfied with the service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-isolated-portrait-beautiful-redhead-girl-wearing-cap-white-t-shirt_273609-13805.jpg", imageAlt: "Jorge Martínez" }, { - id: "3", name: "María Guzmán", handle: "@mariacocinera", testimonial: "Planeta Brunch es mi lugar favorito para desayunar. La calidad es consistente y el equipo es muy amable. / Planeta Brunch is my favorite place to breakfast. The quality is consistent and the team is very friendly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-bearded-man-looking-excited_176420-17937.jpg", imageAlt: "María Guzmán" + id: "3", name: "María Guzmán", handle: "@mariacocinera", testimonial: "Planeta Brunch es mi lugar favorito para desayunar. La calidad es consistente y el equipo es muy amable. / Planeta Brunch is my favorite place to breakfast. The quality is consistent and the team is very friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-bearded-man-looking-excited_176420-17937.jpg", imageAlt: "María Guzmán" }, { - id: "4", name: "Luis Contreras", handle: "@lcontreras", testimonial: "Excelente opción para pausa de trabajo. Comida rápida, fresca y deliciosa. Muy recomendado para estudiantes. / Excellent option for work break. Fast, fresh and delicious food. Highly recommended for students.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg", imageAlt: "Luis Contreras" + id: "4", name: "Luis Contreras", handle: "@lcontreras", testimonial: "Excelente opción para pausa de trabajo. Comida rápida, fresca y deliciosa. Muy recomendado para estudiantes. / Excellent option for work break. Fast, fresh and delicious food. Highly recommended for students.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg", imageAlt: "Luis Contreras" }, { - id: "5", name: "Claudia Silva", handle: "@claudias.travel", testimonial: "Visité Valdivia por turismo y Planeta Brunch fue lo mejor del viaje. ¡Volveré! / I visited Valdivia as a tourist and Planeta Brunch was the best of the trip. I'll be back!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-women-student-property-business-background-beautiful-young-business-woman_1391-64.jpg", imageAlt: "Claudia Silva" + id: "5", name: "Claudia Silva", handle: "@claudias.travel", testimonial: "Visité Valdivia por turismo y Planeta Brunch fue lo mejor del viaje. ¡Volveré! / I visited Valdivia as a tourist and Planeta Brunch was the best of the trip. I'll be back!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-women-student-property-business-background-beautiful-young-business-woman_1391-64.jpg", imageAlt: "Claudia Silva" }, { - id: "6", name: "Diego Flores", handle: "@diegoflores", testimonial: "Ordené para una reunión y fue todo un éxito. Presentación hermosa y sabor inmejorable. / I ordered for a meeting and it was a huge success. Beautiful presentation and unbeatable flavor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/amazing-young-african-woman-sitting-outdoors-park_171337-13778.jpg", imageAlt: "Diego Flores" + id: "6", name: "Diego Flores", handle: "@diegoflores", testimonial: "Ordené para una reunión y fue todo un éxito. Presentación hermosa y sabor inmejorable. / I ordered for a meeting and it was a huge success. Beautiful presentation and unbeatable flavor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/amazing-young-african-woman-sitting-outdoors-park_171337-13778.jpg", imageAlt: "Diego Flores" } ]} showRating={true} @@ -243,7 +237,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/white-coffee-cup-wooden-desk_23-2147892920.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/white-coffee-cup-wooden-desk_23-2147892920.jpg" imageAlt="Planeta Brunch location and interior" mediaAnimation="blur-reveal" mediaPosition="right" @@ -262,7 +256,7 @@ export default function LandingPage() { tagAnimation="opacity" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/pancakes-arrangement-with-fruits_23-2148531570.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/pancakes-arrangement-with-fruits_23-2148531570.jpg" imageAlt="Order delicious brunch" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1