Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 407ad0b512 | |||
| 65dd2c8b6c | |||
| 4d02d60fdc | |||
| 6b115b07bd |
146
src/app/page.tsx
146
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
|||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import { Clock, Flame, MapPin, MessageSquare, Star, Truck } from "lucide-react";
|
import { Clock, Flame, MapPin, MessageSquare, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,14 +32,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Inicio", id: "hero" },
|
||||||
name: "Inicio", id: "hero"},
|
{ name: "Ver Carta", id: "products" },
|
||||||
{
|
{ name: "Opiniones", id: "testimonials" },
|
||||||
name: "Menú", id: "products"},
|
{ name: "Contacto", id: "contact" },
|
||||||
{
|
|
||||||
name: "Opiniones", id: "testimonials"},
|
|
||||||
{
|
|
||||||
name: "Contacto", id: "contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Tchey"
|
brandName="Tchey"
|
||||||
/>
|
/>
|
||||||
@@ -47,62 +43,24 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars"}}
|
|
||||||
title="Tchey: Autenticidad en cada bocado"
|
title="Tchey: Autenticidad en cada bocado"
|
||||||
description="El kebab de barrio más querido de Barcelona. Sabor real, precio honesto, abierto hasta tarde para ti."
|
description="El kebab de barrio más querido de Barcelona. Sabor real, precio honesto, abierto hasta tarde para ti."
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/turkish-doner-inside-round-bread-with-french-fries-yogurt_114579-1423.jpg", imageAlt: "Kebab rotisserie" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-doner-inside-round-bread-with-french-fries-yogurt_114579-1423.jpg", imageAlt: "Kebab rotisserie"},
|
{ imageSrc: "http://img.b2bpic.net/free-photo/shaurma-with-meat-marinated-food_114579-2122.jpg", imageAlt: "Durum chicken" },
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/shaurma-with-meat-marinated-food_114579-2122.jpg", imageAlt: "Durum chicken"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-fresh-salad-vegan-tacos-vegetarian-healthy-food_2829-14400.jpg", imageAlt: "Falafel pita"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-bowl_1220-272.jpg", imageAlt: "Patatas bravas"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-mini-pizza-wooden-plate-marble-table_114579-82432.jpg", imageAlt: "Nan cheese"},
|
|
||||||
]}
|
]}
|
||||||
rightCarouselItems={[
|
rightCarouselItems={[
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/lule-kebab-fried-potato-with-vegetables-onion_141793-688.jpg", imageAlt: "Kebab plate" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lule-kebab-fried-potato-with-vegetables-onion_141793-688.jpg", imageAlt: "Kebab plate"},
|
{ imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-high-view-food_23-2148651083.jpg", imageAlt: "Durum chicken" },
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-high-view-food_23-2148651083.jpg", imageAlt: "Durum chicken"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/falafel-fresh-vegetables-buddha-bowl-middle-eastern-arabic-dishes_2829-14480.jpg", imageAlt: "Falafel pita"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-bowls-with-salt-herbs_23-2148701504.jpg", imageAlt: "Patatas bravas"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-caucasian-food-kutab-wooden-cutting-board_140725-10411.jpg", imageAlt: "Nan cheese"},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Ver Carta", href: "#products" },
|
||||||
text: "Ver Carta", href: "#products"},
|
|
||||||
]}
|
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048068.jpg", alt: "Customer 1"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-with-burger-showing-approval_23-2148705546.jpg", alt: "Customer 2"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-mexican-woman-eating-ranchero-food_23-2150222250.jpg", alt: "Customer 3"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-taco_23-2151047998.jpg", alt: "Customer 4"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg", alt: "Customer 5"},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Más de 800 clientes felices"
|
avatarText="Más de 800 clientes felices"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805527.jpg", alt: "Kebab brand" },
|
||||||
type: "image", src: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805527.jpg", alt: "Kebab brand"},
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/doner-kebab-roasting-spti_53876-34017.jpg", alt: "Fresh meat brand" },
|
||||||
{
|
|
||||||
type: "image", src: "http://img.b2bpic.net/free-photo/doner-kebab-roasting-spti_53876-34017.jpg", alt: "Fresh meat brand"},
|
|
||||||
{
|
|
||||||
type: "image", src: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805532.jpg", alt: "Authentic taste brand"},
|
|
||||||
{
|
|
||||||
type: "image", src: "http://img.b2bpic.net/free-photo/lamb-kebab-doner-placed-flatbread-served-with-fried-pickled-cucumber-cabbage_140725-8323.jpg", alt: "Street food icon"},
|
|
||||||
{
|
|
||||||
type: "image", src: "http://img.b2bpic.net/free-photo/side-view-lamb-kebab-with-herbs-vegetables-wooden-board_140725-10351.jpg", alt: "Barcelona icon"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -121,18 +79,10 @@ export default function LandingPage() {
|
|||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "1", name: "Kebab Clásico", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-beef-steaks-served-lavash-with-species_114579-1990.jpg" },
|
||||||
id: "1", name: "Kebab Clásico", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-beef-steaks-served-lavash-with-species_114579-1990.jpg"},
|
{ id: "2", name: "Dürum de Pollo", price: "6.00€", imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-with-flapjack-served-with-pickles_140725-1210.jpg" },
|
||||||
{
|
{ id: "3", name: "Pita Falafel", price: "5.00€", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-sauce-pita-bread_23-2148651101.jpg" },
|
||||||
id: "2", name: "Dürum de Pollo", price: "6.00€", imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-with-flapjack-served-with-pickles_140725-1210.jpg"},
|
{ id: "4", name: "Pizza Barbacoa", price: "8.00€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-pizza-with-bell-pepper-barbecue-sauce-tray_140725-11546.jpg" },
|
||||||
{
|
|
||||||
id: "3", name: "Pita Falafel", price: "5.00€", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-sauce-pita-bread_23-2148651101.jpg"},
|
|
||||||
{
|
|
||||||
id: "4", name: "Pizza Barbacoa", price: "8.00€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-pizza-with-bell-pepper-barbecue-sauce-tray_140725-11546.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Patatas Bravas", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-potatoes-wooden-board_23-2148619065.jpg"},
|
|
||||||
{
|
|
||||||
id: "6", name: "Nan con Queso de Cabra", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/meat-pide-table_140725-6716.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="Platos Destacados"
|
title="Platos Destacados"
|
||||||
description="Desde 5€, sabor auténtico para todos los bolsillos."
|
description="Desde 5€, sabor auténtico para todos los bolsillos."
|
||||||
@@ -145,15 +95,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ icon: Clock, title: "Abierto hasta tarde", description: "Tu hambre no espera, y nosotros tampoco." },
|
||||||
icon: Clock,
|
{ icon: MapPin, title: "Ubicación ideal", description: "Carrer del Consell de Cent 455, Barcelona." },
|
||||||
title: "Abierto hasta tarde", description: "Tu hambre no espera, y nosotros tampoco."},
|
|
||||||
{
|
|
||||||
icon: MapPin,
|
|
||||||
title: "Ubicación ideal", description: "Carrer del Consell de Cent 455, Barcelona."},
|
|
||||||
{
|
|
||||||
icon: Truck,
|
|
||||||
title: "Entrega a domicilio", description: "Pide desde casa y disfruta de tu kebab."},
|
|
||||||
]}
|
]}
|
||||||
title="Por qué elegirnos"
|
title="Por qué elegirnos"
|
||||||
description="Calidad, cercanía y el mejor sabor de la ciudad."
|
description="Calidad, cercanía y el mejor sabor de la ciudad."
|
||||||
@@ -167,15 +110,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "1", value: "838+", title: "Reseñas", description: "Comentarios de clientes satisfechos", icon: MessageSquare },
|
||||||
id: "1", value: "838+", title: "Reseñas", description: "Comentarios de clientes satisfechos", icon: MessageSquare,
|
{ id: "2", value: "4.3", title: "Estrellas", description: "Valoración media de los clientes", icon: Star },
|
||||||
},
|
{ id: "3", value: "100%", title: "Sabor real", description: "Recetas tradicionales de calidad", icon: Flame },
|
||||||
{
|
|
||||||
id: "2", value: "4.3", title: "Estrellas", description: "Valoración media de los clientes", icon: Star,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3", value: "100%", title: "Sabor real", description: "Recetas tradicionales de calidad", icon: Flame,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Números que hablan por sí solos"
|
title="Números que hablan por sí solos"
|
||||||
description="La confianza de nuestros vecinos."
|
description="La confianza de nuestros vecinos."
|
||||||
@@ -188,18 +125,7 @@ export default function LandingPage() {
|
|||||||
testimonial="Combo durum patatas y bebida 6.50, simplemente brutal, además son muy majos"
|
testimonial="Combo durum patatas y bebida 6.50, simplemente brutal, además son muy majos"
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Cliente Tchey"
|
author="Cliente Tchey"
|
||||||
avatars={[
|
avatars={[]}
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500432.jpg", alt: "Customer 1"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19633.jpg", alt: "Customer 2"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", alt: "Customer 3"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/pretty-female-plaster-background_1187-5551.jpg", alt: "Customer 4"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24362.jpg", alt: "Customer 5"},
|
|
||||||
]}
|
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -210,12 +136,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "2", title: "¿Cuál es el precio medio?", content: "Los platos principales van de 5€ a 10€." },
|
||||||
id: "1", title: "¿Tienen servicio a domicilio?", content: "Todavía no tenemos ese servicio disponible."},
|
{ id: "3", title: "¿Tienen opciones vegetarianas?", content: "Sí, nuestra pita falafel es una excelente opción." },
|
||||||
{
|
|
||||||
id: "2", title: "¿Cuál es el precio medio?", content: "Los platos principales van de 5€ a 10€."},
|
|
||||||
{
|
|
||||||
id: "3", title: "¿Tienen opciones vegetarianas?", content: "Sí, nuestra pita falafel es una excelente opción."},
|
|
||||||
]}
|
]}
|
||||||
title="Preguntas frecuentes"
|
title="Preguntas frecuentes"
|
||||||
description="Todo lo que necesitas saber sobre nosotros."
|
description="Todo lo que necesitas saber sobre nosotros."
|
||||||
@@ -226,27 +148,21 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Visítanos o haznos un pedido"
|
title="Visítanos"
|
||||||
description="Carrer del Consell de Cent 455, Barcelona. Teléfono: 932 45 12 21"
|
description="Carrer del Consell de Cent 455, Barcelona. Teléfono: 932 45 12 21"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "nombre", type: "text", placeholder: "Tu nombre" },
|
||||||
name: "nombre", type: "text", placeholder: "Tu nombre"},
|
{ name: "email", type: "email", placeholder: "Tu email" },
|
||||||
{
|
|
||||||
name: "email", type: "email", placeholder: "Tu email"},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{ name: "mensaje", placeholder: "Tu mensaje" }}
|
||||||
name: "mensaje", placeholder: "Tu pedido o consulta"}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/therapist-taking-notes-mental-health-progress-with-adolescent_482257-124828.jpg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Tchey Kebab"
|
logoText="Tchey Kebab"
|
||||||
leftLink={{
|
leftLink={{ text: "Privacidad", href: "#" }}
|
||||||
text: "Privacidad", href: "#"}}
|
rightLink={{ text: "Instagram", href: "#" }}
|
||||||
rightLink={{
|
|
||||||
text: "Instagram", href: "#"}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user