Merge version_1 into main #2
236
src/app/page.tsx
236
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "El Local",
|
||||
id: "about",
|
||||
},
|
||||
name: "El Local", id: "about"},
|
||||
{
|
||||
name: "La Carta",
|
||||
id: "menu",
|
||||
},
|
||||
name: "La Carta", id: "menu"},
|
||||
{
|
||||
name: "Experiència",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Experiència", id: "experience"},
|
||||
{
|
||||
name: "Opinions",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Opinions", id: "reviews"},
|
||||
{
|
||||
name: "Visita'ns",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Visita'ns", id: "contact"},
|
||||
]}
|
||||
brandName="Expréssaté"
|
||||
/>
|
||||
@@ -58,106 +48,56 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="On cada tassa és un moment"
|
||||
description="Al cor del centre històric de Vila-seca, Expréssaté és el lloc on el temps s'atura, el cafè és perfecte i l'ambient t'invita a quedar-te."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rafa B.",
|
||||
handle: "@localguide",
|
||||
testimonial: "Molt acollidor, bon cafè, i cambrers/res molt amables. Molt recomanable!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-cup_74190-4018.jpg?_wi=1",
|
||||
imageAlt: "artisanal coffee cup steam",
|
||||
},
|
||||
name: "Rafa B.", handle: "@localguide", testimonial: "Molt acollidor, bon cafè, i cambrers/res molt amables. Molt recomanable!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-cup_74190-4018.jpg", imageAlt: "artisanal coffee cup steam"},
|
||||
{
|
||||
name: "Coco U.",
|
||||
handle: "@localguide",
|
||||
testimonial: "Lloc agradable i el cafè, boníssim! Hi tornaria segur.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg?_wi=1",
|
||||
imageAlt: "artisanal coffee cup steam",
|
||||
},
|
||||
name: "Coco U.", handle: "@localguide", testimonial: "Lloc agradable i el cafè, boníssim! Hi tornaria segur.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg", imageAlt: "artisanal coffee cup steam"},
|
||||
{
|
||||
name: "Franvigar V.",
|
||||
handle: "@localguide",
|
||||
testimonial: "Els nous propietaris uns nois molt macos. Bon servei, bon ambient.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-man-home-feeling-happy-grateful-life_482257-123005.jpg?_wi=1",
|
||||
imageAlt: "artisanal coffee cup steam",
|
||||
},
|
||||
name: "Franvigar V.", handle: "@localguide", testimonial: "Els nous propietaris uns nois molt macos. Bon servei, bon ambient.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-man-home-feeling-happy-grateful-life_482257-123005.jpg", imageAlt: "artisanal coffee cup steam"},
|
||||
{
|
||||
name: "Juan M.",
|
||||
handle: "@localguide",
|
||||
testimonial: "Cafeteria ideal per prendre alguna cosa amb un ambient tranquil.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=1",
|
||||
imageAlt: "artisanal coffee cup steam",
|
||||
},
|
||||
name: "Juan M.", handle: "@localguide", testimonial: "Cafeteria ideal per prendre alguna cosa amb un ambient tranquil.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg", imageAlt: "artisanal coffee cup steam"},
|
||||
{
|
||||
name: "Porthos C.",
|
||||
handle: "@localguide",
|
||||
testimonial: "Tracte familiar i productes de qualitat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-home-celebrating-showing-positive-emotions_482257-119236.jpg?_wi=1",
|
||||
imageAlt: "artisanal coffee cup steam",
|
||||
},
|
||||
name: "Porthos C.", handle: "@localguide", testimonial: "Tracte familiar i productes de qualitat.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-home-celebrating-showing-positive-emotions_482257-119236.jpg", imageAlt: "artisanal coffee cup steam"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Descobreix la carta",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Descobreix la carta", href: "#menu"},
|
||||
{
|
||||
text: "Com arribar-hi",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Com arribar-hi", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-coffee-cup_74190-4018.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-coffee-cup_74190-4018.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/jolly-upbeat-person-sitting-home-desk-exulting-feeling-satisfied-close-up_482257-123062.jpg",
|
||||
alt: "Jolly upbeat person",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/jolly-upbeat-person-sitting-home-desk-exulting-feeling-satisfied-close-up_482257-123062.jpg", alt: "Jolly upbeat person"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-street_58466-11057.jpg",
|
||||
alt: "Portrait of woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-street_58466-11057.jpg", alt: "Portrait of woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/enthusiastic-woman-laughing-turquoise-wall_197531-19734.jpg",
|
||||
alt: "Enthusiastic woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/enthusiastic-woman-laughing-turquoise-wall_197531-19734.jpg", alt: "Enthusiastic woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12701.jpg",
|
||||
alt: "Beautiful woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12701.jpg", alt: "Beautiful woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg",
|
||||
alt: "Smiling woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg", alt: "Smiling woman"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Cafè d'Especialitat",
|
||||
},
|
||||
type: "text", text: "Cafè d'Especialitat"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Producte Local",
|
||||
},
|
||||
type: "text", text: "Producte Local"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambient Familiar",
|
||||
},
|
||||
type: "text", text: "Ambient Familiar"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Terrassa al Centre",
|
||||
},
|
||||
type: "text", text: "Terrassa al Centre"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Delícies Artesanes",
|
||||
},
|
||||
type: "text", text: "Delícies Artesanes"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,24 +109,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Valoració Google",
|
||||
value: "4.3",
|
||||
},
|
||||
label: "Valoració Google", value: "4.3"},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
label: "Ressenyes",
|
||||
value: "200+",
|
||||
},
|
||||
label: "Ressenyes", value: "200+"},
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "Cafè d'Especialitat",
|
||||
value: "Premium",
|
||||
},
|
||||
label: "Cafè d'Especialitat", value: "Premium"},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Producte Local",
|
||||
value: "Fresk",
|
||||
},
|
||||
label: "Producte Local", value: "Fresk"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -200,41 +132,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Cafè sol",
|
||||
price: "1,20 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/peaceful-coffee-concept_23-2147671395.jpg",
|
||||
},
|
||||
id: "p1", name: "Cafè sol", price: "1,20 €", imageSrc: "http://img.b2bpic.net/free-photo/peaceful-coffee-concept_23-2147671395.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Cafè amb llet",
|
||||
price: "1,60 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-cup-books_23-2148898270.jpg",
|
||||
},
|
||||
id: "p2", name: "Cafè amb llet", price: "1,60 €", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-cup-books_23-2148898270.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Croissant mantega",
|
||||
price: "1,80 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-cup_74190-4019.jpg",
|
||||
},
|
||||
id: "p3", name: "Croissant mantega", price: "1,80 €", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-cup_74190-4019.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Entrepà de llavors",
|
||||
price: "3,80 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg",
|
||||
},
|
||||
id: "p4", name: "Entrepà de llavors", price: "3,80 €", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Vermut de la casa",
|
||||
price: "2,80 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg",
|
||||
},
|
||||
id: "p5", name: "Vermut de la casa", price: "2,80 €", imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Cervesa artesana",
|
||||
price: "2,20 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg",
|
||||
},
|
||||
id: "p6", name: "Cervesa artesana", price: "2,20 €", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg"},
|
||||
]}
|
||||
title="Sabors que no s'obliden"
|
||||
description="Des del primer cafè matiner fins al vermut del migdia. Productes escollits amb cura."
|
||||
@@ -247,20 +155,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Terrassa al centre",
|
||||
description: "A 100m de l'ajuntament, ideal per gaudir d'un cafè al sol.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg?_wi=2",
|
||||
},
|
||||
title: "Terrassa al centre", description: "A 100m de l'ajuntament, ideal per gaudir d'un cafè al sol.", imageSrc: "http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg"},
|
||||
{
|
||||
title: "Ambient familiar",
|
||||
description: "Atenció propera i personal que et fa sentir com a casa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-indoor-space-ready-comfortable-activities_23-2149864772.jpg",
|
||||
},
|
||||
title: "Ambient familiar", description: "Atenció propera i personal que et fa sentir com a casa.", imageSrc: "http://img.b2bpic.net/free-photo/view-indoor-space-ready-comfortable-activities_23-2149864772.jpg"},
|
||||
{
|
||||
title: "Producte seleccionat",
|
||||
description: "Qualitat garantida des de la fleca fins a la cafetera.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-shopping-bags-wine_23-2147784078.jpg",
|
||||
},
|
||||
title: "Producte seleccionat", description: "Qualitat garantida des de la fleca fins a la cafetera.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-shopping-bags-wine_23-2147784078.jpg"},
|
||||
]}
|
||||
title="Una experiència que es recorda"
|
||||
description="Perquè Expréssaté és molt més que una cafeteria."
|
||||
@@ -272,32 +171,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Coco U.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-man-home-feeling-happy-grateful-life_482257-123005.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", name: "Coco U.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-man-home-feeling-happy-grateful-life_482257-123005.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Franvigar V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=2",
|
||||
},
|
||||
id: "t2", name: "Franvigar V.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Juan M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-home-celebrating-showing-positive-emotions_482257-119236.jpg?_wi=2",
|
||||
},
|
||||
id: "t3", name: "Juan M.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-home-celebrating-showing-positive-emotions_482257-119236.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Aleksei K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-red-tie-blue-shirt-wearing-glasses-looking-happy-excited-screaming-raising-hands_141793-111427.jpg",
|
||||
},
|
||||
id: "t4", name: "Aleksei K.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-red-tie-blue-shirt-wearing-glasses-looking-happy-excited-screaming-raising-hands_141793-111427.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "César D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg",
|
||||
},
|
||||
id: "t5", name: "César D.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg"},
|
||||
]}
|
||||
cardTitle="Opinions dels nostres clients"
|
||||
cardTag="Testimonis"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -306,8 +191,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="El teu cafè perfecte t'espera"
|
||||
description="Vine a visitar-nos al centre de Vila-seca qualsevol dia de la setmana."
|
||||
buttonText="Com arribar-hi"
|
||||
@@ -321,29 +205,19 @@ export default function LandingPage() {
|
||||
logoText="Expréssaté"
|
||||
columns={[
|
||||
{
|
||||
title: "Navegació",
|
||||
items: [
|
||||
title: "Navegació", items: [
|
||||
{
|
||||
label: "Inici",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inici", href: "#hero"},
|
||||
{
|
||||
label: "Carta",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Carta", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacitat",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacitat", href: "#"},
|
||||
{
|
||||
label: "Cookies",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookies", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user