6 Commits

Author SHA1 Message Date
2632dcd46f Update src/app/page.tsx 2026-03-14 01:13:19 +00:00
a1ebbfad20 Merge version_6 into main
Merge version_6 into main
2026-03-14 01:11:54 +00:00
9ce517a7f5 Update src/app/page.tsx 2026-03-14 01:11:50 +00:00
2e23957121 Merge version_5 into main
Merge version_5 into main
2026-03-14 01:10:05 +00:00
1884570b80 Update src/app/page.tsx 2026-03-14 01:10:01 +00:00
941e14ceb2 Merge version_4 into main
Merge version_4 into main
2026-03-14 01:02:27 +00:00

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-infographic-element-set_52683-7100.jpg", imageAlt: "Website conversion metrics displayed" },
]}
buttons={[
{ text: "Get Your Free Website Audit", href: "#pricing" },
{ text: "Get Free Website Quote", href: "#pricing" },
{ text: "Schedule Call", href: "#contact" },
]}
buttonAnimation="slide-up"
@@ -110,7 +110,7 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardTwo
title="Simple, Transparent Pricing"
description="Choose the plan that fits your business. All plans include custom AI design, mobile optimization, and ongoing support."
description="Choose the plan that fits your business. All plans include custom AI design, mobile optimization, and ongoing support. One-time down payment + monthly recurring fees."
tag="Flexible Plans for Every Business"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -265,4 +265,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}