4 Commits

Author SHA1 Message Date
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

View File

@@ -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={[
@@ -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: "Schedule Your Strategy Call", href: "#" }
{ text: "Book a Strategy Call", href: "#" }
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}