diff --git a/src/app/promos/page.tsx b/src/app/promos/page.tsx index 78aa641..d3e65dc 100644 --- a/src/app/promos/page.tsx +++ b/src/app/promos/page.tsx @@ -25,26 +25,11 @@ export default function LandingPage() { @@ -78,11 +59,7 @@ export default function LandingPage() { description="Why invest during our promos?" features={[ { - id: "f1", - title: "Zero Agency Fees", - description: "Save big on your purchase.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", - }, + id: "f1", title: "Zero Agency Fees", tag: "Promotion", description: "Save big on your purchase.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg"}, ]} /> @@ -92,38 +69,20 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Properties", - href: "/listings", - }, - { - label: "Promotions", - href: "/promos", - }, + { label: "Properties", href: "/listings" }, + { label: "Promotions", href: "/promos" }, ], }, { items: [ - { - label: "About Us", - href: "/about", - }, - { - label: "Our Team", - href: "/about", - }, + { label: "About Us", href: "/about" }, + { label: "Our Team", href: "/about" }, ], }, { items: [ - { - label: "Contact", - href: "/contact", - }, - { - label: "WhatsApp", - href: "https://wa.me/...", - }, + { label: "Contact", href: "/contact" }, + { label: "WhatsApp", href: "https://wa.me/..." }, ], }, ]}