Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 20:25:16 +00:00

View File

@@ -10,6 +10,8 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import BlogCardOne from "@/components/sections/blog/BlogCardOne";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
import Link from "next/link";
import { Target, Sparkles, BarChart3, Handshake } from "lucide-react";
@@ -21,7 +23,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -37,9 +39,7 @@ export default function HomePage() {
{ name: "Insights", id: "insights" },
]}
button={{
text: "Get Started",
href: "/contact",
}}
text: "Get Started", href: "/contact"}}
brandName="Prestige Media"
/>
</div>
@@ -48,7 +48,7 @@ export default function HomePage() {
<HeroLogoBillboardSplit
logoText="PRESTIGE"
description="Premium social media strategy and execution for brands ready to dominate. We transform digital presence into measurable revenue growth through targeted campaigns and authentic storytelling."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "View Our Work", href: "/work" },
{ text: "Schedule Consultation", href: "/contact" },
@@ -70,30 +70,22 @@ export default function HomePage() {
description="We're a boutique social media agency specializing in high-growth strategies for ambitious brands. Our data-driven approach combines creative excellence with strategic insight to deliver unprecedented results across all major platforms."
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1818.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1818.jpg"
imageAlt="Strategic planning and digital marketing"
mediaAnimation="slide-up"
imagePosition="right"
bulletPoints={[
{
title: "Strategic Expertise",
description: "Comprehensive social strategy tailored to your unique business goals and audience demographics",
icon: Target,
title: "Strategic Expertise", description: "Comprehensive social strategy tailored to your unique business goals and audience demographics", icon: Target,
},
{
title: "Creative Excellence",
description: "Award-winning creative team producing compelling content that drives engagement and conversions",
icon: Sparkles,
title: "Creative Excellence", description: "Award-winning creative team producing compelling content that drives engagement and conversions", icon: Sparkles,
},
{
title: "Data-Driven Results",
description: "Real-time analytics and optimization ensuring every campaign delivers measurable ROI",
icon: BarChart3,
title: "Data-Driven Results", description: "Real-time analytics and optimization ensuring every campaign delivers measurable ROI", icon: BarChart3,
},
{
title: "Dedicated Partnership",
description: "Your success is our mission with dedicated account managers and transparent reporting",
icon: Handshake,
title: "Dedicated Partnership", description: "Your success is our mission with dedicated account managers and transparent reporting", icon: Handshake,
},
]}
buttons={[{ text: "Learn More", href: "/services" }]}
@@ -112,38 +104,43 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Social Strategy & Planning",
description: "Custom-built social media strategies aligned with your business objectives, audience insights, and competitive landscape. We research, plan, and execute campaigns that create lasting impact.",
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1818.jpg?_wi=2",
imageAlt: "Strategic planning process",
},
title: "Social Strategy & Planning", description: "Custom-built social media strategies aligned with your business objectives, audience insights, and competitive landscape. We research, plan, and execute campaigns that create lasting impact.", imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1818.jpg", imageAlt: "Strategic planning process"},
{
id: 2,
title: "Content Creation & Management",
description: "Professional content production including photography, videography, copywriting, and graphic design. We handle everything from ideation to publishing across all major platforms.",
imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg?_wi=1",
imageAlt: "Content creation and production",
},
title: "Content Creation & Management", description: "Professional content production including photography, videography, copywriting, and graphic design. We handle everything from ideation to publishing across all major platforms.", imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg", imageAlt: "Content creation and production"},
{
id: 3,
title: "Performance Analytics & Optimization",
description: "Deep-dive analytics with monthly reporting, performance optimization, and strategic adjustments. We use data to continuously improve campaign effectiveness and maximize ROI.",
imageSrc: "http://img.b2bpic.net/free-photo/data-information-analytics-perfomance-concept_53876-167154.jpg?_wi=1",
imageAlt: "Analytics and performance metrics",
},
title: "Performance Analytics & Optimization", description: "Deep-dive analytics with monthly reporting, performance optimization, and strategic adjustments. We use data to continuously improve campaign effectiveness and maximize ROI.", imageSrc: "http://img.b2bpic.net/free-photo/data-information-analytics-perfomance-concept_53876-167154.jpg", imageAlt: "Analytics and performance metrics"},
{
id: 4,
title: "Community Management & Engagement",
description: "Strategic community building, real-time engagement, customer service, and reputation management across all platforms. We build authentic relationships between your brand and audience.",
imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg?_wi=2",
imageAlt: "Community engagement and interaction",
},
title: "Community Management & Engagement", description: "Strategic community building, real-time engagement, customer service, and reputation management across all platforms. We build authentic relationships between your brand and audience.", imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg", imageAlt: "Community engagement and interaction"},
]}
buttons={[{ text: "Explore Services", href: "/contact" }]}
buttonAnimation="slide-up"
/>
</div>
<div id="work" data-section="work">
<BlogCardOne
tag="Case Studies"
title="Results That Speak for Themselves"
description="Explore how we've transformed brands through strategic social media marketing and creative excellence. Real case studies, real numbers, real impact."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
carouselMode="buttons"
blogs={[
{
id: "1", category: "E-Commerce", title: "Scaling a DTC Brand to $2M Annual Revenue", excerpt: "How we helped an emerging DTC brand build a engaged community and scale to $2M+ in annual revenue through strategic TikTok and Instagram campaigns.", imageSrc: "http://img.b2bpic.net/free-vector/marketing-campaign-background-template_23-2148011470.jpg", imageAlt: "E-commerce brand growth case study", authorName: "Sarah Chen", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "March 2024"},
{
id: "2", category: "Influencer Marketing", title: "Building a Creator Network Generating 50M+ Impressions", excerpt: "Strategic influencer partnerships that resulted in 50M+ monthly impressions and a 35% increase in brand awareness for a luxury lifestyle brand.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-beauty-bloggers-talking-when-vlogging-two-women-sitting-table-demonstrating-cosmetic-products-explaining-how-make-up-make-up-tutorial-online-blogging-concept_74855-22648.jpg", imageAlt: "Influencer marketing campaign results", authorName: "Marcus Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "February 2024"},
{
id: "3", category: "Brand Positioning", title: "Repositioning a Legacy Brand for Gen Z Audiences", excerpt: "Complete brand repositioning strategy resulting in 300% increase in Gen Z engagement and expansion into new market segments through authentic social content.", imageSrc: "http://img.b2bpic.net/free-photo/business-finance-economy-commerce-investment_53876-124458.jpg", imageAlt: "Brand repositioning strategy success", authorName: "Jennifer Park", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "January 2024"},
]}
buttons={[{ text: "View All Case Studies", href: "/work" }]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardTwo
title="Our Track Record"
@@ -161,6 +158,28 @@ export default function HomePage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardSix
tag="Our Team"
title="Meet the Visionaries Behind Your Success"
description="A collective of strategists, creatives, and data experts dedicated to transforming your brand's social presence into competitive advantage."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="blur-reveal"
members={[
{
id: "1", name: "Alexandra Sterling", role: "Founder & Chief Strategist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Alexandra Sterling, Founder & Chief Strategist"},
{
id: "2", name: "James Mitchell", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/business-team-office_23-2147807977.jpg", imageAlt: "James Mitchell, Creative Director"},
{
id: "3", name: "Priya Kapoor", role: "Analytics & Performance Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Priya Kapoor, Analytics & Performance Lead"},
{
id: "4", name: "David Chen", role: "Senior Content Producer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg", imageAlt: "David Chen, Senior Content Producer"},
]}
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Industry Leaders"
@@ -169,15 +188,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Venturi Collective",
"SkyBridge Capital",
"Nexus Digital",
"Meridian Labs",
"Apogee Studios",
"Catalyst Ventures",
"Zenith Creative",
"Prism Brands",
]}
"Venturi Collective", "SkyBridge Capital", "Nexus Digital", "Meridian Labs", "Apogee Studios", "Catalyst Ventures", "Zenith Creative", "Prism Brands"]}
speed={40}
showCard={true}
/>
@@ -193,29 +204,17 @@ export default function HomePage() {
useInvertedBackground={false}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Client testimonial avatar 1",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client testimonial avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Client testimonial avatar 2",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client testimonial avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Client testimonial avatar 3",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client testimonial avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Client testimonial avatar 4",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client testimonial avatar 4"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Client testimonial avatar 5",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client testimonial avatar 5"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Client testimonial avatar 6",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client testimonial avatar 6"},
]}
/>
</div>