Merge version_5 into main #10

Merged
bender merged 1 commits from version_5 into main 2026-03-05 16:12:39 +00:00

View File

@@ -127,7 +127,7 @@ export default function LandingPage() {
plans={[
{
id: "seo-package", badge: "Guaranteed SEO", badgeIcon: CheckCircle,
price: "$299/month", subtitle: "Premium Monthly Plan", buttons: [
price: "$299/month", name: "Premium Monthly Plan", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#faq" }
],
@@ -137,7 +137,7 @@ export default function LandingPage() {
},
{
id: "content-social-ig-li", badge: "Social Growth Starter", badgeIcon: Sparkles,
price: "$699", subtitle: "Content + Instagram & LinkedIn", buttons: [
price: "$699", name: "Content + Instagram & LinkedIn", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#faq" }
],
@@ -147,7 +147,7 @@ export default function LandingPage() {
},
{
id: "content-social-full", badge: "Social Growth Pro", badgeIcon: Sparkles,
price: "$699", subtitle: "Content + Full Social Media", buttons: [
price: "$699", name: "Content + Full Social Media", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#faq" }
],
@@ -157,7 +157,7 @@ export default function LandingPage() {
},
{
id: "limited-time-offer", badge: "⏰ LIMITED TIME: First 3 Clients Only", badgeIcon: Clock,
price: "$1,119", subtitle: "Regular Price $1,799 • Valid 30 Days", buttons: [
price: "$1,119", name: "Regular Price $1,799 • Valid 30 Days", buttons: [
{ text: "Claim Limited Offer", href: "#contact" },
{ text: "Learn More", href: "#faq" }
],
@@ -345,4 +345,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}