From 328039fa06d9e16c7be756bf8cb98ff5aaf637f2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 02:53:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c38b73..18563e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,6 +113,7 @@ export default function LandingPage() { tagIcon={Award} tagAnimation="slide-up" title="5-Star Quality, 24/7 Availability, Trusted Results" + description="Fully insured and bonded • Trusted by 1000+ families • Available 24/7 for your convenience" useInvertedBackground={true} buttons={[ { text: "Book Your Cleaning Today", href: "#contact" } @@ -259,8 +260,8 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "radial-gradient" }} buttons={[ - { text: "Get a Free Quote", href: "#quote" }, - { text: "Call Now: (267) 491-7716", href: "tel:+12674917716" } + { text: "Call Now: (267) 491-7716", href: "tel:+12674917716" }, + { text: "Get a Free Quote", href: "#quote" } ]} /> @@ -306,4 +307,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1