Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e79454ddd2 | |||
| 9f9efcffe4 | |||
| 68358aa88f | |||
| 094490d372 | |||
| 5c5b46de1e | |||
| 822a9dec04 | |||
| 8e06006a5a | |||
| 8fd3945599 | |||
| f5f665f71d | |||
| 46378429fb | |||
| 6ea90b0c46 | |||
| ebd387370c | |||
| d5f401b246 |
@@ -1,53 +1,21 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Montserrat } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const montserrat = Montserrat({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
variable: "--font-montserrat", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "RevFlow Marketing | Local Business Rankings & Growth Strategy", description: "Get your local business to Google's top #3 in 90-120 days. RevFlow Marketing offers comprehensive services: SEO, ads, web design, content creation, and AI support.", keywords: "local SEO, Google rankings, digital marketing, local business growth, web design, paid ads, content creation", metadataBase: new URL("https://revflowmarketing.com"),
|
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."
|
||||||
alternates: {
|
|
||||||
canonical: "https://revflowmarketing.com"
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "RevFlow Marketing | Dominate Your Local Market", description: "Professional marketing agency specializing in getting local businesses to Google's top #3 rankings.", siteName: "RevFlow Marketing", type: "website", images: [
|
|
||||||
{
|
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWlyBSSo3D2vFeOGeN5xqvt1Np/a-dynamic-marketing-agency-dashboard-sho-1772717042236-4d6f35cc.png", alt: "RevFlow Marketing - Professional Marketing Solutions"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "RevFlow Marketing | Local Business Growth", description: "Get your business ranking in Google's top #3 within 90-120 days", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWlyBSSo3D2vFeOGeN5xqvt1Np/a-dynamic-marketing-agency-dashboard-sho-1772717042236-4d6f35cc.png"]
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body className={inter.className}>{children}
|
||||||
<body
|
|
||||||
className={`${montserrat.variable} ${inter.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1415,7 +1383,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -119,20 +119,50 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="offer" data-section="offer">
|
<div id="offer" data-section="offer">
|
||||||
<PricingCardTwo
|
<PricingCardTwo
|
||||||
title="Our Core Offer: The Complete Package"
|
title="Our Core Offers: Premium Pricing Packages"
|
||||||
description="Get your local business ranking in Google's top #3 positions within 90-120 days with our proven methodology"
|
description="Choose the perfect plan for your business growth with our flexible pricing options"
|
||||||
tag="What We Deliver"
|
tag="What We Deliver"
|
||||||
tagIcon={CheckCircle}
|
tagIcon={CheckCircle}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "core-package", badge: "Core Growth Package", badgeIcon: Sparkles,
|
id: "seo-package", badge: "Guaranteed SEO", badgeIcon: CheckCircle,
|
||||||
price: "Custom Pricing", subtitle: "90-120 Day Program to Top #3", buttons: [
|
price: "$299/month", subtitle: "Premium Monthly Plan", buttons: [
|
||||||
{ text: "Get Started", href: "#contact" },
|
{ text: "Get Started", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#faq" }
|
{ text: "Learn More", href: "#faq" }
|
||||||
],
|
],
|
||||||
features: [
|
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}
|
tagIcon={Package}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Request Custom Quote", href: "#contact" }
|
{ text: "Request $699", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -168,7 +198,7 @@ export default function LandingPage() {
|
|||||||
id: "support", name: "AI Customer Support (Coming Soon)", price: "Starting $300/mo", variant: "24/7 Chatbot • Lead Generation • Integration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWlyBSSo3D2vFeOGeN5xqvt1Np/ai-customer-support-chatbot-interface-on-1772717041988-aa2e77dc.png?_wi=2", imageAlt: "AI-powered customer support"
|
id: "support", name: "AI Customer Support (Coming Soon)", price: "Starting $300/mo", variant: "24/7 Chatbot • Lead Generation • Integration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWlyBSSo3D2vFeOGeN5xqvt1Np/ai-customer-support-chatbot-interface-on-1772717041988-aa2e77dc.png?_wi=2", imageAlt: "AI-powered customer support"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "automation", name: "AI Automation (Coming Soon)", price: "Custom Pricing", variant: "Workflow • Integration • Efficiency Boost", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWlyBSSo3D2vFeOGeN5xqvt1Np/business-automation-workflow-visualizati-1772717043564-74ad84da.png?_wi=2", imageAlt: "Business automation solutions"
|
id: "automation", name: "AI Automation (Coming Soon)", price: "Starting $1,500/month", variant: "Workflow • Integration • Efficiency Boost", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWlyBSSo3D2vFeOGeN5xqvt1Np/business-automation-workflow-visualizati-1772717043564-74ad84da.png?_wi=2", imageAlt: "Business automation solutions"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "management", name: "Ongoing Website Management", price: "Starting $400/mo", variant: "Updates • Maintenance • Optimization • Support", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWlyBSSo3D2vFeOGeN5xqvt1Np/professional-website-building-showcase-d-1772717043206-b8371b34.png?_wi=5", imageAlt: "Website management services"
|
id: "management", name: "Ongoing Website Management", price: "Starting $400/mo", variant: "Updates • Maintenance • Optimization • Support", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWlyBSSo3D2vFeOGeN5xqvt1Np/professional-website-building-showcase-d-1772717043206-b8371b34.png?_wi=5", imageAlt: "Website management services"
|
||||||
@@ -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: "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;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a1628;
|
--background: #ffffff;
|
||||||
--card: #0f1f3a;
|
--card: #f9f9f9;
|
||||||
--foreground: #e8f0ff;
|
--foreground: #120006e6;
|
||||||
--primary-cta: #2d7bff;
|
--primary-cta: #e63946;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #0f1f3a;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #2d7bff;
|
--secondary-cta-text: #120006e6;
|
||||||
--accent: #4a9fff;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #1a3a6b;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user