From ce0366fa32e5272428a85fbfd3b0fa035fb750ca Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:20:19 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 153 ++++++++++------------------------------- 1 file changed, 37 insertions(+), 116 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5ba6cd0..c9c571e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,53 +47,33 @@ export default function AboutPage() { tag="Our Story" tagIcon={Home} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg?_wi=7", - imageAlt: "Community property", - }, + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg", imageAlt: "Community property"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg?_wi=6", - imageAlt: "Modern homes", - }, + imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg", imageAlt: "Modern homes"}, { - imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-170822.jpg?_wi=6", - imageAlt: "Premium properties", - }, + imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-170822.jpg", imageAlt: "Premium properties"}, { - imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg?_wi=6", - imageAlt: "Urban developments", - }, + imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg", imageAlt: "Urban developments"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg?_wi=7", - imageAlt: "City properties", - }, + imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg", imageAlt: "City properties"}, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg?_wi=8", - imageAlt: "Regional listings", - }, + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg", imageAlt: "Regional listings"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg?_wi=7", - imageAlt: "Quality homes", - }, + imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg", imageAlt: "Quality homes"}, { - imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-170822.jpg?_wi=7", - imageAlt: "Luxury listings", - }, + imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-170822.jpg", imageAlt: "Luxury listings"}, ]} carouselPosition="right" buttons={[ { - text: "Browse Properties", - href: "/browse", - }, + text: "Browse Properties", href: "/browse"}, { - text: "Start Listing", - href: "/list-property", - }, + text: "Start Listing", href: "/list-property"}, ]} buttonAnimation="slide-up" /> @@ -104,48 +84,20 @@ export default function AboutPage() { @@ -179,72 +127,45 @@ export default function AboutPage() { {/* Footer */} @@ -204,72 +159,45 @@ export default function ListPropertyPage() { {/* Footer */} @@ -181,71 +125,50 @@ export default function HomePage() { @@ -283,48 +202,20 @@ export default function HomePage() { @@ -449,72 +294,45 @@ export default function HomePage() { {/* Footer */}