2 Commits

Author SHA1 Message Date
d78a2dc84c Update src/app/page.tsx 2026-05-14 05:44:44 +00:00
86cc77cdd0 Merge version_3 into main
Merge version_3 into main
2026-05-14 05:40:37 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
title="Idea to Website, Instantly" title="Launch Your Professional Website in Seconds"
description="Generate websites instantly and customize to perfection. Webild turns your vision into a professional production-grade site." description="Generate websites instantly and customize to perfection. Webild turns your vision into a professional production-grade site."
buttons={[{ text: "Get Started", href: "#contact" }]} buttons={[{ text: "Get Started", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2392.jpg" imageSrc="http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2392.jpg"
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }