2 Commits

Author SHA1 Message Date
366b498bff Update src/app/page.tsx 2026-04-17 23:41:20 +00:00
54a566747d Merge version_2 into main
Merge version_2 into main
2026-04-17 23:40:29 +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>
);
}
}