From c791af0d4ec1cb815cf7fb1f824241dc133a0a25 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 20:14:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59602f6..cdf8e39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,7 @@ export default function HvacKingsPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E32tVJsNXRHhIVoC6NU9Vo0ScJ/uploaded-1779394408249-apig5orn.png" mediaAnimation="slide-up" metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -77,13 +78,14 @@ export default function HvacKingsPage() { textboxLayout="default" features={[ { - title: "Heating & Furnaces", description: "Efficient installation and repair for all types of heating units.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E32tVJsNXRHhIVoC6NU9Vo0ScJ/uploaded-1779394408249-p37jt0ql.png"}, + title: "Heating & Furnaces", description: "Efficient installation and repair for all types of heating units.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E32tVJsNXRHhIVoC6NU9Vo0ScJ/uploaded-1779394408249-p37jt0ql.png"}, { - title: "AC Systems", description: "Keeping your home cool and comfortable throughout Toronto summers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E32tVJsNXRHhIVoC6NU9Vo0ScJ/uploaded-1779394408249-eepeixbg.png"}, + title: "AC Systems", description: "Keeping your home cool and comfortable throughout Toronto summers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E32tVJsNXRHhIVoC6NU9Vo0ScJ/uploaded-1779394408249-eepeixbg.png"}, { - title: "24/7 Support", description: "We are always available when you need us most for emergency repairs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E32tVJsNXRHhIVoC6NU9Vo0ScJ/uploaded-1779394408249-7gfacg0k.png"}, + title: "24/7 Support", description: "We are always available when you need us most for emergency repairs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E32tVJsNXRHhIVoC6NU9Vo0ScJ/uploaded-1779394408249-7gfacg0k.png"}, ]} gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} /> @@ -98,6 +100,7 @@ export default function HvacKingsPage() { showRating={true} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -110,6 +113,7 @@ export default function HvacKingsPage() { { id: "2", title: "Are you licensed?", content: "Yes, all our technicians are fully licensed and insured." }, ]} faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -123,6 +127,7 @@ export default function HvacKingsPage() { { text: "Email Us", href: "mailto:support@hvackings.to" }, ]} background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1