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() {