7 Commits

Author SHA1 Message Date
399c433b7a Update src/app/page.tsx 2026-03-11 22:57:48 +00:00
d40bb3e12c Merge version_3 into main
Merge version_3 into main
2026-03-11 22:56:17 +00:00
dc29e96587 Update src/app/page.tsx 2026-03-11 22:56:13 +00:00
db74a9ae99 Merge version_2 into main
Merge version_2 into main
2026-03-11 22:54:06 +00:00
8018b38473 Update src/app/page.tsx 2026-03-11 22:54:02 +00:00
5fe3fe59ee Merge version_1 into main
Merge version_1 into main
2026-03-11 14:45:47 +00:00
a4a59afd4d Merge version_1 into main
Merge version_1 into main
2026-03-11 14:44:41 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="Customer Acquisition Engine"
tagIcon={Zap}
buttons={[
{ text: "Request a Free Demo Website", href: "contact" },
{ text: "Get Your Free Demo Website", href: "contact" },
{ text: "Book a Call", href: "contact" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/a-modern-clean-website-design-mockup-dis-1773240171755-25981f6a.png"
@@ -247,7 +247,7 @@ export default function LandingPage() {
description="Let's discuss your customer acquisition goals and build a strategy that brings you results. Whether you need a website, ads, creative, or a complete system, we're ready to help."
buttons={[
{ text: "Request Your Free Demo Website", href: "#" },
{ text: "Book a Call", href: "#" }
{ text: "Book a Strategy Call", href: "#" }
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
@@ -263,4 +263,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}