Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-04-16 06:08:55 +00:00

View File

@@ -38,6 +38,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="3D STUDIO"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
@@ -66,7 +67,6 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="About Studio"
title="Pushing Boundaries"
description="Founded by creative technologists who live at the intersection of art and code, our studio is dedicated to crafting the future of digital expression."
@@ -75,6 +75,7 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kt5pfd&_wi=2"
imageAlt="creative designer workspace"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>