Merge version_1 into main #2
360
src/app/page.tsx
360
src/app/page.tsx
@@ -33,22 +33,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Vantage Social"
|
||||
/>
|
||||
@@ -56,49 +44,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="Master the Digital Landscape."
|
||||
description="Vantage Social drives premium brand growth with data-centric strategies and visionary creative content for industry leaders."
|
||||
tag="PREMIUM AGENCY"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Growth",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Start Growth", href: "#contact" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-futuristic-illustration-with-particles-with-shallow-depth-field_1048-11935.jpg?_wi=1",
|
||||
imageAlt: "Dashboard",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-with-headphones-listening-music-having-fun_482257-77652.jpg?_wi=1",
|
||||
imageAlt: "Studio",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-creative-illustration_23-2151980714.jpg?_wi=1",
|
||||
imageAlt: "Abstract",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-people-looking-digital-tablet-with-social-media-icons-workplace_23-2147847544.jpg?_wi=1",
|
||||
imageAlt: "Team",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg?_wi=1",
|
||||
imageAlt: "Network",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833347.jpg",
|
||||
imageAlt: "Metrics",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-futuristic-illustration-with-particles-with-shallow-depth-field_1048-11935.jpg", imageAlt: "Dashboard" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-with-headphones-listening-music-having-fun_482257-77652.jpg", imageAlt: "Studio" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/abstract-creative-illustration_23-2151980714.jpg", imageAlt: "Abstract" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/group-people-looking-digital-tablet-with-social-media-icons-workplace_23-2147847544.jpg", imageAlt: "Team" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg", imageAlt: "Network" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833347.jpg", imageAlt: "Metrics" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,21 +65,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Unrivaled Agency Impact"
|
||||
metrics={[
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Growth Generated",
|
||||
value: "$50M+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Community Size",
|
||||
value: "2.5M",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Industry Awards",
|
||||
value: "15",
|
||||
},
|
||||
{ icon: TrendingUp, label: "Growth Generated", value: "$50M+" },
|
||||
{ icon: Users, label: "Community Size", value: "2.5M" },
|
||||
{ icon: Award, label: "Industry Awards", value: "15" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -135,21 +80,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Strategic Auditing",
|
||||
description: "Precision performance reviews for market positioning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/broker-looking-laptop-analyzing-stock-market-invest-trading-stocks-graph_169016-47428.jpg",
|
||||
},
|
||||
{
|
||||
title: "Brand Evolution",
|
||||
description: "Curated visual identities that resonate with your audience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg",
|
||||
},
|
||||
{
|
||||
title: "Content Production",
|
||||
description: "Full-stack cinematic content tailored for engagement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-headphones-getting-ready-podcast_23-2149434268.jpg",
|
||||
},
|
||||
{ title: "Strategic Auditing", description: "Precision performance reviews for market positioning.", imageSrc: "http://img.b2bpic.net/free-photo/broker-looking-laptop-analyzing-stock-market-invest-trading-stocks-graph_169016-47428.jpg" },
|
||||
{ title: "Brand Evolution", description: "Curated visual identities that resonate with your audience.", imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg" },
|
||||
{ title: "Content Production", description: "Full-stack cinematic content tailored for engagement.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-headphones-getting-ready-podcast_23-2149434268.jpg" },
|
||||
]}
|
||||
title="End-to-End Social Mastery"
|
||||
description="Comprehensive tools and strategies for enterprise-grade social execution."
|
||||
@@ -158,64 +91,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Vantage",
|
||||
name: "Growth Strategy",
|
||||
price: "$12,000",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-executive-shaking-hands-with-female-coworker-teamwork-introduction_1163-3928.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Vantage",
|
||||
name: "Creative Studio",
|
||||
price: "$15,000",
|
||||
rating: 5,
|
||||
reviewCount: "38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-purple-arrow-white-background-with-copy-space_23-2148459956.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Vantage",
|
||||
name: "Influencer Hub",
|
||||
price: "$8,500",
|
||||
rating: 4,
|
||||
reviewCount: "19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monitor-showing-ai-virtual-assistant-producing-clips_482257-112677.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Vantage",
|
||||
name: "Brand Audit",
|
||||
price: "$5,000",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-person-writing-big-ideas-with-yellow-crayons-chalkboard_23-2147873995.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Vantage",
|
||||
name: "Engagement Suite",
|
||||
price: "$9,000",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-holding-blocks-social-media-icons-wooden-table_23-2147844529.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Vantage",
|
||||
name: "Social Intelligence",
|
||||
price: "$7,200",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Vantage", name: "Growth Strategy", price: "$12,000", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-shaking-hands-with-female-coworker-teamwork-introduction_1163-3928.jpg" },
|
||||
{ id: "2", brand: "Vantage", name: "Creative Studio", price: "$15,000", rating: 5, reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-purple-arrow-white-background-with-copy-space_23-2148459956.jpg" },
|
||||
{ id: "3", brand: "Vantage", name: "Influencer Hub", price: "$8,500", rating: 4, reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/monitor-showing-ai-virtual-assistant-producing-clips_482257-112677.jpg" },
|
||||
{ id: "4", brand: "Vantage", name: "Brand Audit", price: "$5,000", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-person-writing-big-ideas-with-yellow-crayons-chalkboard_23-2147873995.jpg" },
|
||||
{ id: "5", brand: "Vantage", name: "Engagement Suite", price: "$9,000", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-holding-blocks-social-media-icons-wooden-table_23-2147844529.jpg" },
|
||||
{ id: "6", brand: "Vantage", name: "Social Intelligence", price: "$7,200", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg" },
|
||||
]}
|
||||
title="Service Catalog"
|
||||
description="Scalable packages for rapid digital dominance."
|
||||
@@ -226,15 +112,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Vertex Inc",
|
||||
"Summit Global",
|
||||
"Nexus Media",
|
||||
"Aurora Tech",
|
||||
"Prism Labs",
|
||||
"Echo Ventures",
|
||||
"Flux Dynamics",
|
||||
]}
|
||||
names={["Vertex Inc", "Summit Global", "Nexus Media", "Aurora Tech", "Prism Labs", "Echo Ventures", "Flux Dynamics"]}
|
||||
title="Trusted by Market Leaders"
|
||||
description="We partner with visionary brands defining the future of their industries."
|
||||
speed={30}
|
||||
@@ -247,59 +125,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
badge: "Core",
|
||||
price: "$5,000",
|
||||
subtitle: "Monthly Foundation",
|
||||
features: [
|
||||
"Strategy Audit",
|
||||
"Weekly Content",
|
||||
"Basic Support",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Pro",
|
||||
price: "$12,000",
|
||||
subtitle: "Scalable Growth",
|
||||
features: [
|
||||
"Full Audit",
|
||||
"Daily Content",
|
||||
"Priority Support",
|
||||
"Ads Management",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
badge: "Enterprise",
|
||||
price: "$25,000",
|
||||
subtitle: "Total Dominance",
|
||||
features: [
|
||||
"Everything Pro",
|
||||
"Influencer Hub",
|
||||
"Data Insights",
|
||||
"24/7 Account Manager",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ id: "1", badge: "Core", price: "$5,000", subtitle: "Monthly Foundation", features: ["Strategy Audit", "Weekly Content", "Basic Support"], buttons: [{ text: "Select", href: "#contact" }] },
|
||||
{ id: "2", badge: "Pro", price: "$12,000", subtitle: "Scalable Growth", features: ["Full Audit", "Daily Content", "Priority Support", "Ads Management"], buttons: [{ text: "Select", href: "#contact" }] },
|
||||
{ id: "3", badge: "Enterprise", price: "$25,000", subtitle: "Total Dominance", features: ["Everything Pro", "Influencer Hub", "Data Insights", "24/7 Account Manager"], buttons: [{ text: "Select", href: "#contact" }] },
|
||||
]}
|
||||
title="Engagement Plans"
|
||||
description="Transparent growth tiers for every scale."
|
||||
@@ -311,61 +139,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
date: "Jan 2025",
|
||||
title: "CEO, Vertex",
|
||||
quote: "Vantage transformed our social presence completely.",
|
||||
tag: "Growth",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-futuristic-illustration-with-particles-with-shallow-depth-field_1048-11935.jpg?_wi=2",
|
||||
imageAlt: "business portrait professional",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Alex Chen",
|
||||
date: "Dec 2024",
|
||||
title: "Founder, Nexus",
|
||||
quote: "The data-driven approach is truly unmatched.",
|
||||
tag: "Strategy",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-138.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-with-headphones-listening-music-having-fun_482257-77652.jpg?_wi=2",
|
||||
imageAlt: "business portrait professional",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Ross",
|
||||
date: "Nov 2024",
|
||||
title: "VP Marketing, Prism",
|
||||
quote: "Professional, efficient, and incredibly creative.",
|
||||
tag: "Creative",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-businessman-white-shirt-looking-left-smiling-satisfied-standing-whi_1258-112690.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-creative-illustration_23-2151980714.jpg?_wi=2",
|
||||
imageAlt: "business portrait professional",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Doe",
|
||||
date: "Oct 2024",
|
||||
title: "CTO, Aurora",
|
||||
quote: "Highest ROI we've ever seen on social.",
|
||||
tag: "Performance",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-people-looking-digital-tablet-with-social-media-icons-workplace_23-2147847544.jpg?_wi=2",
|
||||
imageAlt: "business portrait professional",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Nina Scott",
|
||||
date: "Sep 2024",
|
||||
title: "COO, Echo",
|
||||
quote: "Vantage is the partner we always wanted.",
|
||||
tag: "Partnership",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-confident-bearded-man-brown-suit-wearing-glasses-looking-camera-smiling-cheerfully-with-arms-crossed-standing-purple-background_141793-110713.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg?_wi=2",
|
||||
imageAlt: "business portrait professional",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", date: "Jan 2025", title: "CEO, Vertex", quote: "Vantage transformed our social presence completely.", tag: "Growth", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-futuristic-illustration-with-particles-with-shallow-depth-field_1048-11935.jpg", imageAlt: "business portrait professional" },
|
||||
{ id: "2", name: "Alex Chen", date: "Dec 2024", title: "Founder, Nexus", quote: "The data-driven approach is truly unmatched.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-138.jpg", imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-with-headphones-listening-music-having-fun_482257-77652.jpg", imageAlt: "business portrait professional" },
|
||||
{ id: "3", name: "Elena Ross", date: "Nov 2024", title: "VP Marketing, Prism", quote: "Professional, efficient, and incredibly creative.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-businessman-white-shirt-looking-left-smiling-satisfied-standing-whi_1258-112690.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-creative-illustration_23-2151980714.jpg", imageAlt: "business portrait professional" },
|
||||
{ id: "4", name: "James Doe", date: "Oct 2024", title: "CTO, Aurora", quote: "Highest ROI we've ever seen on social.", tag: "Performance", avatarSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg", imageSrc: "http://img.b2bpic.net/free-photo/group-people-looking-digital-tablet-with-social-media-icons-workplace_23-2147847544.jpg", imageAlt: "business portrait professional" },
|
||||
{ id: "5", name: "Nina Scott", date: "Sep 2024", title: "COO, Echo", quote: "Vantage is the partner we always wanted.", tag: "Partnership", avatarSrc: "http://img.b2bpic.net/free-photo/happy-confident-bearded-man-brown-suit-wearing-glasses-looking-camera-smiling-cheerfully-with-arms-crossed-standing-purple-background_141793-110713.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg", imageAlt: "business portrait professional" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Results that speak for themselves."
|
||||
@@ -377,26 +155,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do we get started?",
|
||||
content: "Schedule an initial strategy audit with our team.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you work with startups?",
|
||||
content: "We support brands from Series A growth stages.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is the typical contract?",
|
||||
content: "Flexible monthly rolling retainers after audit.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is content included?",
|
||||
content: "Yes, full production cycles are included in Pro+.",
|
||||
},
|
||||
{ id: "1", title: "How do we get started?", content: "Schedule an initial strategy audit with our team." },
|
||||
{ id: "2", title: "Do you work with startups?", content: "We support brands from Series A growth stages." },
|
||||
{ id: "3", title: "What is the typical contract?", content: "Flexible monthly rolling retainers after audit." },
|
||||
{ id: "4", title: "Is content included?", content: "Yes, full production cycles are included in Pro+." },
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Answers to clarify our premium agency process."
|
||||
@@ -407,9 +169,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
tag="GET IN TOUCH"
|
||||
title="Book Your Strategy Session"
|
||||
description="Let's align your brand goals with data-driven social tactics."
|
||||
@@ -422,45 +182,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Growth",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Strategy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Agency",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "Growth", href: "#" }, { label: "Strategy", href: "#" }] },
|
||||
{ title: "Agency", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
logoText="Vantage Social"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user