Merge version_1_1782661251643 into main #2

Merged
bender merged 2 commits from version_1_1782661251643 into main 2026-06-28 15:42:12 +00:00

View File

@@ -5,287 +5,139 @@ import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards';
import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia';
import { Award, Heart } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroTiltedCards
tag="402 avis · Note 4,4★"
title="LE BURGER QUI CHANGE TOUT"
description="Le meilleur burger que vous n'oublierez jamais, préparé avec passion au cœur de Tizi-Ouzou."
primaryButton={{
text: "Voir le Menu",
href: "#menu",
}}
secondaryButton={{
text: "Nous Appeler",
href: "tel:0669599348",
}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-burger-with-egg-copy-space_23-2148678845.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lateral-view-delicious-home-made-burger_23-2148374924.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheeseburger-fries-picnic_23-2151985489.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637308.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="402 avis · Note 4,4★"
title="LE BURGER QUI CHANGE TOUT"
description="Le meilleur burger que vous n'oublierez jamais, préparé avec passion au cœur de Tizi-Ouzou."
primaryButton={{ text: "Voir le Menu", href: "#menu" }}
secondaryButton={{ text: "Nous Appeler", href: "tel:0669599348" }}
items={[
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-burger-with-egg-copy-space_23-2148678845.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lateral-view-delicious-home-made-burger_23-2148374924.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheeseburger-fries-picnic_23-2151985489.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637308.jpg" }
]}
/>
</SectionErrorBoundary>
</div>
<div id="social-proof" data-section="social-proof">
<SectionErrorBoundary name="social-proof">
<div id="social-proof" data-section="social-proof">
<SectionErrorBoundary name="social-proof">
<SocialProofMarquee
tag="Qualité Reconnue"
title="402 AVIS GOOGLE · NOTE 4,4/5"
names={[
"QUALITÉ PREMIUM",
"FAIT MINUTE",
"LIVRAISON DISPONIBLE",
"AMBANCE CHALEUREUSE",
"TIZI OUZOU",
"EL PASO SIGNATURE",
]}
/>
</SectionErrorBoundary>
</div>
tag="Qualité Reconnue"
title="402 AVIS GOOGLE · NOTE 4,4/5"
names={["QUALITÉ PREMIUM", "FAIT MINUTE", "LIVRAISON DISPONIBLE", "AMBANCE CHALEUREUSE", "TIZI OUZOU", "EL PASO SIGNATURE"]}
/>
</SectionErrorBoundary>
</div>
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesBento
tag="Pourquoi nous choisir"
title="L'Excellence du Burger"
description="Nous combinons hospitalité algérienne et standards américains pour une expérience unique."
features={[
{
title: "Qualité Incomparable",
description: "Ingrédients ultra-frais, viande sélectionnée et préparation à la minute pour un goût parfait.",
bentoComponent: "info-card-marquee",
infoCards: [
{
icon: Award,
label: "Qualité",
value: "100%",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-pouring-sesame-seeds-beef-burger-with-salad-bacon_23-2148784492.jpg",
imageAlt: "Front view hand pouring sesame seeds over beef burger with salad and bacon",
},
{
title: "Accueil Chaleureux",
description: "Une équipe passionnée à votre service pour vous faire sentir comme à la maison.",
bentoComponent: "icon-text-marquee",
centerIcon: Heart,
marqueeTexts: [
"Chaleureux",
"Gracieux",
"Dynamique",
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-burger-with-egg-copy-space_23-2148678845.jpg?_wi=2",
imageAlt: "Front view hand pouring sesame seeds over beef burger with salad and bacon",
},
{
title: "Expérience Complète",
description: "Dégustez sur place, à emporter ou profitez de notre livraison rapide.",
bentoComponent: "checklist-timeline",
heading: "Modes de commande",
subheading: "Partout avec vous",
checklistItems: [
{
label: "Sur place",
detail: "Ambiance chic",
},
{
label: "À emporter",
detail: "Emballage premium",
},
{
label: "Livraison",
detail: "Rapide et chaud",
},
],
completedLabel: "Dispo",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-black-spaghetti-squid_23-2148461690.jpg?_wi=1",
imageAlt: "Front view hand pouring sesame seeds over beef burger with salad and bacon",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Pourquoi nous choisir"
title="L'Excellence du Burger"
description="Nous combinons hospitalité algérienne et standards américains pour une expérience unique."
features={[
{
title: "Qualité Incomparable", description: "Ingrédients ultra-frais, viande sélectionnée et préparation à la minute pour un goût parfait.", bentoComponent: "info-card-marquee", infoCards: [{ icon: "Award", label: "Qualité", value: "100%" }]
},
{
title: "Accueil Chaleureux", description: "Une équipe passionnée à votre service pour vous faire sentir comme à la maison.", bentoComponent: "icon-text-marquee", centerIcon: "Heart", marqueeTexts: ["Chaleureux", "Gracieux", "Dynamique"]
},
{
title: "Expérience Complète", description: "Dégustez sur place, à emporter ou profitez de notre livraison rapide.", bentoComponent: "checklist-timeline", heading: "Modes de commande", subheading: "Partout avec vous", checklistItems: [
{ label: "Sur place", detail: "Ambiance chic" },
{ label: "À emporter", detail: "Emballage premium" },
{ label: "Livraison", detail: "Rapide et chaud" }
],
completedLabel: "Dispo"
}
]}
/>
</SectionErrorBoundary>
</div>
<div id="signature" data-section="signature">
<SectionErrorBoundary name="signature">
<div id="signature" data-section="signature">
<SectionErrorBoundary name="signature">
<FeaturesImageBento
tag="Signature"
title="El Paso — Notre Signature"
description="Le roi de notre carte. Un mélange explosif de saveurs qui fait l'unanimité."
items={[
{
title: "El Paso Burger",
description: "10002000 DA",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-black-spaghetti-squid_23-2148461690.jpg?_wi=2",
},
{
title: "Frites Maison",
description: "Sauce secrète",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg",
},
{
title: "Classique",
description: "Valeur sûre",
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-tomato-onion-beans-walnuts-side-view_141793-2390.jpg",
},
{
title: "Burger Poulet",
description: "Frais et léger",
imageSrc: "http://img.b2bpic.net/free-photo/classic-burger-with-french-fries-beer_23-2148290585.jpg",
},
{
title: "Sauce Fromagère",
description: "Délicieuse",
imageSrc: "http://img.b2bpic.net/free-photo/teriyaki-chicken-burger_1339-3589.jpg",
},
{
title: "Boissons",
description: "Fraîcheur",
imageSrc: "http://img.b2bpic.net/free-photo/yummy-hamburger-with-sauce-french-fries_23-2148374916.jpg",
},
{
title: "Desserts",
description: "Gourmand",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cream-chocolate-plate_23-2148422002.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Signature"
title="El Paso — Notre Signature"
description="Le roi de notre carte. Un mélange explosif de saveurs qui fait l'unanimité."
items={[
{ title: "El Paso Burger", description: "10002000 DA", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-black-spaghetti-squid_23-2148461690.jpg" },
{ title: "Frites Maison", description: "Sauce secrète", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg" },
{ title: "Classique", description: "Valeur sûre", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-tomato-onion-beans-walnuts-side-view_141793-2390.jpg" },
{ title: "Burger Poulet", description: "Frais et léger", imageSrc: "http://img.b2bpic.net/free-photo/classic-burger-with-french-fries-beer_23-2148290585.jpg" },
{ title: "Sauce Fromagère", description: "Délicieuse", imageSrc: "http://img.b2bpic.net/free-photo/teriyaki-chicken-burger_1339-3589.jpg" },
{ title: "Boissons", description: "Fraîcheur", imageSrc: "http://img.b2bpic.net/free-photo/yummy-hamburger-with-sauce-french-fries_23-2148374916.jpg" },
{ title: "Desserts", description: "Gourmand", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cream-chocolate-plate_23-2148422002.jpg" }
]}
/>
</SectionErrorBoundary>
</div>
<div id="menu" data-section="menu">
<SectionErrorBoundary name="menu">
<div id="menu" data-section="menu">
<SectionErrorBoundary name="menu">
<PricingHighlightedCards
tag="Menu"
title="Nos Délices"
description="Des produits de qualité, préparés avec amour."
plans={[
{
tag: "Burger",
price: "1200 DA",
description: "El Paso Burger signature.",
features: [
"Viande bœuf 150g",
"Fromage cheddar",
"Sauce secrète",
],
primaryButton: {
text: "Commander",
href: "tel:0669599348",
},
},
{
tag: "Burger",
price: "1000 DA",
description: "Classique indémodable.",
features: [
"Viande bœuf 120g",
"Oignons caramélisés",
"Salade",
],
primaryButton: {
text: "Commander",
href: "tel:0669599348",
},
},
{
tag: "Combo",
price: "1600 DA",
description: "Le menu complet.",
features: [
"Burger",
"Frites maison",
"Boisson",
],
highlight: "Populaire",
primaryButton: {
text: "Commander",
href: "tel:0669599348",
},
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Menu"
title="Nos Délices"
description="Des produits de qualité, préparés avec amour."
plans={[
{ tag: "Burger", price: "1200 DA", description: "El Paso Burger signature.", features: ["Viande bœuf 150g", "Fromage cheddar", "Sauce secrète"], primaryButton: { text: "Commander", href: "tel:0669599348" } },
{ tag: "Burger", price: "1000 DA", description: "Classique indémodable.", features: ["Viande bœuf 120g", "Oignons caramélisés", "Salade"], primaryButton: { text: "Commander", href: "tel:0669599348" } },
{ tag: "Combo", price: "1600 DA", description: "Le menu complet.", features: ["Burger", "Frites maison", "Boisson"], highlight: "Populaire", primaryButton: { text: "Commander", href: "tel:0669599348" } }
]}
/>
</SectionErrorBoundary>
</div>
<div id="reviews" data-section="reviews">
<SectionErrorBoundary name="reviews">
<div id="reviews" data-section="reviews">
<SectionErrorBoundary name="reviews">
<TestimonialQuoteCards
tag="Avis"
title="Ce Que Disent Nos Clients"
description="Plus de 400 avis positifs à Tizi-Ouzou."
testimonials={[
{
name: "Lounis Ararby",
role: "Client Fidèle",
quote: "Burger excellent accompagné de frites avec une sauce fromagère toujours à la hauteur.",
imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg",
},
{
name: "Le BÿLkÛS",
role: "Client",
quote: "Un service de qualité avec un accueil chaleureux et gracieux. Bonne ambiance.",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg",
},
{
name: "Lina Sizine",
role: "Food Creator",
quote: "Je recommande vivement. 5 étoiles pour la qualité, l'ambiance et l'expérience globale.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg",
},
{
name: "Amine",
role: "Habitué",
quote: "Meilleur burger du quartier. La viande est toujours parfaite.",
imageSrc: "http://img.b2bpic.net/free-photo/man-his-professional-photography-studio_23-2149033389.jpg",
},
{
name: "Sara",
role: "Client",
quote: "Une expérience incroyable à chaque visite.",
imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915103.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Avis"
title="Ce Que Disent Nos Clients"
description="Plus de 400 avis positifs à Tizi-Ouzou."
testimonials={[
{ name: "Lounis Ararby", role: "Client Fidèle", quote: "Burger excellent accompagné de frites avec une sauce fromagère toujours à la hauteur.", imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg" },
{ name: "Le BÿLkÛS", role: "Client", quote: "Un service de qualité avec un accueil chaleureux et gracieux. Bonne ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg" },
{ name: "Lina Sizine", role: "Food Creator", quote: "Je recommande vivement. 5 étoiles pour la qualité, l'ambiance et l'expérience globale.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg" },
{ name: "Amine", role: "Habitué", quote: "Meilleur burger du quartier. La viande est toujours parfaite.", imageSrc: "http://img.b2bpic.net/free-photo/man-his-professional-photography-studio_23-2149033389.jpg" },
{ name: "Sara", role: "Client", quote: "Une expérience incroyable à chaque visite.", imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915103.jpg" }
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Rendez-nous visite"
text="Rue Capitaine Si Abdellah, Tizi Ouzou. Ouvert 10h-23h."
primaryButton={{
text: "Itinéraire",
href: "https://maps.google.com",
}}
secondaryButton={{
text: "Appeler",
href: "tel:0669599348",
}}
/>
</SectionErrorBoundary>
</div>
tag="Rendez-nous visite"
text="Rue Capitaine Si Abdellah, Tizi Ouzou. Ouvert 10h-23h."
primaryButton={{ text: "Itinéraire", href: "https://maps.google.com" }}
secondaryButton={{ text: "Appeler", href: "tel:0669599348" }}
/>
</SectionErrorBoundary>
</div>
<div id="footer" data-section="footer">
<FooterSimpleMedia
brand="House of Burgers"
columns={[{ title: "Navigation", items: [{ label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] }, { title: "Infos", items: [{ label: "0669 59 93 48", href: "tel:0669599348" }, { label: "Rue Capitaine Si Abdellah", href: "#" }] }]}
copyright="© 2025 House of Burgers Tizi-Ouzou"
links={[{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-bowl-with-black-spaghetti-squid_23-2148461690.jpg"
/>
</div>
</>
);
}
}