From 91dc8f5e1915b95bb75a6a2c528b566dcdf23b83 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:53:19 +0000 Subject: [PATCH 1/2] 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 485110a..cd3b0f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function HomePage() { tag="Open 24 Hours" tagIcon={Clock} tagAnimation="slide-up" - background={{ variant: "animated-grid" }} + background={{ variant: "circleGradient" }} mediaItems={[ { imageSrc: @@ -80,7 +80,7 @@ export default function HomePage() { ]} buttons={[ { text: "Call Now (08) 9468 8014", href: "tel:0894688014" }, - { text: "Get a Free Quote", href: "/contact" }, + { text: "Get a Free Quote", href: "#contact" }, ]} buttonAnimation="slide-up" mediaAnimation="blur-reveal" @@ -123,6 +123,7 @@ export default function HomePage() { textBoxClassName="text-center mb-12" titleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" cardTitleClassName="text-lg font-manrope font-semibold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/70 mt-3" /> @@ -136,7 +137,7 @@ export default function HomePage() { useInvertedBackground={true} buttons={[ { text: "Learn More", href: "/about" }, - { text: "Get a Quote", href: "/contact" }, + { text: "Get a Quote", href: "#contact" }, ]} buttonAnimation="slide-up" className="py-16 md:py-24 bg-background-accent/30" -- 2.49.1 From e46ed6b53605c4a81cf26a557947c96d88e1e867 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:53:20 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index aca2b04..60bbd14 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -73,6 +73,7 @@ export default function ServicesPage() { textBoxClassName="text-center mb-12" titleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" cardTitleClassName="text-lg font-manrope font-semibold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/70 mt-3" /> -- 2.49.1