Update src/app/page.tsx

This commit is contained in:
2026-04-09 06:13:41 +00:00
parent fa9ef932f2
commit df75ce4d2d

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Results",
id: "metrics",
},
name: "Results", id: "metrics"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Vantage Social"
/>
@@ -54,37 +46,24 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Strategy. Growth. Influence."
description="Transforming brands into cultural leaders through premium social architecture."
buttons={[
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-from-apartment-office-seated-desk-using-ai-llm-chatbot_482257-127291.jpg?_wi=1",
imageAlt: "Minimalist social media dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-from-apartment-office-seated-desk-using-ai-llm-chatbot_482257-127291.jpg", imageAlt: "Minimalist social media dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons_23-2150749326.jpg?_wi=1",
imageAlt: "3D social media icons",
},
imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons_23-2150749326.jpg", imageAlt: "3D social media icons"},
{
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5034.jpg?_wi=1",
imageAlt: "Creative agency meeting",
},
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5034.jpg", imageAlt: "Creative agency meeting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-from-apartment-office-seated-desk-using-ai-llm-chatbot_482257-127291.jpg?_wi=2",
imageAlt: "Data analytics dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-from-apartment-office-seated-desk-using-ai-llm-chatbot_482257-127291.jpg", imageAlt: "Data analytics dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons_23-2150749326.jpg?_wi=2",
imageAlt: "Engagement metrics",
},
imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons_23-2150749326.jpg", imageAlt: "Engagement metrics"},
]}
mediaAnimation="blur-reveal"
/>
@@ -110,49 +89,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Social Narrative Design",
description: "Defining your unique voice in crowded digital spaces.",
icon: PenTool,
title: "Social Narrative Design", description: "Defining your unique voice in crowded digital spaces.", icon: PenTool,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548736.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548736.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-from-apartment-office-seated-desk-using-ai-llm-chatbot_482257-127291.jpg?_wi=3",
imageAlt: "minimalist social media dashboard",
},
{
title: "Precision Performance",
description: "Targeted ad spend that converts at every touchpoint.",
icon: Target,
title: "Precision Performance", description: "Targeted ad spend that converts at every touchpoint.", icon: Target,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548736.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548736.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons_23-2150749326.jpg?_wi=3",
imageAlt: "3d social media icons",
},
{
title: "Community Stewardship",
description: "Converting casual followers into dedicated brand advocates.",
icon: Users,
title: "Community Stewardship", description: "Converting casual followers into dedicated brand advocates.", icon: Users,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548736.jpg?_wi=3",
},
imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548736.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg?_wi=3",
},
imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5034.jpg?_wi=2",
imageAlt: "creative agency meeting",
},
]}
title="Premium Social Services"
@@ -162,25 +123,17 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardTwo
animationType="blur-reveal"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "150M+",
description: "Total Impressions Driven",
},
id: "m1", value: "150M+", description: "Total Impressions Driven"},
{
id: "m2",
value: "240%",
description: "Average ROAS Increase",
},
id: "m2", value: "240%", description: "Average ROAS Increase"},
{
id: "m3",
value: "45+",
description: "Premium Brand Partnerships",
},
id: "m3", value: "45+", description: "Premium Brand Partnerships"},
]}
title="Measured Impact"
description="Proof of our performance-first methodology."
@@ -193,55 +146,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
date: "Jan 2024",
title: "CMO",
quote: "The strategy they implemented for our launch was unparalleled in the industry.",
tag: "Fashion",
avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-fashionable-young-female-with-loose-brown-hair-looking-camera-with-thoughtful-pensive-facial-expression-dressed-white-shirt-confident-stylish-girl-posing-studio_343059-2155.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-fashionable-young-female-with-loose-brown-hair-looking-camera-with-thoughtful-pensive-facial-expression-dressed-white-shirt-confident-stylish-girl-posing-studio_343059-2155.jpg",
},
id: "1", name: "Sarah Miller", date: "Jan 2024", title: "CMO", quote: "The strategy they implemented for our launch was unparalleled in the industry.", tag: "Fashion", avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-fashionable-young-female-with-loose-brown-hair-looking-camera-with-thoughtful-pensive-facial-expression-dressed-white-shirt-confident-stylish-girl-posing-studio_343059-2155.jpg", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-fashionable-young-female-with-loose-brown-hair-looking-camera-with-thoughtful-pensive-facial-expression-dressed-white-shirt-confident-stylish-girl-posing-studio_343059-2155.jpg"},
{
id: "2",
name: "James Chen",
date: "Dec 2023",
title: "Founder",
quote: "Unmatched creative depth matched with clinical data execution.",
tag: "Tech",
avatarSrc: "http://img.b2bpic.net/free-photo/modern-creative-office-photo-editor-with-ai-retouching-software_482257-125518.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-creative-office-photo-editor-with-ai-retouching-software_482257-125518.jpg",
},
id: "2", name: "James Chen", date: "Dec 2023", title: "Founder", quote: "Unmatched creative depth matched with clinical data execution.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/modern-creative-office-photo-editor-with-ai-retouching-software_482257-125518.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-creative-office-photo-editor-with-ai-retouching-software_482257-125518.jpg"},
{
id: "3",
name: "Elena Rodriguez",
date: "Nov 2023",
title: "Director",
quote: "They transformed our fragmented identity into a cohesive global movement.",
tag: "Luxury",
avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-tablet_23-2148468686.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-tablet_23-2148468686.jpg",
},
id: "3", name: "Elena Rodriguez", date: "Nov 2023", title: "Director", quote: "They transformed our fragmented identity into a cohesive global movement.", tag: "Luxury", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-tablet_23-2148468686.jpg", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-tablet_23-2148468686.jpg"},
{
id: "4",
name: "Mark Sterling",
date: "Oct 2023",
title: "CEO",
quote: "The best ROI we have ever experienced in a digital partnership.",
tag: "Finance",
avatarSrc: "http://img.b2bpic.net/free-photo/facility-supervisor-suit-monitoring-solar-panel-production-line_482257-126102.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/facility-supervisor-suit-monitoring-solar-panel-production-line_482257-126102.jpg",
},
id: "4", name: "Mark Sterling", date: "Oct 2023", title: "CEO", quote: "The best ROI we have ever experienced in a digital partnership.", tag: "Finance", avatarSrc: "http://img.b2bpic.net/free-photo/facility-supervisor-suit-monitoring-solar-panel-production-line_482257-126102.jpg", imageSrc: "http://img.b2bpic.net/free-photo/facility-supervisor-suit-monitoring-solar-panel-production-line_482257-126102.jpg"},
{
id: "5",
name: "Julia Vance",
date: "Sep 2023",
title: "Founder",
quote: "Professionalism, precision, and passion define their work.",
tag: "Lifestyle",
avatarSrc: "http://img.b2bpic.net/free-photo/top-view-motivation-business-notes-with-notepad-dark-background-business-work-success-job-strategy-teamwork-marketing-office-leadership_179666-18245.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-motivation-business-notes-with-notepad-dark-background-business-work-success-job-strategy-teamwork-marketing-office-leadership_179666-18245.jpg",
},
id: "5", name: "Julia Vance", date: "Sep 2023", title: "Founder", quote: "Professionalism, precision, and passion define their work.", tag: "Lifestyle", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-motivation-business-notes-with-notepad-dark-background-business-work-success-job-strategy-teamwork-marketing-office-leadership_179666-18245.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-motivation-business-notes-with-notepad-dark-background-business-work-success-job-strategy-teamwork-marketing-office-leadership_179666-18245.jpg"},
]}
title="Trusted by Market Leaders"
description="See why top-tier brands trust us with their social identity."
@@ -252,12 +165,11 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Inquire"
title="Ready to escalate your digital presence?"
description="Tell us your goals and lets discuss the potential."
imageSrc="http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5034.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5034.jpg"
mediaPosition="left"
mediaAnimation="blur-reveal"
/>
@@ -267,29 +179,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}