diff --git a/src/app/page.tsx b/src/app/page.tsx index a369726..422a860 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Propriétés", - items: [ + title: "Propriétés", items: [ { label: "Villas", href: "/properties" }, { label: "Appartements", href: "/properties" }, { label: "Commerces", href: "/properties" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - title: "Entreprise", - items: [ + title: "Entreprise", items: [ { label: "À Propos", href: "/about" }, { label: "Notre Équipe", href: "/about" }, { label: "Blog", href: "/" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Nous Contacter", href: "/contact" }, { label: "Email: contact@dakar-immobilier.sn", href: "mailto:contact@dakar-immobilier.sn" }, { label: "Tel: +221 33 XXX XXXX", href: "tel:+221" }, @@ -57,7 +54,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmallSizeLargeTitles" - background="noiseDiagonalGradient" + background="fluid" cardStyle="gradient-mesh" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -81,7 +78,7 @@ export default function HomePage() { { text: "Browse Listings", href: "/properties" }, ]} buttonAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/city-sea-coast-mountains-sky-is-reflected-water_169016-9944.jpg" imageAlt="Dakar skyline with modern properties" mediaAnimation="opacity" @@ -101,7 +98,7 @@ export default function HomePage() { { value: "98%", title: "Satisfaction clients" }, ]} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/real-estate-agent-showing-office-building-interior_74855-1199.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/real-estate-agent-showing-office-building-interior_74855-1199.jpg" imageAlt="Dakar Immobilier team in modern office" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -112,37 +109,21 @@ export default function HomePage() {