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" 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" />