Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-20 19:09:29 +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>
);
}
}