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