diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index ae2be47..f7dc51e 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -1,54 +1,14 @@
"use client";
+import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
-import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterSimple from "@/components/sections/footer/FooterSimple";
-import Link from "next/link";
import { Mail } from "lucide-react";
export default function AboutPage() {
- const navItems = [
- { name: "Accueil", id: "home" },
- { name: "Matériel", id: "catalog" },
- { name: "Services", id: "services" },
- { name: "À propos", id: "about" },
- { name: "Avis", id: "testimonials" },
- { name: "Contact", id: "contact" },
- ];
-
- const footerColumns = [
- {
- title: "Navigation",
- items: [
- { label: "Accueil", href: "/" },
- { label: "Catalogue", href: "/catalog" },
- { label: "Services", href: "/services" },
- { label: "À propos", href: "/about" },
- ],
- },
- {
- title: "Support",
- items: [
- { label: "Avis clients", href: "/testimonials" },
- { label: "Contact", href: "/contact" },
- { label: "FAQ", href: "#faq" },
- { label: "Conditions d'utilisation", href: "#" },
- ],
- },
- {
- title: "Contact",
- items: [
- { label: "Appeler", href: "tel:+33123456789" },
- { label: "Email", href: "mailto:contact@locgers.fr" },
- { label: "Adresse", href: "#" },
- { label: "Horaires", href: "#" },
- ],
- },
- ];
-
return (
-
-
);
-}
\ No newline at end of file
+}
diff --git a/src/app/petits-outillages/page.tsx b/src/app/petits-outillages/page.tsx
new file mode 100644
index 0000000..71069af
--- /dev/null
+++ b/src/app/petits-outillages/page.tsx
@@ -0,0 +1,132 @@
+"use client";
+
+import Link from "next/link";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
+import HeroBillboard from "@/components/sections/hero/HeroBillboard";
+import ProductCardFour from "@/components/sections/product/ProductCardFour";
+import FooterSimple from "@/components/sections/footer/FooterSimple";
+import { Package } from "lucide-react";
+
+export default function PetitsOutillagePage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/terrassements/page.tsx b/src/app/terrassements/page.tsx
new file mode 100644
index 0000000..788ebc6
--- /dev/null
+++ b/src/app/terrassements/page.tsx
@@ -0,0 +1,192 @@
+"use client";
+
+import Link from "next/link";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
+import HeroOverlay from "@/components/sections/hero/HeroOverlay";
+import ProductCardFour from "@/components/sections/product/ProductCardFour";
+import ContactCenter from "@/components/sections/contact/ContactCenter";
+import FooterSimple from "@/components/sections/footer/FooterSimple";
+import { Mail, Package } from "lucide-react";
+
+export default function TerrassementsPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/vehicles/page.tsx b/src/app/vehicles/page.tsx
new file mode 100644
index 0000000..7b32e47
--- /dev/null
+++ b/src/app/vehicles/page.tsx
@@ -0,0 +1,192 @@
+"use client";
+
+import Link from "next/link";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
+import HeroOverlay from "@/components/sections/hero/HeroOverlay";
+import ProductCardFour from "@/components/sections/product/ProductCardFour";
+import ContactCenter from "@/components/sections/contact/ContactCenter";
+import FooterSimple from "@/components/sections/footer/FooterSimple";
+import { Mail, Package } from "lucide-react";
+
+export default function VehiclesPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file