Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-06 19:34:23 +00:00

View File

@@ -177,8 +177,8 @@ export default function HvacPage() {
<ContactCTA
tag="Get Help Now"
tagIcon={CheckCircle}
title="Ready for Uniq Service?"
description="Schedule your appliance repair today and enjoy our premium, reliable service standards."
title="Restore Your Tech Excellence"
description="From smart ovens to cooling systems, our experts are ready to troubleshoot and repair your advanced home electronics."
buttons={[
{ text: "Book Appointment", href: "#contact" },
{ text: "Speak to a Specialist", href: "tel:+15551234567" },
@@ -190,28 +190,28 @@ export default function HvacPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="Uniq Appliance"
logoText="Uniq Electronics"
imageSrc="http://img.b2bpic.net/free-photo/creative-fengshui-practice-living-room-arrangement_23-2149135760.jpg"
columns={[
{
title: "Our Services", items: [
{ label: "Kitchen Repair", href: "#" },
{ label: "Laundry Care", href: "#" },
{ label: "Preventative Plans", href: "#" },
title: "Appliance Care", items: [
{ label: "Smart Kitchen Systems", href: "#" },
{ label: "Cooling & HVAC", href: "#" },
{ label: "Preventative Maintenance", href: "#" },
],
},
{
title: "Resources", items: [
title: "Support", items: [
{ label: "About Us", href: "#" },
{ label: "Testimonials", href: "#" },
{ label: "FAQ", href: "#" },
{ label: "Service FAQ", href: "#" },
{ label: "Track Repair", href: "#" },
],
},
]}
copyrightText="© 2026 | Uniq Appliance Care"
copyrightText="© 2026 | Uniq Electronics Repair Solutions"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}