4 Commits

Author SHA1 Message Date
94c0df70c9 Update src/app/page.tsx 2026-03-31 04:07:20 +00:00
00487c15f2 Merge version_1 into main
Merge version_1 into main
2026-03-31 03:59:28 +00:00
be1f970b64 Merge version_1 into main
Merge version_1 into main
2026-03-31 03:59:04 +00:00
c91c27cb7d Merge version_1 into main
Merge version_1 into main
2026-03-31 03:58:35 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Coffee, MapPin, Clock, Heart } from "lucide-react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterMedia from '@/components/sections/footer/FooterMedia';
@@ -31,7 +32,7 @@ export default function LandingPage() {
{ name: "Inicio", id: "hero" },
{ name: "Nosotros", id: "about" },
{ name: "Menú", id: "features" },
{ name: "Opiniones", id: "testimonials" },
{ name: "Testimonios", id: "testimonials" },
{ name: "Contacto", id: "contact" }
]}
brandName="Bredo Coffee"
@@ -42,42 +43,26 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
title="La taza perfecta te espera en Rosarito"
description="Cafetería de especialidad donde la pasión por el café se encuentra con el toque artesanal. Disfruta de nuestra repostería de alta calidad y una vibra inigualable. #INEEDCOFFEEBUTFIRSTGOD"
tag="Café de Especialidad en Rosarito"
tagIcon={Coffee}
title="Donde el café artesanal conoce la calidez de Playas de Rosarito"
description="Bredo Coffee es tu refugio costero. Especialistas en café de origen, repostería horneada diariamente y ese ambiente relajado que solo la brisa del mar puede ofrecer. Ven y vive la experiencia artesanal."
testimonials={[
{ name: "Ana García", handle: "@anagarcia", testimonial: "Excelente lugar, buen café y un ambiente muy agradable", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg?_wi=1" },
{ name: "Luis Pérez", handle: "@luisperez", testimonial: "Me encanta este cafecito, es muy rico y su personal muy amable!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3908.jpg?_wi=1" },
{ name: "Maria Lopez", handle: "@marialopez", testimonial: "Amazing coffee and great vibes with friendly service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg?_wi=1" },
{ name: "Javier Ruiz", handle: "@javierruiz", testimonial: "Un lugar muy acogedor y el café está delicioso.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-some-cake-restaurant_23-2148693093.jpg?_wi=1" },
{ name: "Sofía Torres", handle: "@sofiatorres", testimonial: "El mejor matcha de Rosarito, sin duda alguna.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg?_wi=2" }
{ name: "Andrea R.", handle: "@andrear", testimonial: "El mejor latte de Rosarito, un refugio increíble.", rating: 5 },
{ name: "Marco T.", handle: "@marcot", testimonial: "Repostería artesanal fuera de serie, muy recomendable.", rating: 5 }
]}
imageSrc="http://img.b2bpic.net/free-photo/man-holding-coffee-cup-boarding-pass-waiting-flight-travel-by-airplane_1150-6473.jpg"
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-table-cafe_23-2148216398.jpg"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3908.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/woman-eating-some-cake-restaurant_23-2148693093.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg", alt: "Customer" }
]}
avatarText="Más de 500 clientes felices"
marqueeItems={[
{ type: "text", text: "Café de Especialidad" },
{ type: "text", text: "Repostería Artesanal" },
{ type: "text", text: "Ambiente Familiar" },
{ type: "text", text: "Productos Locales" },
{ type: "text", text: "Atención Personalizada" }
]}
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
useInvertedBackground={false}
useInvertedBackground={true}
heading={[
{ type: "text", content: "Nuestra Pasión es " },
{ type: "image", src: "http://img.b2bpic.net/free-photo/buns-spoon-powder_23-2147742724.jpg", alt: "Coffee Shop Interior" },
{ type: "text", content: " Servirte con Calidad Artesanal" }
{ type: "text", content: "Nuestro Compromiso: " },
{ type: "image", src: "http://img.b2bpic.net/free-photo/freshly-baked-pastries-wooden-table_1150-13651.jpg", alt: "Bakery items" },
{ type: "text", content: " Calidad y Tradición" }
]}
/>
</div>
@@ -86,13 +71,15 @@ export default function LandingPage() {
<FeatureCardEight
textboxLayout="split-description"
useInvertedBackground={false}
title="Nuestro Menú Artesanal"
tag="Hecho con Amor"
tagIcon={Heart}
description="Descubre nuestra curada selección de bebidas de especialidad y postres horneados que elevan tu día a día."
features={[
{ id: 1, title: "Taro Latte", description: "Una bebida suave y cremosa, perfecta para cualquier momento del día.", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-matcha-latte-white-cup_74190-7641.jpg?_wi=1" },
{ id: 2, title: "Matcha Premium", description: "Té verde auténtico con la mejor calidad en cada sorbo.", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-matcha-latte-white-cup_74190-7641.jpg?_wi=2" },
{ id: 3, title: "California Sunset Brew", description: "Nuestra mezcla especial inspirada en los atardeceres de Rosarito.", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-matcha-latte-white-cup_74190-7641.jpg?_wi=3" }
{ id: 1, title: "Café de Especialidad", description: "Selección premium de granos para el espresso perfecto.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-latte_23-2148560181.jpg" },
{ id: 2, title: "Repostería Gourmet", description: "Pan recién horneado cada mañana en nuestro local.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-croissants-dark-wooden-table_23-2148216382.jpg" },
{ id: 3, title: "Bebidas Refrescantes", description: "Matcha, tés y nuestras creaciones exclusivas.", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-drink-cafe_23-2148216396.jpg" }
]}
title="Destacados de Nuestro Menú"
description="Explora nuestras bebidas de éxito, preparadas con granos de especialidad y amor."
/>
</div>
@@ -100,53 +87,46 @@ export default function LandingPage() {
<TestimonialCardSix
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
useInvertedBackground={true}
title="Historias de nuestros visitantes"
description="Únete a nuestra comunidad en Rosarito que elige la excelencia día a día."
testimonials={[
{ id: "t1", name: "Ana García", handle: "@anagarcia", testimonial: "Excelente lugar, buen café y un ambiente muy agradable", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg?_wi=3" },
{ id: "t2", name: "Luis Pérez", handle: "@luisperez", testimonial: "Me encanta este cafecito, es muy rico y su personal muy amable!", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3908.jpg?_wi=2" },
{ id: "t3", name: "Maria Lopez", handle: "@marialopez", testimonial: "Amazing coffee and great vibes with friendly service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg?_wi=2" },
{ id: "t4", name: "Javier Ruiz", handle: "@javierruiz", testimonial: "Ambiente increíble y personal muy atento.", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-some-cake-restaurant_23-2148693093.jpg?_wi=2" },
{ id: "t5", name: "Carlos Ruiz", handle: "@carlosruiz", testimonial: "El lugar perfecto para trabajar y disfrutar un buen café.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3908.jpg?_wi=3" }
{ id: "1", name: "Sofia B.", handle: "@sofiab", testimonial: "¡La atención es espectacular, se siente como casa!", icon: Heart },
{ id: "2", name: "Javier G.", handle: "@javierg", testimonial: "El café tiene notas increíbles, siempre vuelvo.", icon: Coffee }
]}
title="Lo que dicen nuestros clientes"
description="Gracias por ser parte de nuestra comunidad de amantes del buen café."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="¡Contáctanos!"
description="Estamos aquí para resolver tus dudas o tomar tus pedidos especiales."
imageSrc="http://img.b2bpic.net/free-photo/buns-spoon-powder_23-2147742724.jpg"
mediaAnimation="slide-up"
title="Visítanos en Rosarito"
description="Ubicados en el corazón de la ciudad. Ven por tu taza favorita y disfruta de una tarde relajada."
imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-interior-design_23-2148216379.jpg"
inputs={[
{ name: "name", type: "text", placeholder: "Tu nombre", required: true },
{ name: "email", type: "email", placeholder: "Tu correo", required: true }
{ name: "name", type: "text", placeholder: "Nombre", required: true },
{ name: "email", type: "email", placeholder: "Email", required: true }
]}
textarea={{ name: "message", placeholder: "Tu mensaje", rows: 4, required: true }}
textarea={{ name: "message", placeholder: "¿Alguna duda o pedido especial?", rows: 4, required: true }}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13096.jpg"
imageSrc="http://img.b2bpic.net/free-photo/coffee-beans-dark-background_1150-13658.jpg"
columns={[
{
title: "Visítanos", items: [
{ label: "C. Gral. Federico Montes NI-VD, Amp Reforma, Playas de Rosarito", href: "#" },
{ label: "Tel: 669 122 0327", href: "tel:6691220327" }
title: "Ubicación", items: [
{ label: "Playas de Rosarito, Baja California", href: "#" }
]
},
{
title: "Horarios", items: [
{ label: "Martes a Domingo: 9 a.m. - 6 p.m.", href: "#" },
{ label: "Lunes: Cerrado", href: "#" }
title: "Horario", items: [
{ label: "Mar - Dom: 9am - 6pm", href: "#" }
]
}
]}
logoText="BREDO COFFEE"
copyrightText="© 2025 Bredo Coffee Rosarito"
/>
</div>
</ReactLenis>