12 Commits

Author SHA1 Message Date
05a36aa8c2 Update src/app/page.tsx 2026-03-11 23:14:23 +00:00
10421ae757 Merge version_7 into main
Merge version_7 into main
2026-03-11 23:11:02 +00:00
8ce25cecb5 Update src/app/page.tsx 2026-03-11 23:10:58 +00:00
02205a875c Merge version_6 into main
Merge version_6 into main
2026-03-11 23:06:42 +00:00
e5ade33959 Update src/app/page.tsx 2026-03-11 23:06:38 +00:00
a88652740b Merge version_5 into main
Merge version_5 into main
2026-03-11 23:03:43 +00:00
ca414730e7 Update src/app/page.tsx 2026-03-11 23:03:39 +00:00
29ffd52d74 Merge version_4 into main
Merge version_4 into main
2026-03-11 22:57:52 +00:00
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

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"
@@ -164,7 +164,7 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardEight
title="Ad Creative Pricing"
description="Professional monthly ad creative packages to keep your campaigns fresh and competitive."
description="Professional monthly ad creative packages to keep your campaigns fresh and competitive. These plans cover ad creative production only. For website design and Meta ads management, please contact us for a custom quote or book a strategy call."
tag="Transparent Pricing"
tagIcon={DollarSign}
plans={[
@@ -246,8 +246,8 @@ export default function LandingPage() {
title="Start Getting More Customers Today"
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: "Schedule Your Strategy Call", href: "#" }
{ text: "Request Your Free Demo Website", href: "contact" },
{ text: "Schedule a Call", href: "contact" }
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
@@ -263,4 +263,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}