diff --git a/src/app/a-propos/page.tsx b/src/app/a-propos/page.tsx index 586b780..713ba08 100644 --- a/src/app/a-propos/page.tsx +++ b/src/app/a-propos/page.tsx @@ -7,7 +7,7 @@ import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwent import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import FooterCard from "@/components/sections/footer/FooterCard"; import Link from "next/link"; -import { Facebook, Instagram, Linkedin, Phone } from "lucide-react"; +import { Facebook, Instagram, Linkedin, Phone, Briefcase, Award } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -15,7 +15,7 @@ export default function AboutPage() { { name: "Biens", id: "/biens" }, { name: "Services", id: "/services" }, { name: "À Propos", id: "/a-propos" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "#contact" }, ]; return ( @@ -44,15 +44,10 @@ export default function AboutPage() { @@ -118,29 +96,17 @@ export default function AboutPage() { diff --git a/src/app/bien/[id]/page.tsx b/src/app/bien/[id]/page.tsx index 3d6533f..3c53d4c 100644 --- a/src/app/bien/[id]/page.tsx +++ b/src/app/bien/[id]/page.tsx @@ -1,44 +1,35 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import { Facebook, Instagram, Linkedin, Phone } from 'lucide-react'; -import Link from 'next/link'; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterCard from "@/components/sections/footer/FooterCard"; +import { Facebook, Instagram, Linkedin, Phone, Home, MapPin, Ruler } from "lucide-react"; +import Link from "next/link"; export default function PropertyDetailPage() { const navItems = [ - { name: "Accueil", id: "home" }, - { name: "Biens", id: "properties" }, - { name: "Services", id: "services" }, - { name: "À Propos", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Accueil", id: "/" }, + { name: "Biens", id: "/biens" }, + { name: "Services", id: "/services" }, + { name: "À Propos", id: "/a-propos" }, + { name: "Contact", id: "#contact" }, ]; const socialLinks = [ { icon: Facebook, - href: "https://facebook.com/lerelaiselmouraadia", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/lerelaiselmouraadia", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/lerelaiselmouraadia", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/lerelaiselmouraadia", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://linkedin.com/company/lerelaiselmouraadia", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/lerelaiselmouraadia", ariaLabel: "LinkedIn"}, { icon: Phone, - href: "https://wa.me/213661234567", - ariaLabel: "WhatsApp", - }, + href: "https://wa.me/213661234567", ariaLabel: "WhatsApp"}, ]; return ( @@ -63,77 +54,52 @@ export default function PropertyDetailPage() { /> -
- +
-
- + -
- -
-
diff --git a/src/app/biens/page.tsx b/src/app/biens/page.tsx index faa44d4..1fe9727 100644 --- a/src/app/biens/page.tsx +++ b/src/app/biens/page.tsx @@ -28,7 +28,7 @@ export default function PropertiesPage() { { name: "Accueil", id: "/" }, { name: "Biens", id: "/biens" }, { name: "Services", id: "/services" }, - { name: "À Propos", id: "/about" }, + { name: "À Propos", id: "/a-propos" }, { name: "Contact", id: "#contact" }, ]} brandName="Le Relais El Mouradia" @@ -56,11 +56,10 @@ export default function PropertiesPage() { { text: "Demander une Visite", href: "#" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6118.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6118.jpg" imageAlt="Portefeuille de propriétés" mediaAnimation="slide-up" imagePosition="right" - useInvertedBackground={false} /> @@ -70,47 +69,17 @@ export default function PropertiesPage() { description="Une sélection exhaustive de propriétés triées par quartier, type et gamme de prix. Chaque bien a été soigneusement évalué et présenté par nos experts." products={[ { - id: "1", - name: "Villa Contemporaine El Mouradia", - price: "250 000 000 DZD", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg?_wi=4", - imageAlt: "Villa contemporaine", - }, + id: "1", name: "Villa Contemporaine El Mouradia", price: "250 000 000 DZD", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg", imageAlt: "Villa contemporaine"}, { - id: "2", - name: "Propriété avec Piscine - Hydra", - price: "180 000 000 DZD", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg?_wi=3", - imageAlt: "Villa avec piscine", - }, + id: "2", name: "Propriété avec Piscine - Hydra", price: "180 000 000 DZD", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg", imageAlt: "Villa avec piscine"}, { - id: "3", - name: "Penthouse Standing - Alger Centre", - price: "95 000 000 DZD", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg?_wi=2", - imageAlt: "Penthouse luxe", - }, + id: "3", name: "Penthouse Standing - Alger Centre", price: "95 000 000 DZD", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg", imageAlt: "Penthouse luxe"}, { - id: "4", - name: "Résidence de Prestige - Bab El Oued", - price: "175 000 000 DZD", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg?_wi=5", - imageAlt: "Résidence prestige", - }, + id: "4", name: "Résidence de Prestige - Bab El Oued", price: "175 000 000 DZD", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg", imageAlt: "Résidence prestige"}, { - id: "5", - name: "Villa Architecturale - Kouba", - price: "220 000 000 DZD", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg?_wi=4", - imageAlt: "Villa architecturale", - }, + id: "5", name: "Villa Architecturale - Kouba", price: "220 000 000 DZD", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg", imageAlt: "Villa architecturale"}, { - id: "6", - name: "Appartement Haut Standing - Centre", - price: "85 000 000 DZD", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg?_wi=3", - imageAlt: "Appartement standing", - }, + id: "6", name: "Appartement Haut Standing - Centre", price: "85 000 000 DZD", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg", imageAlt: "Appartement standing"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index fb80567..a4f24e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function HomePage() { { name: "Accueil", id: "/" }, { name: "Biens", id: "/biens" }, { name: "Services", id: "/services" }, - { name: "À Propos", id: "/about" }, + { name: "À Propos", id: "/a-propos" }, { name: "Contact", id: "#contact" }, ]; @@ -42,7 +42,7 @@ export default function HomePage() { { name: "Accueil", id: "/" }, { name: "Biens", id: "/biens" }, { name: "Services", id: "/services" }, - { name: "À Propos", id: "/about" }, + { name: "À Propos", id: "/a-propos" }, { name: "Contact", id: "#contact" }, ]} brandName="Le Relais El Mouradia" @@ -70,11 +70,10 @@ export default function HomePage() { { text: "Nous Contacter", href: "#contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6118.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6118.jpg" imageAlt="Villa de luxe El Mouradia" mediaAnimation="slide-up" imagePosition="right" - useInvertedBackground={false} /> @@ -82,11 +81,8 @@ export default function HomePage() { console.log("Contact request from:", email)} />