Merge version_1 into main #1
196
src/app/page.tsx
196
src/app/page.tsx
@@ -31,91 +31,58 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Results", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
]}
|
||||
brandName="Vantage Social"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Redefining Digital Authority."
|
||||
description="Premium social media strategies engineered for high-growth brands. Elevate your presence with data-driven creative and unmatched precision."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
alt: "Team member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "Team member"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg",
|
||||
alt: "Team member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", alt: "Team member"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/classic-studio-portrait-black-american-male-dressed-suit-grey-vignette-background_613910-9578.jpg",
|
||||
alt: "Team member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/classic-studio-portrait-black-american-male-dressed-suit-grey-vignette-background_613910-9578.jpg", alt: "Team member"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg",
|
||||
alt: "Team member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg", alt: "Team member"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
|
||||
alt: "Team member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Team member"},
|
||||
]}
|
||||
avatarText="Trusted by industry leaders."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Strategy",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Strategy", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Brand Growth",
|
||||
icon: TrendingUp,
|
||||
type: "text-icon", text: "Brand Growth", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Creative Strategy",
|
||||
icon: Palette,
|
||||
type: "text-icon", text: "Creative Strategy", icon: Palette,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Data Insights",
|
||||
icon: BarChart,
|
||||
type: "text-icon", text: "Data Insights", icon: BarChart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Performance Marketing",
|
||||
icon: Target,
|
||||
type: "text-icon", text: "Performance Marketing", icon: Target,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Audience Engagement",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Audience Engagement", icon: Users,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -138,39 +105,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Growth Strategy",
|
||||
subtitle: "High-impact roadmaps",
|
||||
category: "Strategy",
|
||||
value: "Strategic",
|
||||
buttons: [
|
||||
id: "f1", title: "Growth Strategy", subtitle: "High-impact roadmaps", category: "Strategy", value: "Strategic", buttons: [
|
||||
{
|
||||
text: "Learn more",
|
||||
},
|
||||
text: "Learn more"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Creative Production",
|
||||
subtitle: "Premium visual assets",
|
||||
category: "Creative",
|
||||
value: "Visual",
|
||||
buttons: [
|
||||
id: "f2", title: "Creative Production", subtitle: "Premium visual assets", category: "Creative", value: "Visual", buttons: [
|
||||
{
|
||||
text: "Learn more",
|
||||
},
|
||||
text: "Learn more"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Deep Analytics",
|
||||
subtitle: "Real-time performance",
|
||||
category: "Data",
|
||||
value: "Metric",
|
||||
buttons: [
|
||||
id: "f3", title: "Deep Analytics", subtitle: "Real-time performance", category: "Data", value: "Metric", buttons: [
|
||||
{
|
||||
text: "Learn more",
|
||||
},
|
||||
text: "Learn more"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -187,25 +136,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500%+",
|
||||
title: "Growth Rate",
|
||||
description: "Average quarterly engagement uplift",
|
||||
icon: TrendingUp,
|
||||
id: "m1", value: "500%+", title: "Growth Rate", description: "Average quarterly engagement uplift", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1.2M",
|
||||
title: "Reach",
|
||||
description: "Combined audience exposure",
|
||||
icon: Users,
|
||||
id: "m2", value: "1.2M", title: "Reach", description: "Combined audience exposure", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "95%",
|
||||
title: "Client Retention",
|
||||
description: "Long-term partnership success",
|
||||
icon: Award,
|
||||
id: "m3", value: "95%", title: "Client Retention", description: "Long-term partnership success", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Impact at Scale"
|
||||
@@ -219,55 +156,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena Vance",
|
||||
date: "Jan 2024",
|
||||
title: "CEO",
|
||||
quote: "The most professional agency we have ever worked with.",
|
||||
tag: "Growth",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-building-defocused_1194-1125.jpg",
|
||||
},
|
||||
id: "t1", name: "Elena Vance", date: "Jan 2024", title: "CEO", quote: "The most professional agency we have ever worked with.", tag: "Growth", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/interior-building-defocused_1194-1125.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark Sterling",
|
||||
date: "Feb 2024",
|
||||
title: "Founder",
|
||||
quote: "Strategic thinkers with a creative flair. Highly recommend.",
|
||||
tag: "Strategy",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098531.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark Sterling", date: "Feb 2024", title: "Founder", quote: "Strategic thinkers with a creative flair. Highly recommend.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098531.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia Chen",
|
||||
date: "Mar 2024",
|
||||
title: "CMO",
|
||||
quote: "Data-driven results like no other partner.",
|
||||
tag: "Analytics",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/classic-studio-portrait-black-american-male-dressed-suit-grey-vignette-background_613910-9578.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-transparent-walls_1203-622.jpg",
|
||||
},
|
||||
id: "t3", name: "Sophia Chen", date: "Mar 2024", title: "CMO", quote: "Data-driven results like no other partner.", tag: "Analytics", avatarSrc: "http://img.b2bpic.net/free-photo/classic-studio-portrait-black-american-male-dressed-suit-grey-vignette-background_613910-9578.jpg", imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-transparent-walls_1203-622.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Thorne",
|
||||
date: "Apr 2024",
|
||||
title: "Managing Director",
|
||||
quote: "They understand modern digital aesthetics perfectly.",
|
||||
tag: "Brand",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-waiting-room_1203-1254.jpg",
|
||||
},
|
||||
id: "t4", name: "David Thorne", date: "Apr 2024", title: "Managing Director", quote: "They understand modern digital aesthetics perfectly.", tag: "Brand", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blurred-waiting-room_1203-1254.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lisa Ray",
|
||||
date: "May 2024",
|
||||
title: "VP Marketing",
|
||||
quote: "Total transformation of our brand identity.",
|
||||
tag: "Design",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unfocused-restaurant-glassware_1194-1121.jpg",
|
||||
},
|
||||
id: "t5", name: "Lisa Ray", date: "May 2024", title: "VP Marketing", quote: "Total transformation of our brand identity.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-restaurant-glassware_1194-1121.jpg"},
|
||||
]}
|
||||
title="Excellence Reflected."
|
||||
description="See why brands trust us to handle their digital presence."
|
||||
@@ -278,14 +175,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to lead the digital conversation?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Consultation",
|
||||
href: "mailto:hello@vantage.social",
|
||||
},
|
||||
text: "Request a Consultation", href: "mailto:hello@vantage.social"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -296,34 +190,22 @@ export default function LandingPage() {
|
||||
logoText="Vantage Social"
|
||||
columns={[
|
||||
{
|
||||
title: "Agency",
|
||||
items: [
|
||||
title: "Agency", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-worker-fixing-errors-affecting-servers-performance_482257-115381.jpg"
|
||||
imageAlt="modern agency dashboard interface dark mode"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user