Merge version_2 into main #1
189
src/app/page.tsx
189
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="EliteSocial"
|
||||
/>
|
||||
@@ -55,41 +47,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Scale Your Influence with Elite Strategy"
|
||||
description="We architect social media ecosystems for high-growth brands that demand excellence, authority, and measurable ROI."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Transformation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Your Transformation", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-pc-mobile-phone-belongings_1252-918.jpg",
|
||||
imageAlt: "luxury social media agency workspace",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-pc-mobile-phone-belongings_1252-918.jpg", imageAlt: "luxury social media agency workspace"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-futuristic-modern-network-communications-design_1048-12969.jpg",
|
||||
imageAlt: "abstract digital marketing data flow",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-futuristic-modern-network-communications-design_1048-12969.jpg", imageAlt: "abstract digital marketing data flow"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-old-fashioned-library-filled-with-vintage-decorations-wooden-desks_482257-120070.jpg",
|
||||
imageAlt: "modern creative agency office interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-old-fashioned-library-filled-with-vintage-decorations-wooden-desks_482257-120070.jpg", imageAlt: "modern creative agency office interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners_1098-17974.jpg",
|
||||
imageAlt: "business team meeting high end office",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners_1098-17974.jpg", imageAlt: "business team meeting high end office"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-achievement-improvement-success-result_53876-123860.jpg",
|
||||
imageAlt: "digital growth marketing concept charts",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-achievement-improvement-success-result_53876-123860.jpg", imageAlt: "digital growth marketing concept charts"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-blue-modern-technology-background-vector-illustration_1142-7886.jpg",
|
||||
imageAlt: "minimal studio logo marks dark background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-blue-modern-technology-background-vector-illustration_1142-7886.jpg", imageAlt: "minimal studio logo marks dark background"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,17 +78,11 @@ export default function LandingPage() {
|
||||
description="EliteSocial transforms potential into presence. By blending high-end creative direction with performance-driven analytics, we ensure your brand commands the attention it deserves."
|
||||
metrics={[
|
||||
{
|
||||
value: "500M+",
|
||||
title: "Total Reach",
|
||||
},
|
||||
value: "500M+", title: "Total Reach"},
|
||||
{
|
||||
value: "120+",
|
||||
title: "Global Partners",
|
||||
},
|
||||
value: "120+", title: "Global Partners"},
|
||||
{
|
||||
value: "3x",
|
||||
title: "Avg Growth",
|
||||
},
|
||||
value: "3x", title: "Avg Brand Growth"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292789.jpg"
|
||||
imageAlt="executive professional dark office dashboard"
|
||||
@@ -126,23 +97,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Brand Ecosystems",
|
||||
description: "Unified aesthetic and messaging strategy that ensures your voice resonates perfectly across every channel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-idea-concept-with-icons-wooden-cubes-dark-grey-table-flat-lay_176474-9366.jpg",
|
||||
imageAlt: "strategic planning business icons dark",
|
||||
},
|
||||
title: "Brand Ecosystems", description: "Unified aesthetic and messaging strategy that ensures your voice resonates perfectly across every channel.", imageSrc: "http://img.b2bpic.net/free-photo/business-idea-concept-with-icons-wooden-cubes-dark-grey-table-flat-lay_176474-9366.jpg", imageAlt: "strategic planning business icons dark"},
|
||||
{
|
||||
title: "Performance Analytics",
|
||||
description: "Data-backed optimization that continuously refines your social media strategy for maximum conversion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-background-with-hexagonal-shapes-texture_23-2150473190.jpg",
|
||||
imageAlt: "digital growth analytics hologram concept",
|
||||
},
|
||||
title: "Performance Analytics", description: "Data-backed optimization that continuously refines your social media strategy for maximum conversion.", imageSrc: "http://img.b2bpic.net/free-photo/3d-background-with-hexagonal-shapes-texture_23-2150473190.jpg", imageAlt: "digital growth analytics hologram concept"},
|
||||
{
|
||||
title: "High-End Production",
|
||||
description: "Cinematic visual assets and creative campaigns designed to stop the scroll and build lasting brand equity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-halloween-costume_1303-16514.jpg",
|
||||
imageAlt: "professional content production studio gear",
|
||||
},
|
||||
title: "High-End Production", description: "Cinematic visual assets and creative campaigns designed to stop the scroll and build lasting brand equity.", imageSrc: "http://img.b2bpic.net/free-photo/woman-halloween-costume_1303-16514.jpg", imageAlt: "professional content production studio gear"},
|
||||
]}
|
||||
title="Premium Services Suite"
|
||||
description="Customized strategy pillars designed to elevate your brand identity across all digital touchpoints."
|
||||
@@ -156,20 +115,11 @@ export default function LandingPage() {
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "85%",
|
||||
description: "Engagement Lift",
|
||||
},
|
||||
id: "m1", value: "85%", description: "Engagement Lift"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.2x",
|
||||
description: "ROAS Improvement",
|
||||
},
|
||||
id: "m2", value: "4.2x", description: "ROAS Improvement"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "600+",
|
||||
description: "Campaigns Launched",
|
||||
},
|
||||
id: "m3", value: "600+", description: "Campaigns Launched"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -182,40 +132,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
handle: "@chen_ventures",
|
||||
testimonial: "EliteSocial completely redefined our digital authority. Their focus on high-end creative and precise data is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", handle: "@chen_ventures", testimonial: "EliteSocial completely redefined our digital authority. Their focus on high-end creative and precise data is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
handle: "@thorne_luxury",
|
||||
testimonial: "A truly premium agency. They don't just 'post'; they build empires of influence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus Thorne", handle: "@thorne_luxury", testimonial: "A truly premium agency. They don't just 'post'; they build empires of influence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elena_studio",
|
||||
testimonial: "The attention to detail and cinematic quality of their content took our brand to the next level overnight.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", handle: "@elena_studio", testimonial: "The attention to detail and cinematic quality of their content took our brand to the next level overnight.", imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Julian Vane",
|
||||
handle: "@vane_creative",
|
||||
testimonial: "Their data-driven approach meant we weren't guessing anymore—we were scaling purposefully.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-white-shirt-holds-photo-camera-isolated-grey_613910-463.jpg",
|
||||
},
|
||||
id: "4", name: "Julian Vane", handle: "@vane_creative", testimonial: "Their data-driven approach meant we weren't guessing anymore—we were scaling purposefully.", imageSrc: "http://img.b2bpic.net/free-photo/male-white-shirt-holds-photo-camera-isolated-grey_613910-463.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophia Laurent",
|
||||
handle: "@laurent_global",
|
||||
testimonial: "EliteSocial is the gold standard for luxury social media management. Exceptional partnership.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-making-hand-gesture-with-laptop-desk-restaurant_23-2147956345.jpg",
|
||||
},
|
||||
id: "5", name: "Sophia Laurent", handle: "@laurent_global", testimonial: "EliteSocial is the gold standard for luxury social media management. Exceptional partnership.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-making-hand-gesture-with-laptop-desk-restaurant_23-2147956345.jpg"},
|
||||
]}
|
||||
title="Partners Who Elevate"
|
||||
description="Hear how our strategies have transformed the digital presence of some of the world's most ambitious brands."
|
||||
@@ -227,14 +152,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Vanguard Style",
|
||||
"TechCore Inc",
|
||||
"ArchiSpace",
|
||||
"Grand Hotel Group",
|
||||
"Prime Wealth",
|
||||
"Velvet Skincare",
|
||||
"LuxAuto Group",
|
||||
]}
|
||||
"Vanguard Style", "TechCore Inc", "ArchiSpace", "Grand Hotel Group", "Prime Wealth", "Velvet Skincare", "LuxAuto Group"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We partner with brands that refuse to settle for anything less than industry-leading performance."
|
||||
/>
|
||||
@@ -246,20 +164,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do you start a partnership?",
|
||||
content: "We begin with a deep-dive brand audit, identifying your core values and growth potential to build a bespoke strategy.",
|
||||
},
|
||||
id: "f1", title: "How do you start a partnership?", content: "We begin with a deep-dive brand audit, identifying your core values and growth potential to build a bespoke strategy."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What metrics do you prioritize?",
|
||||
content: "We prioritize meaningful engagement and ROI-aligned growth metrics rather than superficial vanity numbers.",
|
||||
},
|
||||
id: "f2", title: "What metrics do you prioritize?", content: "We prioritize meaningful engagement and ROI-aligned growth metrics rather than superficial vanity numbers."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you work globally?",
|
||||
content: "Yes, our team is designed for remote and cross-border agility to handle premium brands across all time zones.",
|
||||
},
|
||||
id: "f3", title: "Do you work globally?", content: "Yes, our team is designed for remote and cross-border agility to handle premium brands across all time zones."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-tourist-flying-with-airplane-using-laptop-browse-internet-website-sunset-flight-man-travelling-economy-class-arrive-holiday-destination-aerial-transport_482257-46702.jpg"
|
||||
title="Strategy FAQs"
|
||||
@@ -273,8 +182,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Inquiry"
|
||||
title="Request a Strategic Consult"
|
||||
description="Ready to redefine your digital presence? Reach out to start your elite partnership."
|
||||
@@ -285,42 +193,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Agency",
|
||||
items: [
|
||||
title: "Agency", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
label: "LinkedIn", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -330,4 +223,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user