diff --git a/src/app/page.tsx b/src/app/page.tsx index 22c1d1e..ef44d8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,9 +36,7 @@ export default function HomePage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", - href: "tel:(770) 979-3311", - }} + text: "Call Now", href: "tel:(770) 979-3311"}} /> @@ -50,30 +48,21 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/knowleadgeable-engineer-commissioned-leaks-checking-making-sure-all-hvac-system-vents-are-clear-debris-efficient-technician-doing-annual-maintenance-inspection-finishing-paperwork_482257-63964.jpg?_wi=1", - imageAlt: "Spence Heating & Air professional technician team", - }, + imageSrc: "http://img.b2bpic.net/free-photo/knowleadgeable-engineer-commissioned-leaks-checking-making-sure-all-hvac-system-vents-are-clear-debris-efficient-technician-doing-annual-maintenance-inspection-finishing-paperwork_482257-63964.jpg", imageAlt: "Spence Heating & Air professional technician team"}, { - imageSrc: "http://img.b2bpic.net/free-photo/ventilation-duct-building-roof_1387-547.jpg", - imageAlt: "Modern HVAC air conditioning unit installation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/ventilation-duct-building-roof_1387-547.jpg", imageAlt: "Modern HVAC air conditioning unit installation"}, ]} rating={5} ratingText="Rated 4.9/5 by local customers" buttons={[ { - text: "Call Now: (770) 979-3311", - href: "tel:(770) 979-3311", - }, + text: "Call Now: (770) 979-3311", href: "tel:(770) 979-3311"}, { - text: "Request Service", - href: "/contact", - }, + text: "Request Service", href: "/contact"}, ]} tagAnimation="slide-up" buttonAnimation="slide-up" mediaAnimation="slide-up" - useInvertedBackground={false} /> @@ -81,29 +70,13 @@ export default function HomePage() {