diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6215a33..0fe7182 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
-import ProductCardOne from "@/components/sections/product/ProductCardOne";
+import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
import AboutMetric from "@/components/sections/about/AboutMetric";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
@@ -19,7 +19,6 @@ import {
Home,
Paintbrush,
Zap,
- Images,
CheckCircle,
Users,
Award,
@@ -32,7 +31,7 @@ export default function HomePage() {
const navItems = [
{ name: "Accueil", id: "hero" },
{ name: "Services", id: "services" },
- { name: "Réalisations", id: "projects" },
+ { name: "Tarification", id: "pricing" },
{ name: "À propos", id: "about" },
{ name: "Contact", id: "contact" },
];
@@ -42,7 +41,7 @@ export default function HomePage() {
items: [
{ label: "Accueil", href: "/" },
{ label: "Services", href: "/#services" },
- { label: "Réalisations", href: "/#projects" },
+ { label: "Tarification", href: "/#pricing" },
],
},
{
@@ -88,7 +87,7 @@ export default function HomePage() {
@@ -141,11 +141,11 @@ export default function HomePage() {
features={[
{
id: 1,
- tag: "Expertise", title: "Construction neuve", subtitle: "Construire votre maison de rêve", description: "Nous réalisons des constructions résidentielles complètes avec les meilleurs matériaux et normes de qualité. De la fondation à la finition, nous gérons chaque étape avec professionnalisme.", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278578.jpg?_wi=1", imageAlt: "completed renovation house transformation", buttons: [{ text: "En savoir plus", href: "#projects" }],
+ tag: "Expertise", title: "Construction neuve", subtitle: "Construire votre maison de rêve", description: "Nous réalisons des constructions résidentielles complètes avec les meilleurs matériaux et normes de qualité. De la fondation à la finition, nous gérons chaque étape avec professionnalisme.", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278578.jpg?_wi=1", imageAlt: "completed renovation house transformation", buttons: [{ text: "En savoir plus", href: "#pricing" }],
},
{
id: 2,
- tag: "Transformation", title: "Rénovation complète", subtitle: "Modernisez votre espace de vie", description: "Transformez votre habitation existante avec nos solutions de rénovation intérieure et extérieure. Cuisine, salle de bain, peinture, isolation - nous prenons soin de tous les détails.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-choosing-color_23-2148903521.jpg", imageAlt: "home renovation before after interior", buttons: [{ text: "Voir les projets", href: "#projects" }],
+ tag: "Transformation", title: "Rénovation complète", subtitle: "Modernisez votre espace de vie", description: "Transformez votre habitation existante avec nos solutions de rénovation intérieure et extérieure. Cuisine, salle de bain, peinture, isolation - nous prenons soin de tous les détails.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-choosing-color_23-2148903521.jpg", imageAlt: "home renovation before after interior", buttons: [{ text: "Voir les tarifs", href: "#pricing" }],
},
{
id: 3,
@@ -159,37 +159,45 @@ export default function HomePage() {
/>
-
@@ -269,4 +277,4 @@ export default function HomePage() {
);
-}
\ No newline at end of file
+}