diff --git a/src/app/page.tsx b/src/app/page.tsx
index 581325a..b105d7a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
@@ -68,15 +54,12 @@ export default function LandingPage() {
@@ -228,25 +146,15 @@ export default function LandingPage() {
author="Dr. Evelyn Reed, Investor"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg",
- alt: "Sarah Johnson",
- },
+ src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", alt: "Sarah Johnson"},
{
- src: "http://img.b2bpic.net/free-photo/young-woman-black-coat-using-phone_1303-29679.jpg",
- alt: "Michael Chen",
- },
+ src: "http://img.b2bpic.net/free-photo/young-woman-black-coat-using-phone_1303-29679.jpg", alt: "Michael Chen"},
{
- src: "http://img.b2bpic.net/free-photo/handsome-smiling-young-man-sitting-office-coworking_171337-17642.jpg",
- alt: "Emily Rodriguez",
- },
+ src: "http://img.b2bpic.net/free-photo/handsome-smiling-young-man-sitting-office-coworking_171337-17642.jpg", alt: "Emily Rodriguez"},
{
- src: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg",
- alt: "David Kim",
- },
+ src: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg", alt: "David Kim"},
{
- src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
- alt: "Jessica Lee",
- },
+ src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "Jessica Lee"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="opacity"
@@ -260,33 +168,13 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
- id: "t1",
- name: "Alexander Hayes",
- role: "Senior Sales Director",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg",
- imageAlt: "Alexander Hayes",
- },
+ id: "t1", name: "Alexander Hayes", role: "Senior Sales Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg", imageAlt: "Alexander Hayes"},
{
- id: "t2",
- name: "Isabella Chen",
- role: "Investment Property Specialist",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg",
- imageAlt: "Isabella Chen",
- },
+ id: "t2", name: "Isabella Chen", role: "Investment Property Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg", imageAlt: "Isabella Chen"},
{
- id: "t3",
- name: "Marcus Thorne",
- role: "Commercial Real Estate Expert",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-hands-pockets-standing-bedroom_23-2148112193.jpg",
- imageAlt: "Marcus Thorne",
- },
+ id: "t3", name: "Marcus Thorne", role: "Commercial Real Estate Expert", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-hands-pockets-standing-bedroom_23-2148112193.jpg", imageAlt: "Marcus Thorne"},
{
- id: "t4",
- name: "Sophia Rodriguez",
- role: "Residential Luxury Consultant",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064878.jpg",
- imageAlt: "Sophia Rodriguez",
- },
+ id: "t4", name: "Sophia Rodriguez", role: "Residential Luxury Consultant", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064878.jpg", imageAlt: "Sophia Rodriguez"},
]}
title="Meet Our Expert Agents"
description="Our dedicated team of real estate professionals combines unparalleled expertise with a passion for client success. Each agent is committed to providing you with exceptional service, tailored advice, and access to exclusive opportunities in the luxury market."
@@ -299,20 +187,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "How does the mortgage calculator work?",
- content: "Our intuitive mortgage calculator allows you to estimate your monthly payments based on loan amount, interest rate, and term. It's designed to give you a clear financial overview for your potential property purchase.",
- },
+ id: "q1", title: "How does the mortgage calculator work?", content: "Our intuitive mortgage calculator allows you to estimate your monthly payments based on loan amount, interest rate, and term. It's designed to give you a clear financial overview for your potential property purchase."},
{
- id: "q2",
- title: "What types of financing options are available for luxury properties?",
- content: "We connect you with a network of premium lenders offering bespoke financing solutions, including conventional loans, jumbo mortgages, and portfolio loans tailored for high-value real estate investments.",
- },
+ id: "q2", title: "What types of financing options are available for luxury properties?", content: "We connect you with a network of premium lenders offering bespoke financing solutions, including conventional loans, jumbo mortgages, and portfolio loans tailored for high-value real estate investments."},
{
- id: "q3",
- title: "Can I get assistance with investment property analysis?",
- content: "Absolutely. Our team provides in-depth analysis for investment properties, including ROI projections, market performance data, and risk assessments to help you make informed decisions and maximize returns.",
- },
+ id: "q3", title: "Can I get assistance with investment property analysis?", content: "Absolutely. Our team provides in-depth analysis for investment properties, including ROI projections, market performance data, and risk assessments to help you make informed decisions and maximize returns."},
]}
imageSrc="http://img.b2bpic.net/free-photo/worktable-with-report-laptop_1150-357.jpg"
imageAlt="Financial planning tools and charts"
@@ -327,31 +206,20 @@ export default function LandingPage() {