From cfc3a0a41f9dc06f3f341d58bf031af6299fd3f6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 17:23:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41f1660..2500d04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Request a Quote", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e8aeog&_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e8aeog" imageAlt="High-performance speedboat moving fast across the water" showDimOverlay={true} showBlur={true} @@ -116,7 +116,7 @@ export default function LandingPage() { buttonAnimation="slide-up" className="py-20" containerClassName="space-y-12" - titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" textBoxDescriptionClassName="text-lg text-foreground/80" gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6" cardClassName="bg-card p-8 rounded-lg shadow-subtle-shadow hover:shadow-md transition-all hover:scale-105" @@ -183,7 +183,7 @@ export default function LandingPage() { buttonAnimation="slide-up" className="py-20" containerClassName="space-y-12" - titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" textBoxDescriptionClassName="text-lg text-foreground/80" gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6" cardClassName="bg-card p-8 rounded-lg shadow-subtle-shadow hover:shadow-md transition-all hover:scale-105" @@ -223,7 +223,7 @@ export default function LandingPage() {