Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-09 12:46:12 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
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="ELITE SOCIAL"
/>
@@ -57,75 +49,38 @@ export default function LandingPage() {
description="We craft sophisticated digital strategies that elevate luxury brands, cultivate communities, and drive meaningful growth in a crowded digital space."
testimonials={[
{
name: "Sarah Jenkins",
handle: "@sarah_j",
testimonial: "Elite Social transformed our entire digital presence in three months.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg?_wi=1",
imageAlt: "luxury creative agency office",
},
name: "Sarah Jenkins", handle: "@sarah_j", testimonial: "Elite Social transformed our entire digital presence in three months.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg", imageAlt: "luxury creative agency office"},
{
name: "Marcus Thorne",
handle: "@mthorne",
testimonial: "The most professional agency I've worked with. Period.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg?_wi=1",
imageAlt: "successful entrepreneur portrait",
},
name: "Marcus Thorne", handle: "@mthorne", testimonial: "The most professional agency I've worked with. Period.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg", imageAlt: "successful entrepreneur portrait"},
{
name: "Chloe Vance",
handle: "@chloev",
testimonial: "Sophisticated strategy and flawless execution.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg?_wi=1",
imageAlt: "young entrepreneur portrait",
},
name: "Chloe Vance", handle: "@chloev", testimonial: "Sophisticated strategy and flawless execution.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg", imageAlt: "young entrepreneur portrait"},
{
name: "David Rossi",
handle: "@drossi",
testimonial: "Unparalleled reach. They truly understand our brand DNA.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg?_wi=1",
imageAlt: "marketing lead portrait",
},
name: "David Rossi", handle: "@drossi", testimonial: "Unparalleled reach. They truly understand our brand DNA.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg", imageAlt: "marketing lead portrait"},
{
name: "Elena King",
handle: "@eking",
testimonial: "A game-changer for our luxury line.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705921.jpg?_wi=1",
imageAlt: "creative designer profile",
},
name: "Elena King", handle: "@eking", testimonial: "A game-changer for our luxury line.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705921.jpg", imageAlt: "creative designer profile"},
]}
buttons={[
{
text: "Start a Conversation",
href: "#contact",
},
text: "Start a Conversation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg"
imageAlt="Creative workspace aesthetic"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg",
alt: "Sarah Jenkins",
},
src: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg", alt: "Sarah Jenkins"},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg",
alt: "Marcus Thorne",
},
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg", alt: "Marcus Thorne"},
{
src: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg",
alt: "Chloe Vance",
},
src: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg", alt: "Chloe Vance"},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705921.jpg",
alt: "David Rossi",
},
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705921.jpg", alt: "David Rossi"},
{
src: "http://img.b2bpic.net/free-photo/man-suit_1321-1152.jpg",
alt: "Elena King",
},
src: "http://img.b2bpic.net/free-photo/man-suit_1321-1152.jpg", alt: "Elena King"},
]}
avatarText="Trusted by 50+ industry leaders"
/>
@@ -138,34 +93,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "150M+",
title: "Total Reach",
items: [
"Across all channels",
"Consistent daily engagement",
"High-quality impressions",
],
id: "m1", value: "150M+", title: "Total Reach", items: [
"Across all channels", "Consistent daily engagement", "High-quality impressions"],
},
{
id: "m2",
value: "45%",
title: "Avg Growth",
items: [
"Year-over-year increase",
"Audience retention focus",
"Organic search scaling",
],
id: "m2", value: "45%", title: "Avg Growth", items: [
"Year-over-year increase", "Audience retention focus", "Organic search scaling"],
},
{
id: "m3",
value: "3.2x",
title: "ROAS Average",
items: [
"Revenue scaling metrics",
"Campaign optimization",
"Conversion path design",
],
id: "m3", value: "3.2x", title: "ROAS Average", items: [
"Revenue scaling metrics", "Campaign optimization", "Conversion path design"],
},
]}
title="Impact by the Numbers"
@@ -181,20 +118,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Strategic Content",
description: "Editorial quality content curated for your unique brand voice.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg?_wi=3",
},
title: "Strategic Content", description: "Editorial quality content curated for your unique brand voice.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg"},
{
title: "Community Growth",
description: "Building sustainable, loyal digital ecosystems.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg?_wi=4",
},
title: "Community Growth", description: "Building sustainable, loyal digital ecosystems.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg"},
{
title: "Luxury Paid Media",
description: "Data-driven targeting for elite demographic reach.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg?_wi=5",
},
title: "Luxury Paid Media", description: "Data-driven targeting for elite demographic reach.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg"},
]}
title="Our Expertise"
description="Tailored strategies for high-end digital transformation."
@@ -203,49 +131,25 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Jenkins",
handle: "@sarah_j",
testimonial: "Elite Social transformed our entire digital presence in three months.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg?_wi=2",
},
id: "t1", name: "Sarah Jenkins", handle: "@sarah_j", testimonial: "Elite Social transformed our entire digital presence in three months.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg"},
{
id: "t2",
name: "Marcus Thorne",
handle: "@mthorne",
testimonial: "The most professional agency I've worked with. Period.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg?_wi=2",
},
id: "t2", name: "Marcus Thorne", handle: "@mthorne", testimonial: "The most professional agency I've worked with. Period.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg"},
{
id: "t3",
name: "Chloe Vance",
handle: "@chloev",
testimonial: "Sophisticated strategy and flawless execution.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg?_wi=2",
},
id: "t3", name: "Chloe Vance", handle: "@chloev", testimonial: "Sophisticated strategy and flawless execution.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg"},
{
id: "t4",
name: "David Rossi",
handle: "@drossi",
testimonial: "Unparalleled reach. They truly understand our brand DNA.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705921.jpg?_wi=2",
},
id: "t4", name: "David Rossi", handle: "@drossi", testimonial: "Unparalleled reach. They truly understand our brand DNA.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705921.jpg"},
{
id: "t5",
name: "Elena King",
handle: "@eking",
testimonial: "A game-changer for our luxury line.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1152.jpg",
},
id: "t5", name: "Elena King", handle: "@eking", testimonial: "A game-changer for our luxury line.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1152.jpg"},
]}
showRating={true}
title="Client Perspectives"
@@ -258,14 +162,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Vogue",
"LVMH",
"Tesla",
"Equinox",
"Rolex",
"Hermes",
"Soho House",
]}
"Vogue", "LVMH", "Tesla", "Equinox", "Rolex", "Hermes", "Soho House"]}
title="Brands Weve Empowered"
description="Trusted by industry-leading innovators and luxury houses."
/>
@@ -276,20 +173,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How do we get started?",
content: "Our process begins with a discovery session to understand your unique brand goals.",
},
id: "f1", title: "How do we get started?", content: "Our process begins with a discovery session to understand your unique brand goals."},
{
id: "f2",
title: "What is the typical timeline?",
content: "We move fast, but quality takes time. Initial strategy is usually deployed within 2 weeks.",
},
id: "f2", title: "What is the typical timeline?", content: "We move fast, but quality takes time. Initial strategy is usually deployed within 2 weeks."},
{
id: "f3",
title: "Do you handle creative?",
content: "Yes, we handle end-to-end creative production from concept to execution.",
},
id: "f3", title: "Do you handle creative?", content: "Yes, we handle end-to-end creative production from concept to execution."},
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about our partnership process."
@@ -301,15 +189,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Let's Collaborate"
title="Ready to redefine your digital presence?"
description="The first step to extraordinary digital impact starts here."
buttons={[
{
text: "Request a Discovery Call",
},
text: "Request a Discovery Call"},
]}
/>
</div>
@@ -319,29 +205,19 @@ export default function LandingPage() {
logoText="ELITE SOCIAL"
columns={[
{
title: "Agency",
items: [
title: "Agency", items: [
{
label: "About",
href: "#",
},
label: "About", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
],
},
]}