4 Commits

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

@@ -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="Down payment covers full custom design & setup—then just pay monthly. Choose the plan that fits your business. All plans include custom AI design, mobile optimization, and ongoing support."
tag="Flexible Plans for Every Business"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -265,4 +265,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}