4 Commits

Author SHA1 Message Date
e79454ddd2 Update src/app/page.tsx 2026-03-05 16:09:04 +00:00
9f9efcffe4 Update src/app/page.tsx 2026-03-05 16:03:30 +00:00
68358aa88f Merge version_3 into main
Merge version_3 into main
2026-03-05 15:28:08 +00:00
5c5b46de1e Merge version_3 into main
Merge version_3 into main
2026-03-05 13:38:26 +00:00

View File

@@ -12,7 +12,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Sparkles, Zap, CheckCircle, Package, Award, Star, HelpCircle, Rocket, Linkedin, Twitter, Facebook, Mail } from 'lucide-react';
import { Sparkles, Zap, CheckCircle, Package, Award, Star, HelpCircle, Rocket, Linkedin, Twitter, Facebook, Mail, Clock, Zap as ZapIcon } from 'lucide-react';
export default function LandingPage() {
return (
@@ -119,20 +119,50 @@ export default function LandingPage() {
<div id="offer" data-section="offer">
<PricingCardTwo
title="Our Core Offer: The Complete Package"
description="Get your local business ranking in Google's top #3 positions within 90-120 days with our proven methodology"
title="Our Core Offers: Premium Pricing Packages"
description="Choose the perfect plan for your business growth with our flexible pricing options"
tag="What We Deliver"
tagIcon={CheckCircle}
tagAnimation="slide-up"
plans={[
{
id: "core-package", badge: "Core Growth Package", badgeIcon: Sparkles,
price: "Starting at $5,000/month", subtitle: "90-120 Day Program to Top #3", buttons: [
id: "seo-package", badge: "Guaranteed SEO", badgeIcon: CheckCircle,
price: "$299/month", subtitle: "Premium Monthly Plan", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#faq" }
],
features: [
"Strategic SEO optimization for local search", "Google business profile optimization", "Comprehensive local authority building", "Paid advertising management (Google & Social)", "Professional website development", "Full-service content creation", "Monthly reporting and analytics", "Dedicated account manager"
"Guaranteed SEO optimization", "Professional website included", "Ads management for campaigns", "Content creation services"
]
},
{
id: "content-social-ig-li", badge: "Social Growth Starter", badgeIcon: Sparkles,
price: "$699", subtitle: "Content + Instagram & LinkedIn", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#faq" }
],
features: [
"Content creation & strategy", "Instagram management", "LinkedIn management", "Monthly analytics reports"
]
},
{
id: "content-social-full", badge: "Social Growth Pro", badgeIcon: Sparkles,
price: "$699", subtitle: "Content + Full Social Media", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#faq" }
],
features: [
"Content creation & strategy", "Instagram management", "LinkedIn management", "YouTube management", "Facebook management", "Cross-platform coordination"
]
},
{
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: [
{ text: "Claim Limited Offer", href: "#contact" },
{ text: "Learn More", href: "#faq" }
],
features: [
"Content creation services", "10 premium ad designs", "10 carousel posts", "10 motion graphic reels", "Valid for 30 days only", "First 3 clients only - spots filling up!"
]
}
]}
@@ -150,7 +180,7 @@ export default function LandingPage() {
tagIcon={Package}
tagAnimation="slide-up"
buttons={[
{ text: "Request Custom Quote", href: "#contact" }
{ text: "Request $699", href: "#contact" }
]}
buttonAnimation="blur-reveal"
textboxLayout="default"
@@ -274,6 +304,9 @@ export default function LandingPage() {
},
{
id: "8", title: "How do you measure success?", content: "We track multiple metrics: Google rankings, website traffic, lead generation, conversion rates, and ROI. You'll receive detailed monthly reports showing exactly how your investment is performing and the growth being achieved."
},
{
id: "9", title: "What is your limited-time offer about?", content: "We're offering our premium package worth $1,799 for just $1,119 - exclusively for the first 3 clients. This includes content creation, 10 ad designs, 10 carousel posts, and 10 motion graphic reels, valid for 30 days. This is a limited-time opportunity to get premium services at a special rate."
}
]}
/>