Update src/app/page.tsx

This commit is contained in:
2026-06-07 14:23:35 +00:00
parent 8b58c1c0da
commit 5104be4812

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Sublimez Votre Beauté chez Salon Faress Arabi"
description="Découvrez l'élégance et le soin exceptionnel pour vos cheveux. Votre style, notre passion. Laissez nos expertes révéler votre meilleure version."
background="glowing-orb"
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "15+", label: "Années d'Expérience" },
{ value: "500+", label: "Clientes Satisfaites" },
@@ -72,8 +72,6 @@ export default function LandingPage() {
heading={[{ type: "text", content: "Notre Histoire: L'Art de la Coiffure Féminine" }]}
buttons={[{ text: "Découvrir Notre Équipe", href: "#team" }]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/hairstylist-curling-hair-client-hairdressing-salon_93675-128116.jpg"
imageAlt="Stylist working attentively on a client's hair"
/>
</div>
@@ -213,7 +211,6 @@ export default function LandingPage() {
{ items: [{ label: "Adresse", href: "#" }, { label: "Téléphone", href: "#" }, { label: "Email", href: "#" }] }
]}
logoText="Salon Faress Arabi"
useInvertedBackground={false}
/>
</div>
</ThemeProvider>