Merge version_1 into main #2
206
src/app/page.tsx
206
src/app/page.tsx
@@ -39,9 +39,7 @@ export default function HomePage() {
|
||||
brandName="Pizza Excel"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Commander",
|
||||
href: "tel:+14504335656",
|
||||
}}
|
||||
text: "Commander", href: "tel:+14504335656"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,33 +55,19 @@ export default function HomePage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-supreme-pizza-background_123827-20132.jpg?_wi=1",
|
||||
imageAlt: "Pizza fraîche et appétissante",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-supreme-pizza-background_123827-20132.jpg", imageAlt: "Pizza fraîche et appétissante"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-mixed-ingredients_114579-2282.jpg?_wi=1",
|
||||
imageAlt: "Combo deux pizzas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-mixed-ingredients_114579-2282.jpg", imageAlt: "Combo deux pizzas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-fingers-with-french-fries-ketchup-side-view_140725-9100.jpg?_wi=1",
|
||||
imageAlt: "Doigts de poulet croustillants",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-fingers-with-french-fries-ketchup-side-view_140725-9100.jpg", imageAlt: "Doigts de poulet croustillants"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/classic-poutine-with-golden-fries-cheese-curds-rich-gravy_84443-72725.jpg?_wi=1",
|
||||
imageAlt: "Poutine maison Pizza Excel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/classic-poutine-with-golden-fries-cheese-curds-rich-gravy_84443-72725.jpg", imageAlt: "Poutine maison Pizza Excel"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-women-eating-barbecue-chicken-wings-with-fries-salad-with-juice-table_141793-13206.jpg?_wi=1",
|
||||
imageAlt: "Combo familial complet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-women-eating-barbecue-chicken-wings-with-fries-salad-with-juice-table_141793-13206.jpg", imageAlt: "Combo familial complet"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-pizzeria-with-pizza_627829-5493.jpg?_wi=1",
|
||||
imageAlt: "Intérieur du restaurant Pizza Excel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-pizzeria-with-pizza_627829-5493.jpg", imageAlt: "Intérieur du restaurant Pizza Excel"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=1",
|
||||
imageAlt: "Four à pizza professionnel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Four à pizza professionnel"},
|
||||
]}
|
||||
ariaLabel="Hero section - Pizza Excel pizzeria"
|
||||
/>
|
||||
@@ -95,13 +79,7 @@ export default function HomePage() {
|
||||
description="4.0 ★ (327 avis) selon les avis en ligne — Clients satisfaits depuis des années"
|
||||
tag="Services disponibles"
|
||||
names={[
|
||||
"Livraison rapide",
|
||||
"Pour emporter",
|
||||
"Repas sur place",
|
||||
"Ingrédients frais",
|
||||
"Commandes en ligne",
|
||||
"Parking facile",
|
||||
]}
|
||||
"Livraison rapide", "Pour emporter", "Repas sur place", "Ingrédients frais", "Commandes en ligne", "Parking facile"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -117,36 +95,20 @@ export default function HomePage() {
|
||||
tag="Spécialités"
|
||||
features={[
|
||||
{
|
||||
title: "2 Pizzas + Boisson",
|
||||
description:
|
||||
"Deux pizzas au choix (S, M ou L) + une boisson 2L. Le combo parfait pour la famille ou les amis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-mixed-ingredients_114579-2282.jpg?_wi=2",
|
||||
imageAlt: "Combo deux pizzas",
|
||||
button: { text: "Commander maintenant", href: "/menu" },
|
||||
title: "2 Pizzas + Boisson", description:
|
||||
"Deux pizzas au choix (S, M ou L) + une boisson 2L. Le combo parfait pour la famille ou les amis.", imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-mixed-ingredients_114579-2282.jpg", imageAlt: "Combo deux pizzas", button: { text: "Commander maintenant", href: "/menu" },
|
||||
},
|
||||
{
|
||||
title: "Doigts de Poulet Croustillants",
|
||||
description:
|
||||
"Poulet frais, pané et frit à la perfection. Servi avec sauce BBQ ou ranch maison. 10 morceaux = bonheur garanti.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-fingers-with-french-fries-ketchup-side-view_140725-9100.jpg?_wi=2",
|
||||
imageAlt: "Doigts de poulet",
|
||||
button: { text: "Ajouter au panier", href: "/menu" },
|
||||
title: "Doigts de Poulet Croustillants", description:
|
||||
"Poulet frais, pané et frit à la perfection. Servi avec sauce BBQ ou ranch maison. 10 morceaux = bonheur garanti.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-fingers-with-french-fries-ketchup-side-view_140725-9100.jpg", imageAlt: "Doigts de poulet", button: { text: "Ajouter au panier", href: "/menu" },
|
||||
},
|
||||
{
|
||||
title: "Poutine Maison Pizza Excel",
|
||||
description:
|
||||
"Frites fraîches, fromage en grain vrai, sauce brune chaude. Juste comme il faut — pas fancy, juste bon.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/classic-poutine-with-golden-fries-cheese-curds-rich-gravy_84443-72725.jpg?_wi=2",
|
||||
imageAlt: "Poutine Pizza Excel",
|
||||
button: { text: "Ajouter au panier", href: "/menu" },
|
||||
title: "Poutine Maison Pizza Excel", description:
|
||||
"Frites fraîches, fromage en grain vrai, sauce brune chaude. Juste comme il faut — pas fancy, juste bon.", imageSrc: "http://img.b2bpic.net/free-psd/classic-poutine-with-golden-fries-cheese-curds-rich-gravy_84443-72725.jpg", imageAlt: "Poutine Pizza Excel", button: { text: "Ajouter au panier", href: "/menu" },
|
||||
},
|
||||
{
|
||||
title: "Combo Familial",
|
||||
description:
|
||||
"3 pizzas moyennes + poutine + doigts de poulet (10) + 2 boissons 2L. Pour nourrir toute la bande.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-women-eating-barbecue-chicken-wings-with-fries-salad-with-juice-table_141793-13206.jpg?_wi=2",
|
||||
imageAlt: "Combo familial",
|
||||
button: { text: "Réserver", href: "tel:+14504335656" },
|
||||
title: "Combo Familial", description:
|
||||
"3 pizzas moyennes + poutine + doigts de poulet (10) + 2 boissons 2L. Pour nourrir toute la bande.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-women-eating-barbecue-chicken-wings-with-fries-salad-with-juice-table_141793-13206.jpg", imageAlt: "Combo familial", button: { text: "Réserver", href: "tel:+14504335656" },
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -163,35 +125,17 @@ export default function HomePage() {
|
||||
description="Regardez nos pizzas, nos doigts de poulet, nos poutines — et venez les goûter"
|
||||
features={[
|
||||
{
|
||||
title: "Intérieur accueillant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-pizzeria-with-pizza_627829-5493.jpg?_wi=2",
|
||||
imageAlt: "Intérieur restaurant",
|
||||
},
|
||||
title: "Intérieur accueillant", description: "Espace chaleureux et moderne pour vos moments de détente", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-pizzeria-with-pizza_627829-5493.jpg", imageAlt: "Intérieur restaurant"},
|
||||
{
|
||||
title: "Four à bois traditionnel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=2",
|
||||
imageAlt: "Four à pizza",
|
||||
},
|
||||
title: "Four à bois traditionnel", description: "Cuisson authentique à la manière italienne", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Four à pizza"},
|
||||
{
|
||||
title: "Préparation artisanale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27026.jpg?_wi=1",
|
||||
imageAlt: "Préparation des pizzas",
|
||||
},
|
||||
title: "Préparation artisanale", description: "Recettes maison préparées avec soin et passion", imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27026.jpg", imageAlt: "Préparation des pizzas"},
|
||||
{
|
||||
title: "Ingrédients frais",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-bruschetta-fresh-italian-ingredients-table_23-2148195026.jpg?_wi=1",
|
||||
imageAlt: "Ingrédients frais",
|
||||
},
|
||||
title: "Ingrédients frais", description: "Sélection des meilleurs ingrédients locaux et importés", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-bruschetta-fresh-italian-ingredients-table_23-2148195026.jpg", imageAlt: "Ingrédients frais"},
|
||||
{
|
||||
title: "Pizza cuite à la perfection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-italian-appetizer-bruschettas-with-tomato-sauce-parmesan-cheese-wooden-table-h_1258-97103.jpg",
|
||||
imageAlt: "Pizza cuite",
|
||||
},
|
||||
title: "Pizza cuite à la perfection", description: "Croûte dorée, garnitures généreuses, goût incomparable", imageSrc: "http://img.b2bpic.net/free-photo/closeup-italian-appetizer-bruschettas-with-tomato-sauce-parmesan-cheese-wooden-table-h_1258-97103.jpg", imageAlt: "Pizza cuite"},
|
||||
{
|
||||
title: "Dîner entre amis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153728.jpg",
|
||||
imageAlt: "Table restaurant",
|
||||
},
|
||||
title: "Dîner entre amis", description: "Convivialité et partage au cœur de notre philosophie", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153728.jpg", imageAlt: "Table restaurant"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -208,61 +152,24 @@ export default function HomePage() {
|
||||
tag="Avis clients"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marc Dubois",
|
||||
role: "Client régulier",
|
||||
testimonial:
|
||||
"Meilleure pizza à Blainville! Les gars font pas de compromis avec la qualité. Commande dès que j'ai une envie.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Marc Dubois",
|
||||
},
|
||||
id: "1", name: "Marc Dubois", role: "Client régulier", testimonial:
|
||||
"Meilleure pizza à Blainville! Les gars font pas de compromis avec la qualité. Commande dès que j'ai une envie.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marc Dubois"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sophie Lavallée",
|
||||
role: "Mère de famille",
|
||||
testimonial:
|
||||
"Mes enfants adorent les doigts de poulet, ma famille aime les pizzas. Pizza Excel, c'est notre resto des grands jours!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Sophie Lavallée",
|
||||
},
|
||||
id: "2", name: "Sophie Lavallée", role: "Mère de famille", testimonial:
|
||||
"Mes enfants adorent les doigts de poulet, ma famille aime les pizzas. Pizza Excel, c'est notre resto des grands jours!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophie Lavallée"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jean-Pierre Roy",
|
||||
role: "Habitué du quartier",
|
||||
testimonial:
|
||||
"La poutine, c'est quoi t'en parler? Y a rien de pareil. Et la livraison arrive toujours chaude. Respect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Jean-Pierre Roy",
|
||||
},
|
||||
id: "3", name: "Jean-Pierre Roy", role: "Habitué du quartier", testimonial:
|
||||
"La poutine, c'est quoi t'en parler? Y a rien de pareil. Et la livraison arrive toujours chaude. Respect.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jean-Pierre Roy"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Émilie Côté",
|
||||
role: "Cliente depuis 3 ans",
|
||||
testimonial:
|
||||
"Commande en ligne, 25 minutes plus tard mon combo est là. Impeccable, courtois, et trop bon. Y a personne d'autre.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "Émilie Côté",
|
||||
},
|
||||
id: "4", name: "Émilie Côté", role: "Cliente depuis 3 ans", testimonial:
|
||||
"Commande en ligne, 25 minutes plus tard mon combo est là. Impeccable, courtois, et trop bon. Y a personne d'autre.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Émilie Côté"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Marchand",
|
||||
role: "Passionné de pizza",
|
||||
testimonial:
|
||||
"Ils savent ce qu'y font, les gars. Pizza Excel c'est pas juste une livraison, c'est de la cuisine. J'recommande 100%.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
imageAlt: "David Marchand",
|
||||
},
|
||||
id: "5", name: "David Marchand", role: "Passionné de pizza", testimonial:
|
||||
"Ils savent ce qu'y font, les gars. Pizza Excel c'est pas juste une livraison, c'est de la cuisine. J'recommande 100%.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Marchand"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Valérie Gauthier",
|
||||
role: "Événements & fêtes",
|
||||
testimonial:
|
||||
"J'ai commandé pour ma party hier — 50 personnes, tout était parfait! Merci Pizza Excel pour votre service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
|
||||
imageAlt: "Valérie Gauthier",
|
||||
},
|
||||
id: "6", name: "Valérie Gauthier", role: "Événements & fêtes", testimonial:
|
||||
"J'ai commandé pour ma party hier — 50 personnes, tout était parfait! Merci Pizza Excel pour votre service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Valérie Gauthier"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -291,35 +198,21 @@ export default function HomePage() {
|
||||
ctaTitle="On est ici"
|
||||
ctaDescription="1274 Bd Curé-Labelle, Blainville, QC J7C 2N8 — Parking gratuit"
|
||||
ctaButton={{
|
||||
text: "Obtenir l'itinéraire",
|
||||
href: "https://www.google.com/maps/search/1274+Bd+Cur%C3%A9-Labelle+Blainville+QC+J7C+2N8",
|
||||
}}
|
||||
text: "Obtenir l'itinéraire", href: "https://www.google.com/maps/search/1274+Bd+Cur%C3%A9-Labelle+Blainville+QC+J7C+2N8"}}
|
||||
ctaIcon={MapPin}
|
||||
faqs={[
|
||||
{
|
||||
id: "hours",
|
||||
title: "Heures d'ouverture",
|
||||
content:
|
||||
"<strong>Ouvert tous les jours</strong><br>Lundi — Dimanche: 11h00 — 23h00<br><br>Fermé les jours fériés majeurs.",
|
||||
},
|
||||
id: "hours", title: "Heures d'ouverture", content:
|
||||
"<strong>Ouvert tous les jours</strong><br>Lundi — Dimanche: 11h00 — 23h00<br><br>Fermé les jours fériés majeurs."},
|
||||
{
|
||||
id: "delivery",
|
||||
title: "Livraison et commandes",
|
||||
content:
|
||||
"<strong>Livraison gratuite</strong> pour les commandes de $25 et plus.<br><br>Commandez en ligne, par téléphone: <strong>(450) 433-5656</strong>, ou en personne. Temps de préparation: ~15-25 min selon la charge.",
|
||||
},
|
||||
id: "delivery", title: "Livraison et commandes", content:
|
||||
"<strong>Livraison gratuite</strong> pour les commandes de $25 et plus.<br><br>Commandez en ligne, par téléphone: <strong>(450) 433-5656</strong>, ou en personne. Temps de préparation: ~15-25 min selon la charge."},
|
||||
{
|
||||
id: "payment",
|
||||
title: "Modes de paiement",
|
||||
content:
|
||||
"Nous acceptons: Argent comptant, Visa, Mastercard, Debit, et Apple Pay / Google Pay en ligne.",
|
||||
},
|
||||
id: "payment", title: "Modes de paiement", content:
|
||||
"Nous acceptons: Argent comptant, Visa, Mastercard, Debit, et Apple Pay / Google Pay en ligne."},
|
||||
{
|
||||
id: "catering",
|
||||
title: "Événements et commandes spéciales",
|
||||
content:
|
||||
"Groupe ou événement? Appelez-nous au <strong>(450) 433-5656</strong> pour discuter de combos personnalisés et tarifs de groupe.",
|
||||
},
|
||||
id: "catering", title: "Événements et commandes spéciales", content:
|
||||
"Groupe ou événement? Appelez-nous au <strong>(450) 433-5656</strong> pour discuter de combos personnalisés et tarifs de groupe."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -331,30 +224,27 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-stationery-pins-thread-route-map_23-2148510439.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-stationery-pins-thread-route-map_23-2148510439.jpg"
|
||||
imageAlt="Localisation Pizza Excel"
|
||||
logoText="Pizza Excel"
|
||||
copyrightText="© 2025 Pizza Excel Contractors. Tous droits réservés."
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Accueil", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Livraison", href: "#" },
|
||||
{ label: "Pour emporter", href: "#" },
|
||||
{ label: "Dîner sur place", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Légal",
|
||||
items: [
|
||||
title: "Légal", items: [
|
||||
{ label: "Politique de confidentialité", href: "/privacy" },
|
||||
{ label: "Conditions d'utilisation", href: "#" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user