Merge version_1 into main #2
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user