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 +}