From 387190e5c4c4667c0edf6d3e21ce6e11f0e784c0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:27:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94b724f..d0e4d69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "View Listings", href: "#properties" }, { text: "Schedule Consultation", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-outdoor-infinity-swimming-pool-hotel-resort-with-sea-ocean-view-white-cloud-blue-sky_74190-9030.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-outdoor-infinity-swimming-pool-hotel-resort-with-sea-ocean-view-white-cloud-blue-sky_74190-9030.jpg" imageAlt="Luxury beachfront property with golden sunset" mediaAnimation="slide-up" /> @@ -88,14 +88,11 @@ export default function LandingPage() { tag="Strategic Approach" features={[ { - id: "1", title: "Market Analysis & Selection", tags: ["Due Diligence", "Premium Locations"], - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-couple-discussing-with-financial-advisor-while-analyzing-documents-meeting-office_637285-1726.jpg?_wi=1", imageAlt: "Market analysis for real estate investment"}, + id: "1", title: "Market Analysis & Selection", tags: ["Due Diligence", "Premium Locations"], imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-couple-discussing-with-financial-advisor-while-analyzing-documents-meeting-office_637285-1726.jpg", imageAlt: "Market analysis for real estate investment"}, { - id: "2", title: "Portfolio Optimization", tags: ["Risk Management", "Diversification"], - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-couple-discussing-with-financial-advisor-while-analyzing-documents-meeting-office_637285-1726.jpg?_wi=2", imageAlt: "Investment portfolio optimization"}, + id: "2", title: "Portfolio Optimization", tags: ["Risk Management", "Diversification"], imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-couple-discussing-with-financial-advisor-while-analyzing-documents-meeting-office_637285-1726.jpg", imageAlt: "Investment portfolio optimization"}, { - id: "3", title: "Wealth Preservation", tags: ["Legacy Planning", "Tax Efficiency"], - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-couple-discussing-with-financial-advisor-while-analyzing-documents-meeting-office_637285-1726.jpg?_wi=3", imageAlt: "Wealth preservation strategy"}, + id: "3", title: "Wealth Preservation", tags: ["Legacy Planning", "Tax Efficiency"], imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-couple-discussing-with-financial-advisor-while-analyzing-documents-meeting-office_637285-1726.jpg", imageAlt: "Wealth preservation strategy"}, ]} /> @@ -130,9 +127,9 @@ export default function LandingPage() { title="Begin Your Investment Journey" description="Connect with our specialists to explore premium beachfront properties tailored to your investment objectives. Experience personalized service from industry-leading experts." tagIcon={Sparkles} - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-outdoor-infinity-swimming-pool-hotel-resort-with-sea-ocean-view-white-cloud-blue-sky_74190-9030.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-outdoor-infinity-swimming-pool-hotel-resort-with-sea-ocean-view-white-cloud-blue-sky_74190-9030.jpg" imageAlt="Luxury beachfront property" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1