Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-04 05:53:24 +00:00
2 changed files with 5 additions and 3 deletions

View File

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

View File

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