diff --git a/src/app/page.tsx b/src/app/page.tsx index d209fa8..27d3ce2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,65 +30,36 @@ export default function LandingPage() {
@@ -114,32 +85,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Ample Parking", - descriptions: [ - "Convenient surface-level parking located steps from your entry.", - "No complex parking garages or long commutes to your door.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-disabled-woman-by-elevator_23-2149552170.jpg?_wi=2", - }, + id: "1", title: "Ample Parking", descriptions: [ + "Convenient surface-level parking located steps from your entry.", "No complex parking garages or long commutes to your door."], + imageSrc: "http://img.b2bpic.net/free-photo/side-view-disabled-woman-by-elevator_23-2149552170.jpg"}, { - id: "2", - title: "Responsive Management", - descriptions: [ - "On-site, attentive management staff dedicated to your needs.", - "Prompt responses and proactive maintenance for a hassle-free experience.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136874.jpg", - }, + id: "2", title: "Responsive Management", descriptions: [ + "On-site, attentive management staff dedicated to your needs.", "Prompt responses and proactive maintenance for a hassle-free experience."], + imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136874.jpg"}, { - id: "3", - title: "Accessible Design", - descriptions: [ - "Ground-floor access and clear, intuitive building layouts.", - "Perfect for patient traffic, client meetings, and high-frequency visits.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/view-modern-laptops-office_23-2148804560.jpg?_wi=2", - }, + id: "3", title: "Accessible Design", descriptions: [ + "Ground-floor access and clear, intuitive building layouts.", "Perfect for patient traffic, client meetings, and high-frequency visits."], + imageSrc: "http://img.b2bpic.net/free-photo/view-modern-laptops-office_23-2148804560.jpg"}, ]} title="Everything You Need to Succeed" description="We’ve removed the common stressors of office management so you can focus on your clients and growth." @@ -148,63 +104,33 @@ export default function LandingPage() {