Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-29 13:36:50 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Accueil",
id: "hero",
},
name: "Accueil", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Avis",
id: "testimonials",
},
name: "Avis", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Lab Station"
/>
@@ -52,19 +44,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="Lab Station"
description="Lexpérience burger ultime à Ariana. Savourez des créations gourmandes dans une ambiance moderne."
buttons={[
{
text: "Voir le menu",
href: "#menu",
},
text: "Voir le menu", href: "#menu"},
{
text: "Appeler maintenant",
href: "tel:50708979",
},
text: "Appeler maintenant", href: "tel:50708979"},
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637340.jpg"
mediaAnimation="slide-up"
@@ -77,8 +64,7 @@ export default function LandingPage() {
title="Une expérience burger unique"
buttons={[
{
text: "En savoir plus",
},
text: "En savoir plus"},
]}
/>
</div>
@@ -91,23 +77,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Classic Lab",
price: "22 DT",
imageSrc: "http://img.b2bpic.net/free-photo/beef-hamburger_74190-4624.jpg",
},
id: "p1", name: "Classic Lab", price: "22 DT", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTwWjEMxEWtmAn62EBhhzJtQAG/uploaded-1774791391649-7pix8116.png"},
{
id: "p2",
name: "Crispy Chicken",
price: "25 DT",
imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-burger_23-2151950567.jpg",
},
id: "p2", name: "Crispy Chicken", price: "25 DT", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTwWjEMxEWtmAn62EBhhzJtQAG/uploaded-1774791391650-ns0ujov5.png"},
{
id: "p3",
name: "Double Cheese",
price: "28 DT",
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039334.jpg",
},
id: "p3", name: "Double Cheese", price: "28 DT", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTwWjEMxEWtmAn62EBhhzJtQAG/uploaded-1774791391650-5xwe06ks.png"},
]}
title="Notre Menu Gourmet"
description="Des burgers savoureux préparés à la commande (2030 DT)."
@@ -122,45 +96,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Amine",
role: "Habitué",
company: "Ariana",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg?_wi=1",
},
id: "t1", name: "Amine", role: "Habitué", company: "Ariana", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg?_wi=1"},
{
id: "t2",
name: "Sara",
role: "Foodie",
company: "Ariana",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg",
},
id: "t2", name: "Sara", role: "Foodie", company: "Ariana", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg"},
{
id: "t3",
name: "Karim",
role: "Étudiant",
company: "Ariana",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006633.jpg",
},
id: "t3", name: "Karim", role: "Étudiant", company: "Ariana", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006633.jpg"},
{
id: "t4",
name: "Leila",
role: "Professionnelle",
company: "Ariana",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5052.jpg",
},
id: "t4", name: "Leila", role: "Professionnelle", company: "Ariana", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5052.jpg"},
{
id: "t5",
name: "Mehdi",
role: "Fan de Burgers",
company: "Ariana",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg?_wi=2",
},
id: "t5", name: "Mehdi", role: "Fan de Burgers", company: "Ariana", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg?_wi=2"},
]}
title="Ce que nos clients disent"
description="Note moyenne de 4,6/5 basée sur 1 410 avis."
@@ -174,15 +123,9 @@ export default function LandingPage() {
description="Adresse : Av. Hédi Nouira, Ariana. Ouvert tous les jours jusqu'à 02h30."
inputs={[
{
name: "nom",
type: "text",
placeholder: "Votre Nom",
},
name: "nom", type: "text", placeholder: "Votre Nom"},
{
name: "email",
type: "email",
placeholder: "Votre Email",
},
name: "email", type: "email", placeholder: "Votre Email"},
]}
imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-board-fast-food-with-burger-fried-potatoes_114579-4298.jpg"
mediaAnimation="slide-up"
@@ -193,42 +136,27 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Lab Station",
items: [
title: "Lab Station", items: [
{
label: "Ariana",
href: "#",
},
label: "Ariana", href: "#"},
{
label: "50 708 979",
href: "tel:50708979",
},
label: "50 708 979", href: "tel:50708979"},
],
},
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Burgers",
href: "#menu",
},
label: "Burgers", href: "#menu"},
{
label: "Accompagnements",
href: "#menu",
},
label: "Accompagnements", href: "#menu"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Sur place",
href: "#",
},
label: "Sur place", href: "#"},
{
label: "À emporter",
href: "#",
},
label: "À emporter", href: "#"},
],
},
]}
@@ -239,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}