Update src/app/page.tsx
This commit is contained in:
253
src/app/page.tsx
253
src/app/page.tsx
@@ -2,16 +2,16 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
|
||||
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Zap, Target, Award, Link2, FolderOpen, Users, Bookmark, FileText, MapPin, Star, CreditCard } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -25,8 +25,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Off-Page SEO", href: "#services" },
|
||||
{ label: "Directory Submission", href: "#services" },
|
||||
{ label: "Link Building", href: "#services" },
|
||||
@@ -34,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -43,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "SEO Guide", href: "#" },
|
||||
{ label: "Link Building Tips", href: "#" },
|
||||
{ label: "Case Studies", href: "/portfolio" },
|
||||
@@ -52,8 +49,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Fiverr Profile", href: "https://fiverr.com" },
|
||||
{ label: "Upwork Profile", href: "https://upwork.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
@@ -69,7 +65,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -91,26 +87,18 @@ export default function HomePage() {
|
||||
tag="SEO Expert"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/a-modern-professional-seo-dashboard-inte-1773384414010-5aacec5e.png"
|
||||
imageAlt="SEO Dashboard with Rankings"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "Founder, TechStartup Inc",
|
||||
testimonial: "Improved our organic traffic by 340% in just 6 months. Absolutely incredible results!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-a-young-south-a-1773384412786-904023f2.png",
|
||||
},
|
||||
name: "Sarah Chen", handle: "Founder, TechStartup Inc", testimonial: "Improved our organic traffic by 340% in just 6 months. Absolutely incredible results!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-a-young-south-a-1773384412786-904023f2.png"},
|
||||
{
|
||||
name: "Marcus Johnson",
|
||||
handle: "CEO, Digital Agency Pro",
|
||||
testimonial: "The best investment we made for our SEO. Professional and results-driven approach.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-a-middle-aged-a-1773384412753-fef02c30.png",
|
||||
},
|
||||
name: "Marcus Johnson", handle: "CEO, Digital Agency Pro", testimonial: "The best investment we made for our SEO. Professional and results-driven approach.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-a-middle-aged-a-1773384412753-fef02c30.png"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get Free SEO Audit", href: "#contact" },
|
||||
@@ -127,25 +115,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "1000+",
|
||||
description: "High-quality backlinks built for clients across multiple industries and niches",
|
||||
},
|
||||
id: "1", value: "1000+", description: "High-quality backlinks built for clients across multiple industries and niches"},
|
||||
{
|
||||
id: "2",
|
||||
value: "50+",
|
||||
description: "Successful SEO campaigns with documented improvements in keyword rankings",
|
||||
},
|
||||
id: "2", value: "50+", description: "Successful SEO campaigns with documented improvements in keyword rankings"},
|
||||
{
|
||||
id: "3",
|
||||
value: "2+",
|
||||
description: "Years of dedicated SEO expertise with proven track record of results",
|
||||
},
|
||||
id: "3", value: "2+", description: "Years of dedicated SEO expertise with proven track record of results"},
|
||||
{
|
||||
id: "4",
|
||||
value: "95%",
|
||||
description: "Client satisfaction rate with long-term partnerships and repeat business",
|
||||
},
|
||||
id: "4", value: "95%", description: "Client satisfaction rate with long-term partnerships and repeat business"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -162,34 +138,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Link2,
|
||||
title: "Off-Page SEO",
|
||||
description: "Strategic backlink acquisition and placement across authoritative domains to boost domain authority",
|
||||
},
|
||||
title: "Off-Page SEO", description: "Strategic backlink acquisition and placement across authoritative domains to boost domain authority"},
|
||||
{
|
||||
icon: FolderOpen,
|
||||
title: "Directory Submission",
|
||||
description: "Manual submission to high-quality business directories and local listings for maximum visibility",
|
||||
},
|
||||
title: "Directory Submission", description: "Manual submission to high-quality business directories and local listings for maximum visibility"},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Profile Backlinks",
|
||||
description: "Creation and optimization of profile backlinks on social media and web 2.0 properties",
|
||||
},
|
||||
title: "Profile Backlinks", description: "Creation and optimization of profile backlinks on social media and web 2.0 properties"},
|
||||
{
|
||||
icon: Bookmark,
|
||||
title: "Social Bookmarking",
|
||||
description: "Strategic distribution across social bookmarking platforms for immediate visibility boost",
|
||||
},
|
||||
title: "Social Bookmarking", description: "Strategic distribution across social bookmarking platforms for immediate visibility boost"},
|
||||
{
|
||||
icon: FileText,
|
||||
title: "Article Submission",
|
||||
description: "High-quality article placement on industry-relevant platforms and article directories",
|
||||
},
|
||||
title: "Article Submission", description: "High-quality article placement on industry-relevant platforms and article directories"},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Local Citation Building",
|
||||
description: "Consistent business citations across local directories to improve local SEO performance",
|
||||
},
|
||||
title: "Local Citation Building", description: "Consistent business citations across local directories to improve local SEO performance"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -206,55 +170,20 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Step 1",
|
||||
name: "Keyword Research",
|
||||
price: "Targeted Selection",
|
||||
rating: 5,
|
||||
reviewCount: "Essential",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/illustration-of-keyword-research-tools-a-1773384413463-96acfa6a.png?_wi=1",
|
||||
imageAlt: "Keyword Research Tools",
|
||||
},
|
||||
id: "1", brand: "Step 1", name: "Keyword Research", price: "Targeted Selection", rating: 5,
|
||||
reviewCount: "Essential", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/illustration-of-keyword-research-tools-a-1773384413463-96acfa6a.png", imageAlt: "Keyword Research Tools"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Step 2",
|
||||
name: "Competitor Analysis",
|
||||
price: "Strategic Planning",
|
||||
rating: 5,
|
||||
reviewCount: "In-Depth",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/competitor-analysis-dashboard-showing-ba-1773384415861-affd1ae9.png?_wi=1",
|
||||
imageAlt: "Competitor Analysis Dashboard",
|
||||
},
|
||||
id: "2", brand: "Step 2", name: "Competitor Analysis", price: "Strategic Planning", rating: 5,
|
||||
reviewCount: "In-Depth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/competitor-analysis-dashboard-showing-ba-1773384415861-affd1ae9.png", imageAlt: "Competitor Analysis Dashboard"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Step 3",
|
||||
name: "Backlink Strategy",
|
||||
price: "Custom Approach",
|
||||
rating: 5,
|
||||
reviewCount: "Customized",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/visual-representation-of-backlink-strate-1773384417143-97cd740d.png?_wi=1",
|
||||
imageAlt: "Backlink Strategy Planning",
|
||||
},
|
||||
id: "3", brand: "Step 3", name: "Backlink Strategy", price: "Custom Approach", rating: 5,
|
||||
reviewCount: "Customized", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/visual-representation-of-backlink-strate-1773384417143-97cd740d.png", imageAlt: "Backlink Strategy Planning"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Step 4",
|
||||
name: "Manual Submissions",
|
||||
price: "Quality Placement",
|
||||
rating: 5,
|
||||
reviewCount: "Premium",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/illustration-showing-directory-submissio-1773384414325-ec3f28c7.png?_wi=1",
|
||||
imageAlt: "Manual Submission Process",
|
||||
},
|
||||
id: "4", brand: "Step 4", name: "Manual Submissions", price: "Quality Placement", rating: 5,
|
||||
reviewCount: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/illustration-showing-directory-submissio-1773384414325-ec3f28c7.png", imageAlt: "Manual Submission Process"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Step 5",
|
||||
name: "Reporting & Tracking",
|
||||
price: "Transparent Results",
|
||||
rating: 5,
|
||||
reviewCount: "Detailed",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/comprehensive-seo-reporting-dashboard-wi-1773384413876-24919a1b.png?_wi=1",
|
||||
imageAlt: "Performance Reporting Dashboard",
|
||||
},
|
||||
id: "5", brand: "Step 5", name: "Reporting & Tracking", price: "Transparent Results", rating: 5,
|
||||
reviewCount: "Detailed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/comprehensive-seo-reporting-dashboard-wi-1773384413876-24919a1b.png", imageAlt: "Performance Reporting Dashboard"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -272,53 +201,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "E-commerce Solutions Ltd",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-a-woman-with-hi-1773384412648-a61a949a.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Emily Rodriguez", role: "Marketing Director", company: "E-commerce Solutions Ltd", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-a-woman-with-hi-1773384412648-a61a949a.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Kim",
|
||||
role: "Founder",
|
||||
company: "Digital Marketing Agency",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-an-asian-man-in-1773384412298-f80cf122.png?_wi=1",
|
||||
},
|
||||
id: "2", name: "David Kim", role: "Founder", company: "Digital Marketing Agency", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-an-asian-man-in-1773384412298-f80cf122.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jennifer Palmer",
|
||||
role: "SEO Manager",
|
||||
company: "Tech Startup Hub",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-a-woman-with-fa-1773384412424-781a05bf.png?_wi=1",
|
||||
},
|
||||
id: "3", name: "Jennifer Palmer", role: "SEO Manager", company: "Tech Startup Hub", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-a-woman-with-fa-1773384412424-781a05bf.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Thompson",
|
||||
role: "Operations Director",
|
||||
company: "B2B Services Corp",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-an-older-man-wi-1773384412627-c83af87d.png",
|
||||
},
|
||||
id: "4", name: "Robert Thompson", role: "Operations Director", company: "B2B Services Corp", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-an-older-man-wi-1773384412627-c83af87d.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Anderson",
|
||||
role: "Business Owner",
|
||||
company: "Local SEO Success",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-a-woman-in-busi-1773384414272-895ff249.png",
|
||||
},
|
||||
id: "5", name: "Lisa Anderson", role: "Business Owner", company: "Local SEO Success", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-a-woman-in-busi-1773384414272-895ff249.png"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael Chang",
|
||||
role: "Growth Manager",
|
||||
company: "Online Retail Pro",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-an-asian-man-in-1773384412156-232f14f3.png",
|
||||
},
|
||||
id: "6", name: "Michael Chang", role: "Growth Manager", company: "Online Retail Pro", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/professional-headshot-of-an-asian-man-in-1773384412156-232f14f3.png"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -336,55 +235,19 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
title: "Starter",
|
||||
price: "$299",
|
||||
period: "/month",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/clean-modern-pricing-card-design-represe-1773384412829-ee74f936.png",
|
||||
imageAlt: "Starter Plan",
|
||||
button: { text: "Get Started", href: "#contact" },
|
||||
id: "starter", title: "Starter", price: "$299", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/clean-modern-pricing-card-design-represe-1773384412829-ee74f936.png", imageAlt: "Starter Plan", button: { text: "Get Started", href: "#contact" },
|
||||
features: [
|
||||
"50+ quality backlinks per month",
|
||||
"10 directory submissions",
|
||||
"Weekly progress reports",
|
||||
"2-week turnaround time",
|
||||
"Email support",
|
||||
],
|
||||
"50+ quality backlinks per month", "10 directory submissions", "Weekly progress reports", "2-week turnaround time", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "growth",
|
||||
title: "Growth",
|
||||
price: "$599",
|
||||
period: "/month",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/mid-level-pricing-card-design-representi-1773384414193-b25f2e70.png",
|
||||
imageAlt: "Growth Plan",
|
||||
button: { text: "Get Started", href: "#contact" },
|
||||
id: "growth", title: "Growth", price: "$599", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/mid-level-pricing-card-design-representi-1773384414193-b25f2e70.png", imageAlt: "Growth Plan", button: { text: "Get Started", href: "#contact" },
|
||||
features: [
|
||||
"150+ quality backlinks per month",
|
||||
"25 directory submissions",
|
||||
"Bi-weekly progress reports",
|
||||
"1-week turnaround time",
|
||||
"Priority email support",
|
||||
"Competitor analysis included",
|
||||
],
|
||||
"150+ quality backlinks per month", "25 directory submissions", "Bi-weekly progress reports", "1-week turnaround time", "Priority email support", "Competitor analysis included"],
|
||||
},
|
||||
{
|
||||
id: "authority",
|
||||
title: "Authority",
|
||||
price: "$999",
|
||||
period: "/month",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/premium-pricing-card-design-representing-1773384413739-0c772f65.png",
|
||||
imageAlt: "Authority Plan",
|
||||
button: { text: "Get Started", href: "#contact" },
|
||||
id: "authority", title: "Authority", price: "$999", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsaxfACLGDYTKmx06nTFLZ8kRQ/premium-pricing-card-design-representing-1773384413739-0c772f65.png", imageAlt: "Authority Plan", button: { text: "Get Started", href: "#contact" },
|
||||
features: [
|
||||
"300+ premium backlinks per month",
|
||||
"50+ directory submissions",
|
||||
"Weekly detailed reports",
|
||||
"3-day turnaround time",
|
||||
"24/7 dedicated support",
|
||||
"Custom strategy consultation",
|
||||
"Brand monitoring included",
|
||||
],
|
||||
"300+ premium backlinks per month", "50+ directory submissions", "Weekly detailed reports", "3-day turnaround time", "24/7 dedicated support", "Custom strategy consultation", "Brand monitoring included"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user