diff --git a/src/app/page.tsx b/src/app/page.tsx index 00ae5d9..a668e62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file