From 722cb66709150057b52b648d21aebae55adfcb0c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:32:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65015ec..e27e476 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -98,6 +99,21 @@ export default function LandingPage() { /> +
+ +
+
-
- -
-