Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e79454ddd2 | |||
| 9f9efcffe4 | |||
| 68358aa88f | |||
| 094490d372 | |||
| 5c5b46de1e | |||
| 822a9dec04 | |||
| 8e06006a5a | |||
| 8fd3945599 |
@@ -5,7 +5,8 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "RevFlow Marketing | Local Business Growth & Google Rankings", description: "Get your local business to Google's top #3 in 90-120 days. SEO, paid ads, website design, and content creation."};
|
||||
title: "RevFlow Marketing | Local Business Growth & Google Rankings", description: "Get your local business to Google's top #3 in 90-120 days. SEO, paid ads, website design, and content creation."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a1628;
|
||||
--card: #0f1f3a;
|
||||
--foreground: #e8f0ff;
|
||||
--primary-cta: #2d7bff;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #0f1f3a;
|
||||
--secondary-cta-text: #2d7bff;
|
||||
--accent: #4a9fff;
|
||||
--background-accent: #1a3a6b;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user