2 Commits

Author SHA1 Message Date
9ea6f22fa1 Update src/app/page.tsx 2026-04-20 19:09:25 +00:00
1bbf9eb8ef Merge version_3 into main
Merge version_3 into main
2026-04-20 19:08:03 +00:00

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{ variant: "glowing-orb" }}
logoText="Iron Man 3D Initiative"
logoText="Master Your Digital Workflow"
description="Step into the future with our premier 3D immersive hero model. Experience precision, power, and design."
buttons={[{ text: "Explore Core", href: "#features" }, { text: "View Tech", href: "/tech" }]}
imageSrc="http://img.b2bpic.net/free-photo/shoot-fantastic-alien_23-2151648314.jpg"
@@ -183,4 +183,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}