Merge version_1 into main #2
@@ -22,7 +22,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -38,7 +38,8 @@ export default function LandingPage() {
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "📞 Llamar Ahora", href: "tel:+34XXXXXXXXX"}}
|
||||
text: "📞 Llamar Ahora", href: "tel:+34XXXXXXXXX"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
className="shadow-sm"
|
||||
navItemClassName="text-sm font-medium"
|
||||
@@ -51,7 +52,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="JOJO KEBAB"
|
||||
description="El mejor döner kebab de Vilanova i la Geltrú. Calidad, sabor y rapidez al mejor precio. ⭐ 4,7/5 (505 reseñas)"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "📞 Llamar Ahora", href: "tel:+34XXXXXXXXX" },
|
||||
{ text: "🛵 Pedir Ahora", href: "#contact" },
|
||||
@@ -107,7 +108,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="Por Qué Elegir Jojo"
|
||||
description={[
|
||||
"Llevamos años sirviendo el mejor döner kebab de Vilanova i la Geltrú con una reputación impecable.", "Utilizamos ingredientes frescos de calidad, cocinamos al momento y entregamos rápido. Abierto hasta las 23:45 - tu kebab favorito cuando lo necesitas.", "Servicio para comer en local, para llevar y domicilio disponible. ¡Más de 500 clientes satisfechos nos lo confirman!"]}
|
||||
"Llevamos años sirviendo el mejor döner kebab de Vilanova i la Geltrú con una reputación impecable.", "Utilizamos ingredientes frescos de calidad, cocinamos al momento y entregamos rápido. Abierto hasta las 23:45 - tu kebab favorito cuando lo necesitas.", "Servicio para comer en local, para llevar y domicilio disponible. ¡Más de 500 clientes satisfechos nos lo confirman!"
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Cómo Llegar", href: "#contact" },
|
||||
{ text: "Pedir Online", href: "#contact" },
|
||||
@@ -133,16 +135,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "María García", role: "Cliente Frecuente", company: "Vilanova", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "María García"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "María García"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Juan López", role: "Trabajador Local", company: "Zona Centro", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Juan López"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Juan López"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sofia Martínez", role: "Estudiante", company: "Universidad", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sofia Martínez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sofia Martínez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Carlos Rodríguez", role: "Cliente Noctürno", company: "Vilanova i la Geltrú", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Carlos Rodríguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Carlos Rodríguez"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "505+", label: "Reseñas" },
|
||||
@@ -167,7 +173,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg"
|
||||
imageAlt="Interior del restaurante Jojo Kebab"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -186,7 +192,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg"
|
||||
imageAlt="Jojo Doner Kebab - Vilanova i la Geltrú"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user