2 Commits

Author SHA1 Message Date
02b7f74846 Update theme colors 2026-04-30 23:21:15 +00:00
0529bb6b74 Update src/app/page.tsx 2026-04-30 23:10:09 +00:00
2 changed files with 47 additions and 142 deletions

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "L'Histoire",
id: "about",
},
name: "L'Histoire", id: "about"},
{
name: "Avis",
id: "testimonials",
},
name: "Avis", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="La Divina"
/>
@@ -54,8 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="La Divina Terrebonne"
description="L'authenticité italienne au cœur de Terrebonne. Découvrez une cuisine généreuse, des ingrédients frais et des pizzas légendaires qui ont conquis nos voisins."
imageSrc="http://img.b2bpic.net/free-photo/national-qutab-with-sumakh-other-spices_114579-2393.jpg"
@@ -71,17 +62,11 @@ export default function LandingPage() {
description="Chez La Divina, nous ne faisons aucun compromis. Des tranches de bacon copieuses, une générosité de fromage sans égale et des produits sélectionnés pour leur fraîcheur. C'est plus qu'un repas, c'est une tradition qui fait de nous votre nouvelle adresse favorite pour le plaisir de manger."
bulletPoints={[
{
title: "Générosité",
description: "Nous ne lésinons jamais sur les garnitures, pour chaque bouchée.",
},
title: "Générosité", description: "Nous ne lésinons jamais sur les garnitures, pour chaque bouchée."},
{
title: "Fraîcheur",
description: "Des ingrédients rigoureusement sélectionnés au quotidien.",
},
title: "Fraîcheur", description: "Des ingrédients rigoureusement sélectionnés au quotidien."},
{
title: "Authenticité",
description: "Le goût pur et réconfortant du fait maison.",
},
title: "Authenticité", description: "Le goût pur et réconfortant du fait maison."},
]}
imageSrc="http://img.b2bpic.net/free-photo/dedicated-chef-uniform-cooking-his-dish-perfectly-kitchen-stovetop_482257-127725.jpg"
imageAlt="cozy upscale restaurant interior atmosphere"
@@ -97,41 +82,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Pizza Pepperoni Champignons",
price: "22 $",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-composition-with-clipboard-template_23-2148202557.jpg",
},
id: "p1", name: "Pizza Pepperoni Champignons", price: "22 $", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-composition-with-clipboard-template_23-2148202557.jpg"},
{
id: "p2",
name: "Frites Maison",
price: "6 $",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-potato-fries-bowl_23-2148501579.jpg",
},
id: "p2", name: "Frites Maison", price: "6 $", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-potato-fries-bowl_23-2148501579.jpg"},
{
id: "p3",
name: "Brochettes de Poulet",
price: "18 $",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-chicken-kebab-white-plate-ketcup-mayonnaise-pepper-little-bowl_176474-120151.jpg",
},
id: "p3", name: "Brochettes de Poulet", price: "18 $", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-chicken-kebab-white-plate-ketcup-mayonnaise-pepper-little-bowl_176474-120151.jpg"},
{
id: "p4",
name: "Crevettes Grillées",
price: "24 $",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-plates_23-2150346608.jpg",
},
id: "p4", name: "Crevettes Grillées", price: "24 $", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-plates_23-2150346608.jpg"},
{
id: "p5",
name: "Sous-marin Spécial",
price: "16 $",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cherry-tomato-almonds-fig-slices-near-tasty-cheesy-hot-dog-kitchen-cloth_23-2147956762.jpg",
},
id: "p5", name: "Sous-marin Spécial", price: "16 $", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cherry-tomato-almonds-fig-slices-near-tasty-cheesy-hot-dog-kitchen-cloth_23-2147956762.jpg"},
{
id: "p6",
name: "Salade Fraîcheur",
price: "12 $",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-vegetables-cutting-board-kitchen-table-top-view_169016-52027.jpg",
},
id: "p6", name: "Salade Fraîcheur", price: "12 $", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-vegetables-cutting-board-kitchen-table-top-view_169016-52027.jpg"},
]}
title="Nos spécialités"
description="Redécouvrez les classiques avec la touche La Divina."
@@ -144,20 +105,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Ingrédients Premium",
description: "Du fromage de haute qualité et des viandes coupées généreusement.",
imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-prepares-pizza_1157-21843.jpg",
},
title: "Ingrédients Premium", description: "Du fromage de haute qualité et des viandes coupées généreusement.", imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-prepares-pizza_1157-21843.jpg"},
{
title: "Service Rapide",
description: "Le meilleur du take-out et de la livraison sans contact.",
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-sushi-order-takeaway_23-2149050377.jpg",
},
title: "Service Rapide", description: "Le meilleur du take-out et de la livraison sans contact.", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-sushi-order-takeaway_23-2149050377.jpg"},
{
title: "Ambiance Chaleureuse",
description: "Un accueil convivial, que vous soyez sur place ou à emporter.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg",
},
title: "Ambiance Chaleureuse", description: "Un accueil convivial, que vous soyez sur place ou à emporter.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg"},
]}
title="Pourquoi La Divina ?"
description="Ce qui nous distingue dans chaque commande."
@@ -172,25 +124,15 @@ export default function LandingPage() {
author="Anny B"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg",
alt: "happy customer dining restaurant",
},
src: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg", alt: "happy customer dining restaurant"},
{
src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg",
alt: "senior guest dining happy",
},
src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg", alt: "senior guest dining happy"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg",
alt: "family dinner restaurant happiness",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg", alt: "family dinner restaurant happiness"},
{
src: "http://img.b2bpic.net/free-photo/happy-smiling-woman-eating-out-asian-restaurant-looking-asid_197531-22363.jpg",
alt: "business lunch restaurant client",
},
src: "http://img.b2bpic.net/free-photo/happy-smiling-woman-eating-out-asian-restaurant-looking-asid_197531-22363.jpg", alt: "business lunch restaurant client"},
{
src: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg",
alt: "man dining delicious pizza",
},
src: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg", alt: "man dining delicious pizza"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -204,26 +146,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "260+",
title: "Avis Clients",
description: "Une communauté grandissante qui adore nos pizzas.",
imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-delicious-pizza-slice-with-fresh-mushrooms-tomatoes-red-peppers-brown-desk_140725-32571.jpg",
},
id: "m1", value: "260+", title: "Avis Clients", description: "Une communauté grandissante qui adore nos pizzas.", imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-delicious-pizza-slice-with-fresh-mushrooms-tomatoes-red-peppers-brown-desk_140725-32571.jpg"},
{
id: "m2",
value: "4.6/5",
title: "Note Moyenne",
description: "La reconnaissance d'une qualité constante.",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-hicken-salad-with-lettuce-tomato-white-cheese-olives-spices-side-viewjpg_141793-3547.jpg",
},
id: "m2", value: "4.6/5", title: "Note Moyenne", description: "La reconnaissance d'une qualité constante.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-hicken-salad-with-lettuce-tomato-white-cheese-olives-spices-side-viewjpg_141793-3547.jpg"},
{
id: "m3",
value: "100%",
title: "Fraîcheur",
description: "Des ingrédients frais servis avec passion.",
imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-with-olives-tomatoes-cucumbers-onion-parsley_140725-1552.jpg",
},
id: "m3", value: "100%", title: "Fraîcheur", description: "Des ingrédients frais servis avec passion.", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-with-olives-tomatoes-cucumbers-onion-parsley_140725-1552.jpg"},
]}
title="La Divina en quelques chiffres"
description="L'excellence reconnue par nos fidèles clients."
@@ -237,22 +164,14 @@ export default function LandingPage() {
description="Besoin d'une livraison ou d'une réservation? Appelez-nous ou envoyez-nous un message."
inputs={[
{
name: "name",
type: "text",
placeholder: "Votre nom",
required: true,
name: "name", type: "text", placeholder: "Votre nom", required: true,
},
{
name: "email",
type: "email",
placeholder: "Votre courriel",
required: true,
name: "email", type: "email", placeholder: "Votre courriel", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Votre demande (livraison, réservation, questions...)",
rows: 4,
name: "message", placeholder: "Votre demande (livraison, réservation, questions...)", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/couple-honeymoon-venice_1303-5680.jpg"
@@ -264,45 +183,31 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "L'Histoire",
href: "#about",
},
label: "L'Histoire", href: "#about"},
{
label: "Avis",
href: "#testimonials",
},
label: "Avis", href: "#testimonials"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "(450) 326-2126",
href: "tel:4503262126",
},
label: "(450) 326-2126", href: "tel:4503262126"},
{
label: "2109 Bd des Seigneurs",
href: "#",
},
label: "2109 Bd des Seigneurs", href: "#"},
{
label: "Terrebonne, QC",
href: "#",
},
label: "Terrebonne, QC", href: "#"},
],
},
]}
logoText="La Divina"
copyrightText="© 2025 La Divina Restaurant. Tous droits réservés."
copyrightText="© 2025 La Divina Restaurant."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);