Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 191ba547e7 | |||
| 98977f9c6b | |||
| c55966af6e | |||
| e79454ddd2 | |||
| 639f6b22d3 | |||
| 9f9efcffe4 | |||
| 68358aa88f | |||
| 5c5b46de1e |
@@ -5,14 +5,14 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
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 (
|
||||
@@ -118,21 +118,51 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<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"
|
||||
<PricingCardThree
|
||||
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", name: "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", name: "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", name: "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", name: "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."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -312,4 +345,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user