diff --git a/src/app/page.tsx b/src/app/page.tsx index 184bedd..bfd5646 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,16 +30,12 @@ export default function LandingPage() { @@ -169,8 +135,7 @@ export default function LandingPage() { textboxLayout="inline-image" useInvertedBackground={true} team={[ - { - id: "owner-1", name: "Local Lead Technician", role: "Owner & Operator", imageSrc: "http://img.b2bpic.net/free-photo/man-overall-cap-smiling_23-2148073095.jpg"}, + { id: "owner-1", name: "Local Lead Technician", role: "Owner & Operator", imageSrc: "http://img.b2bpic.net/free-photo/man-overall-cap-smiling_23-2148073095.jpg" }, ]} title="Meet Your Local HVAC Expert" description="Our owner brings over 13 years of technical experience to every job, ensuring your system runs perfectly." @@ -183,12 +148,9 @@ export default function LandingPage() { title="Serving Jensen Beach & Beyond" tag="Our Community" metrics={[ - { - id: "area1", value: "Jensen", description: "Beach Florida Area"}, - { - id: "area2", value: "Stuart", description: "Service Coverage"}, - { - id: "area3", value: "Port St.", description: "Lucie & Surrounding"}, + { id: "area1", value: "Jensen", description: "Beach Florida Area" }, + { id: "area2", value: "Stuart", description: "Service Coverage" }, + { id: "area3", value: "Port St.", description: "Lucie & Surrounding" }, ]} metricsAnimation="slide-up" /> @@ -198,29 +160,27 @@ export default function LandingPage() {
console.log("Form submitted with: ", email)} />
@@ -228,22 +188,8 @@ export default function LandingPage() {