diff --git a/src/app/page.tsx b/src/app/page.tsx index e2a29e7..05e103f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,6 @@ export default function LandingPage() { tag="Expert HVAC Services" buttons={[{ text: "Call 617-417-6584", href: "tel:617-417-6584" }]} mediaItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775768725847-kuzo8bm3.jpg?_wi=1", imageAlt: "Company Logo" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775768725847-kuzo8bm3.jpg?_wi=1", imageAlt: "Company Logo" } ]} mediaAnimation="slide-up" @@ -149,4 +148,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file