Update src/app/page.tsx
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
@@ -91,26 +91,22 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="galerie" data-section="galerie">
|
||||
<FeatureCardNine
|
||||
<FeatureCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
showStepNumbers={false}
|
||||
title="Réalisations Studio 13"
|
||||
description="Plongez dans l'univers de Studio 13 et découvrez nos dernières créations."
|
||||
description="Plongez dans l'univers de Studio 13 et découvrez nos dernières créations avec nos trois catégories de prestations vedettes."
|
||||
features={[
|
||||
{
|
||||
title: "Balayages", description: "Lumière et relief pour vos cheveux.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7799.jpg", imageAlt: "Balayage" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-long-hair-posing_1122-1458.jpg", imageAlt: "Studio" }
|
||||
title: "Balayages", description: "Lumière et relief pour vos cheveux, réalisés avec des techniques expertes pour un résultat naturel.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7799.jpg", imageAlt: "Balayage"
|
||||
},
|
||||
{
|
||||
title: "Coiffures", description: "Des styles élégants pour chaque occasion.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-home-by-hairstylist_23-2148817212.jpg", imageAlt: "Avant après" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-dressed-as-bride-leaning-against-wall_1153-513.jpg", imageAlt: "Mariage" }
|
||||
title: "Colorations", description: "Coloration premium sans ammoniaque pour une brillance intense et une couverture parfaite.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-home-by-hairstylist_23-2148817212.jpg", imageAlt: "Coloration"
|
||||
},
|
||||
{
|
||||
title: "Expertise", description: "L'excellence en chaque détail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229776.jpg", imageAlt: "Expertise" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217990.jpg", imageAlt: "Salon" }
|
||||
},
|
||||
title: "Coupes & Soins", description: "Des styles modernes et des soins sur-mesure pour sublimer la santé de vos cheveux.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229776.jpg", imageAlt: "Coupe et Soin"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -179,4 +175,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user