diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7a930f0..189186b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -49,97 +43,51 @@ export default function LandingPage() {
@@ -150,9 +98,7 @@ export default function LandingPage() {
title="Experience the Difference with Alex"
buttons={[
{
- text: "Call Alex Now",
- href: "tel:+15125550123",
- },
+ text: "Call Alex Now", href: "tel:+15125550123"},
]}
/>
@@ -165,45 +111,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- role: "Home Buyer",
- company: "Austin",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg?_wi=2",
- },
+ id: "1", name: "Sarah Johnson", role: "Home Buyer", company: "Austin", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg"},
{
- id: "2",
- name: "Michael Chen",
- role: "Home Buyer",
- company: "Austin",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2",
- },
+ id: "2", name: "Michael Chen", role: "Home Buyer", company: "Austin", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"},
{
- id: "3",
- name: "Emily Rodriguez",
- role: "Home Buyer",
- company: "Austin",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg?_wi=2",
- },
+ id: "3", name: "Emily Rodriguez", role: "Home Buyer", company: "Austin", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg"},
{
- id: "4",
- name: "David Kim",
- role: "Home Buyer",
- company: "Austin",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-realtor-showing-new-house-couple-laptop_23-2148895493.jpg?_wi=2",
- },
+ id: "4", name: "David Kim", role: "Home Buyer", company: "Austin", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiley-realtor-showing-new-house-couple-laptop_23-2148895493.jpg"},
{
- id: "5",
- name: "Laura Smith",
- role: "Home Buyer",
- company: "Austin",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065019.jpg",
- },
+ id: "5", name: "Laura Smith", role: "Home Buyer", company: "Austin", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065019.jpg"},
]}
title="What Austin Homeowners Say"
description="Don't just take our word for it—Alex has built a reputation as the most responsive realtor in town."
@@ -215,20 +136,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Which cities do you serve in Austin?",
- content: "I primarily serve Austin, Round Rock, Cedar Park, and Pflugerville.",
- },
+ id: "1", title: "Which cities do you serve in Austin?", content: "I primarily serve Austin, Round Rock, Cedar Park, and Pflugerville."},
{
- id: "2",
- name: "Can I call after 5 PM?",
- content: "Absolutely! I pride myself on being available for my clients whenever questions arise.",
- },
+ id: "2", title: "Can I call after 5 PM?", content: "Absolutely! I pride myself on being available for my clients whenever questions arise."},
{
- id: "3",
- name: "How long have you been a realtor?",
- content: "I have been helping families in the Austin area find homes for over 8 years.",
- },
+ id: "3", title: "How long have you been a realtor?", content: "I have been helping families in the Austin area find homes for over 8 years."},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -239,14 +151,11 @@ export default function LandingPage() {
@@ -255,13 +164,9 @@ export default function LandingPage() {