Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-17 23:41:26 +00:00

View File

@@ -90,6 +90,11 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{
text: "Book Your Appointment", href: "/contact"
}
]}
features={[
{
id: "s1", title: "Air Conditioning", subtitle: "Repairs & Maintenance", category: "Cooling", value: "Lower your energy bills with efficient maintenance."},
@@ -187,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}