Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -171,7 +171,7 @@ export default function HomePage() {
|
||||
tagAnimation="blur-reveal"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", name: "Starter", price: "$99", badge: "Perfect for new online presence", badgeIcon: Star,
|
||||
id: "starter", name: "Starter", price: "$200", badge: "Perfect for new online presence", badgeIcon: Star,
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started", href: "/contact"
|
||||
@@ -182,7 +182,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "growth", name: "Growth", price: "$149", badge: "Most popular for active businesses", badgeIcon: TrendingUp,
|
||||
id: "growth", name: "Growth", price: "$300", badge: "Most popular for active businesses", badgeIcon: TrendingUp,
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started", href: "/contact"
|
||||
@@ -193,7 +193,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium", name: "Premium", price: "$249", badge: "For scaling success", badgeIcon: Sparkles,
|
||||
id: "premium", name: "Premium", price: "$500", badge: "For scaling success", badgeIcon: Sparkles,
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started", href: "/contact"
|
||||
|
||||
@@ -79,7 +79,7 @@ export default function PricingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", name: "Starter", price: "$99", badge: "Popular", badgeIcon: Star,
|
||||
id: "starter", name: "Starter", price: "$200", badge: "Perfect for new online presence", badgeIcon: Star,
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started", href: "/contact"},
|
||||
@@ -88,7 +88,7 @@ export default function PricingPage() {
|
||||
"Professional website design", "Mobile-friendly & responsive", "Fast, secure hosting", "Email contact form", "Basic SEO setup"],
|
||||
},
|
||||
{
|
||||
id: "growth", name: "Growth", price: "$149", badge: "Best Value", badgeIcon: TrendingUp,
|
||||
id: "growth", name: "Growth", price: "$300", badge: "Most popular for active businesses", badgeIcon: TrendingUp,
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started", href: "/contact"},
|
||||
@@ -97,7 +97,7 @@ export default function PricingPage() {
|
||||
"Everything in Starter, plus:", "Monthly content updates", "Google search optimization", "Performance monitoring", "Monthly improvements"],
|
||||
},
|
||||
{
|
||||
id: "premium", name: "Premium", price: "$249", badge: "Most Complete", badgeIcon: Sparkles,
|
||||
id: "premium", name: "Premium", price: "$500", badge: "For scaling success", badgeIcon: Sparkles,
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started", href: "/contact"},
|
||||
|
||||
Reference in New Issue
Block a user