From 366b498bffee48c23beca2d72a1a68b2fba96978 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 23:41:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2b5047..11cd5db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1