Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-13 17:23:07 +00:00

View File

@@ -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() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e8aeog&_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e8aeog"
imageAlt="Marine engines and boats"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },