Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
202
src/app/page.tsx
202
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Expertise",
|
||||
id: "features",
|
||||
},
|
||||
name: "Expertise", id: "features"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Results", id: "metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Vantage Social"
|
||||
/>
|
||||
@@ -60,32 +50,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Accelerating Growth for Premium Brands"
|
||||
description="We craft sophisticated digital strategies that bridge the gap between human connection and high-end brand performance."
|
||||
tag="Elite Social Agency"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg",
|
||||
imageAlt: "Dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg", imageAlt: "Dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-editor-uses-ai-powered-software-pc-reels-creative-office_482257-126981.jpg",
|
||||
imageAlt: "Workspace",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-apartment-with-minimalist-home-office-wooden-furniture_482257-120933.jpg",
|
||||
imageAlt: "Urban apartment with a minimalist home office and wooden furniture",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg",
|
||||
imageAlt: "Desktop PC on the wooden desk showcases infographics and client reach data",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg",
|
||||
imageAlt: "Old couturier checking fashion sketches in atelier, working on modern designs with laptop and tablet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-editor-uses-ai-powered-software-pc-reels-creative-office_482257-126981.jpg", imageAlt: "Workspace"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -116,20 +89,11 @@ export default function LandingPage() {
|
||||
description="Premium services for brands that define their category."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Social Strategy & Execution",
|
||||
content: "Full-scale management across all platforms, optimizing your narrative to captivate your desired audience.",
|
||||
},
|
||||
id: "f1", title: "Social Strategy & Execution", content: "Full-scale management across all platforms, optimizing your narrative to captivate your desired audience."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Cinematic Content Production",
|
||||
content: "High-quality video and photography production that demands attention and communicates brand value.",
|
||||
},
|
||||
id: "f2", title: "Cinematic Content Production", content: "High-quality video and photography production that demands attention and communicates brand value."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Influencer & Partner Relations",
|
||||
content: "Strategic partnerships with high-tier creators to amplify brand resonance and trustworthiness.",
|
||||
},
|
||||
id: "f3", title: "Influencer & Partner Relations", content: "Strategic partnerships with high-tier creators to amplify brand resonance and trustworthiness."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-blue-color-pastel-crayon-chalks-its-own-trace-line_171337-10441.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -144,36 +108,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "growth",
|
||||
name: "Growth Acceleration",
|
||||
price: "$5,000/mo",
|
||||
features: [
|
||||
"3x Weekly Content",
|
||||
"Community Management",
|
||||
"Strategy Consult",
|
||||
],
|
||||
id: "growth", name: "Growth Acceleration", price: "$5,000/mo", features: [
|
||||
"3x Weekly Content", "Community Management", "Strategy Consult"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Apply Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
name: "Market Leader",
|
||||
price: "$12,000/mo",
|
||||
badge: "Popular",
|
||||
features: [
|
||||
"Daily Content",
|
||||
"Full Campaign Strategy",
|
||||
"Influencer Management",
|
||||
],
|
||||
id: "premium", name: "Market Leader", price: "$12,000/mo", badge: "Popular", features: [
|
||||
"Daily Content", "Full Campaign Strategy", "Influencer Management"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Apply Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -189,20 +136,11 @@ export default function LandingPage() {
|
||||
tag="Measurable Results"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "12M+",
|
||||
description: "Total Brand Impressions",
|
||||
},
|
||||
id: "m1", value: "12M+", description: "Total Brand Impressions"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "45%",
|
||||
description: "Average Engagement Lift",
|
||||
},
|
||||
id: "m2", value: "45%", description: "Average Engagement Lift"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "240%",
|
||||
description: "ROI for Clients",
|
||||
},
|
||||
id: "m3", value: "240%", description: "ROI for Clients"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -216,45 +154,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "CMO",
|
||||
company: "LuxGear",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-serious-man-white-shirt-is-ready-fight-while-posing-photographer-dark-background_613910-12666.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", role: "CMO", company: "LuxGear", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-serious-man-white-shirt-is-ready-fight-while-posing-photographer-dark-background_613910-12666.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Thorne",
|
||||
role: "Founder",
|
||||
company: "Thorne Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Thorne", role: "Founder", company: "Thorne Inc.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Vance",
|
||||
role: "Director",
|
||||
company: "Moda Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Vance", role: "Director", company: "Moda Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jason Scott",
|
||||
role: "CEO",
|
||||
company: "ScottTech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-looking-outside-window-her-office-smiling-with-confidence_1258-194662.jpg",
|
||||
},
|
||||
id: "4", name: "Jason Scott", role: "CEO", company: "ScottTech", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-looking-outside-window-her-office-smiling-with-confidence_1258-194662.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Maria Lopez",
|
||||
role: "Lead Brand Manager",
|
||||
company: "Nova",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-woman_23-2148911836.jpg",
|
||||
},
|
||||
id: "5", name: "Maria Lopez", role: "Lead Brand Manager", company: "Nova", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-woman_23-2148911836.jpg"},
|
||||
]}
|
||||
title="Voices of Excellence"
|
||||
description="What our premium partners say about their growth journey."
|
||||
@@ -266,20 +179,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you work with startups?",
|
||||
content: "We work with any brand that demonstrates the potential for market leadership and aligns with our quality standards.",
|
||||
},
|
||||
id: "q1", title: "Do you work with startups?", content: "We work with any brand that demonstrates the potential for market leadership and aligns with our quality standards."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is your onboarding process?",
|
||||
content: "Our 4-step onboarding involves deep brand analysis, strategy alignment, campaign execution setup, and performance cadence setting.",
|
||||
},
|
||||
id: "q2", title: "What is your onboarding process?", content: "Our 4-step onboarding involves deep brand analysis, strategy alignment, campaign execution setup, and performance cadence setting."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can you handle crisis management?",
|
||||
content: "Yes, we provide proactive communication strategies to maintain brand integrity and trust in challenging times.",
|
||||
},
|
||||
id: "q3", title: "Can you handle crisis management?", content: "Yes, we provide proactive communication strategies to maintain brand integrity and trust in challenging times."},
|
||||
]}
|
||||
sideTitle="Questions & Clarity"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -290,16 +194,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Inquire for Partnership"
|
||||
title="Begin Your Agency Journey"
|
||||
description="Ready to redefine your digital narrative? Let's discuss your brand's future."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Discovery",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule Discovery", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -309,42 +210,27 @@ export default function LandingPage() {
|
||||
logoText="Vantage Social"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Work",
|
||||
href: "#",
|
||||
},
|
||||
label: "Work", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Strategy",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Strategy", href: "#features"},
|
||||
{
|
||||
label: "Content",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Content", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user