Update src/app/page.tsx

This commit is contained in:
2026-04-28 11:43:52 +00:00
parent be99bbb8a8
commit c5fe8ebfd0

View File

@@ -51,6 +51,7 @@ export default function LandingPage() {
title="Redefining Digital Depth"
description="We craft immersive 3D experiences that bridge the gap between imagination and digital reality. Elevate your brand with precision-engineered 3D design."
tag="Innovative 3D Agency"
buttons={[{ text: "Get a Proposal", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419519.jpg", imageAlt: "3d digital sculpture glass render"},
@@ -194,4 +195,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}