4 Commits

Author SHA1 Message Date
722cb66709 Update src/app/page.tsx 2026-04-05 12:32:48 +00:00
0f00fd3541 Merge version_1 into main
Merge version_1 into main
2026-04-05 12:30:24 +00:00
8945bbe995 Merge version_1 into main
Merge version_1 into main
2026-04-05 12:30:00 +00:00
c95a3123d5 Merge version_1 into main
Merge version_1 into main
2026-04-05 12:29:32 +00:00

View File

@@ -10,7 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Scissors, Shield, Sparkles } from "lucide-react";
import { Scissors, Shield, Sparkles, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,6 +34,7 @@ export default function LandingPage() {
{ name: "À Propos", id: "about" },
{ name: "Services", id: "services" },
{ name: "Tarifs", id: "pricing" },
{ name: "Horaires", id: "hours" },
{ name: "Contact", id: "contact" }
]}
brandName="Hair Barber Cut"
@@ -50,7 +51,7 @@ export default function LandingPage() {
{ text: "Nos Services", href: "#services" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwEvzvO3rmB8NmgGJruZcOywMY/uploaded-1775392350850-4ij6um61.png"
mediaAnimation="slide-up"
/>
</div>
@@ -98,6 +99,21 @@ export default function LandingPage() {
/>
</div>
<div id="hours" data-section="pricing">
<PricingCardTwo
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
title="Horaires d'ouverture"
description="Retrouvez-nous toute la semaine au salon."
plans={[
{ id: "h1", badge: "Semaine", price: "9h30 - 19h00", subtitle: "Lundi au Vendredi", buttons: [], features: ["SANS RENDEZ-VOUS"] },
{ id: "h2", badge: "Samedi", price: "9h00 - 18h00", subtitle: "Samedi", buttons: [], features: ["SANS RENDEZ-VOUS"] },
{ id: "h3", badge: "Fermé", price: "Fermé", subtitle: "Dimanche", buttons: [], features: ["Repos hebdomadaire"] }
]}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardTwo
animationType="slide-up"
@@ -122,23 +138,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Thomas M.", role: "Client Fidèle", testimonial: "Le meilleur barbier de Nancy, sans aucun doute.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-2935.jpg" },
{ id: "2", name: "Lucas P.", role: "Étudiant", testimonial: "Equipe sympa et coupe toujours au top.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20140.jpg" },
{ id: "3", name: "Marc L.", role: "Manager", testimonial: "Un service pro, je recommande vivement.", imageSrc: "http://img.b2bpic.net/free-photo/media-marketing-internet-digital-global_53876-132202.jpg" },
{ id: "4", name: "Jean D.", role: "Habitué", testimonial: "Très bonne ambiance et super soin.", imageSrc: "http://img.b2bpic.net/free-photo/washing-pet-dog-home_23-2149627217.jpg" },
{ id: "5", name: "Alex R.", role: "Commercial", testimonial: "Toujours satisfait de la taille de barbe.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-tattoo-artist-front-his-studio_23-2149479271.jpg" }
]}
title="Avis Clients"
description="Ce que nos clients disent de Hair Barber Cut."
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
@@ -159,7 +158,8 @@ export default function LandingPage() {
title: "Navigation", items: [
{ label: "Accueil", href: "/" },
{ label: "Services", href: "#services" },
{ label: "Tarifs", href: "#pricing" }
{ label: "Tarifs", href: "#pricing" },
{ label: "Horaires", href: "#hours" }
]
},
{