2 Commits

Author SHA1 Message Date
29984d4c74 Update src/app/page.tsx 2025-12-24 14:52:06 +00:00
f9a57be598 Update src/app/layout.tsx 2025-12-24 14:52:05 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1270,4 +1270,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
logoText="TechVenture" logoText="Yo YoLOCKED_SELECTION JSON"
description="Build the future with intelligent software solutions. We empower startups and enterprises with cutting-edge technology platforms that scale." description="Build the future with intelligent software solutions. We empower startups and enterprises with cutting-edge technology platforms that scale."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg"
imageAlt="Modern tech startup office environment" imageAlt="Modern tech startup office environment"
@@ -392,4 +392,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }