Merge version_1 into main #1
@@ -75,7 +75,7 @@ export default function CareerPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-business-timeline-with-flat-design_23-2147845812.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-business-timeline-with-flat-design_23-2147845812.jpg?_wi=2",
|
||||
imageAlt: "Career growth timeline visualization",
|
||||
},
|
||||
]}
|
||||
@@ -163,28 +163,28 @@ export default function CareerPage() {
|
||||
title: "First Successful Campaign",
|
||||
description:
|
||||
"Managed debut campaign connecting a bootstrapped brand with micro-influencers, achieving 250% ROI and setting the foundation for future success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-talking-video-call_23-2151228190.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-talking-video-call_23-2151228190.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "milestone-2",
|
||||
title: "Built Creator Network",
|
||||
description:
|
||||
"Developed professional relationships with 100+ quality creators across multiple niches, becoming a trusted partner for brand collaborations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-girl-recording-video_23-2149602070.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-girl-recording-video_23-2149602070.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "milestone-3",
|
||||
title: "Fortune 500 Partnership",
|
||||
description:
|
||||
"Secured first enterprise-level client, managing multi-million rupee campaigns across India's top markets with unprecedented results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-taking-selfies-together_23-2148687057.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-taking-selfies-together_23-2148687057.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "milestone-4",
|
||||
title: "Talent Management Launch",
|
||||
description:
|
||||
"Expanded from campaign management to actively representing and managing 30+ exclusive influencers, ensuring career growth and authentic partnerships.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-mat_23-2149177963.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-mat_23-2149177963.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-foreground"
|
||||
|
||||
@@ -56,7 +56,7 @@ export default function ContactPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-talking-video-call_23-2151228190.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-talking-video-call_23-2151228190.jpg?_wi=6",
|
||||
imageAlt: "Contact and collaboration image",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -74,7 +74,7 @@ export default function InfluencersPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-girl-recording-video_23-2149602070.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-girl-recording-video_23-2149602070.jpg?_wi=3",
|
||||
imageAlt: "Featured influencer portfolio",
|
||||
},
|
||||
]}
|
||||
@@ -103,21 +103,21 @@ export default function InfluencersPage() {
|
||||
title: "Fashion & Lifestyle Influencer",
|
||||
description:
|
||||
"50K+ engaged followers with focus on sustainable fashion and lifestyle content. Perfect for F&F brands seeking authentic endorsements.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-girl-recording-video_23-2149602070.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-girl-recording-video_23-2149602070.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "creator-2",
|
||||
title: "Tech & Innovation Creator",
|
||||
description:
|
||||
"200K+ tech-savvy audience interested in gadgets, apps, and digital innovation. Ideal for B2C tech launches and product reviews.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-taking-selfies-together_23-2148687057.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-taking-selfies-together_23-2148687057.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "creator-3",
|
||||
title: "Wellness & Fitness Expert",
|
||||
description:
|
||||
"150K+ health-conscious community following. Strong engagement in fitness, nutrition, and wellness verticals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-mat_23-2149177963.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-mat_23-2149177963.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
@@ -1,24 +1,54 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Manrope } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Siddharth M Iyer - Influencer Marketing & Talent Manager",
|
||||
description: "4 years of expert influencer marketing, talent management, and brand partnerships. Strategic campaigns that drive authentic engagement and measurable results.",
|
||||
keywords: "influencer marketing, talent manager, influencer representation, brand partnerships, content creator management, digital marketing, social media marketing",
|
||||
metadataBase: new URL("https://siddharthmyer.com"),
|
||||
alternates: {
|
||||
canonical: "https://siddharthmyer.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Siddharth M Iyer - Influencer & Talent Manager",
|
||||
description: "Strategic influencer marketing and talent management expertise. 150+ campaigns, 500M+ reach, 80+ satisfied brands.",
|
||||
url: "https://siddharthmyer.com",
|
||||
siteName: "Siddharth M Iyer",
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Siddharth M Iyer - Influencer Marketing Expert",
|
||||
description: "4 years of proven influencer marketing expertise connecting brands with creators.",
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +57,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${manrope.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +71,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -193,19 +193,19 @@ I believe in the power of genuine connections between brands and creators. Rathe
|
||||
id: "strategy",
|
||||
title: "Campaign Strategy & Planning",
|
||||
description: "End-to-end campaign conceptualization, target audience analysis, influencer selection, and performance benchmarking for maximum impact.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-business-timeline-with-flat-design_23-2147845812.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-business-timeline-with-flat-design_23-2147845812.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "talent-management",
|
||||
title: "Influencer & Talent Management",
|
||||
description: "Professional representation of top-tier creators. Contract negotiation, brand partnership facilitation, content guidance, and career development.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-girl-recording-video_23-2149602070.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-girl-recording-video_23-2149602070.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "analytics",
|
||||
title: "Performance Analytics & Reporting",
|
||||
description: "Detailed campaign metrics, engagement analysis, audience insights, and actionable recommendations for continuous optimization.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-talking-video-call_23-2151228190.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-talking-video-call_23-2151228190.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -261,7 +261,7 @@ I believe in the power of genuine connections between brands and creators. Rathe
|
||||
handle: "Marketing Director, TechVision Global",
|
||||
testimonial: "Siddharth transformed our influencer strategy completely. His data-driven approach and creative execution resulted in 400% ROI on our campaign. A true professional who understands both brand goals and creator dynamics.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2623.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2623.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar - TechVision Global",
|
||||
},
|
||||
{
|
||||
@@ -270,7 +270,7 @@ I believe in the power of genuine connections between brands and creators. Rathe
|
||||
handle: "Brand Manager, Fashion Forward Co.",
|
||||
testimonial: "Working with Siddharth has been exceptional. He introduced us to creators whose audiences aligned perfectly with our target market. The authenticity and engagement rates far exceeded our expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-professional_1098-14759.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-professional_1098-14759.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma - Fashion Forward Co.",
|
||||
},
|
||||
{
|
||||
@@ -279,7 +279,7 @@ I believe in the power of genuine connections between brands and creators. Rathe
|
||||
handle: "CEO, HealthWell Brands",
|
||||
testimonial: "Siddharth's expertise in matching our brand values with the right influencers was invaluable. The campaigns ran smoothly, delivered measurable results, and opened doors to long-term partnerships.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg?_wi=1",
|
||||
imageAlt: "Amit Desai - HealthWell Brands",
|
||||
},
|
||||
{
|
||||
@@ -288,7 +288,7 @@ I believe in the power of genuine connections between brands and creators. Rathe
|
||||
handle: "Agency Head, Digital Growth Labs",
|
||||
testimonial: "We've partnered with Siddharth on multiple campaigns. His strategic insights, negotiation skills, and attention to detail consistently deliver exceptional outcomes for our clients.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg?_wi=1",
|
||||
imageAlt: "Neha Patel - Digital Growth Labs",
|
||||
},
|
||||
{
|
||||
@@ -297,7 +297,7 @@ I believe in the power of genuine connections between brands and creators. Rathe
|
||||
handle: "Founder, Creative Agency Plus",
|
||||
testimonial: "Siddharth brings a level of professionalism and creativity to influencer marketing that's rare. His ability to balance creative vision with performance metrics is remarkable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-holding-digital-tablet_329181-12076.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-holding-digital-tablet_329181-12076.jpg?_wi=1",
|
||||
imageAlt: "Vikram Singh - Creative Agency Plus",
|
||||
},
|
||||
{
|
||||
@@ -306,7 +306,7 @@ I believe in the power of genuine connections between brands and creators. Rathe
|
||||
handle: "Marketing Lead, Brand Innovations Inc",
|
||||
testimonial: "Siddharth managed our most complex multi-influencer campaign flawlessly. His communication, organization, and results-oriented approach made the entire process seamless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg?_wi=1",
|
||||
imageAlt: "Ananya Nair - Brand Innovations Inc",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -59,7 +59,7 @@ export default function WhyUsPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-talking-video-call_23-2151228190.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-talking-video-call_23-2151228190.jpg?_wi=3",
|
||||
imageAlt: "brand collaboration success metrics",
|
||||
},
|
||||
]}
|
||||
@@ -91,42 +91,42 @@ export default function WhyUsPage() {
|
||||
id: "differentiator-1",
|
||||
title: "Data-Driven Strategy",
|
||||
description: "Every decision backed by analytics and insights. I don't rely on intuition alone—real data guides campaign planning and optimization.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-talking-video-call_23-2151228190.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-talking-video-call_23-2151228190.jpg?_wi=4",
|
||||
imageAlt: "brand collaboration success metrics",
|
||||
},
|
||||
{
|
||||
id: "differentiator-2",
|
||||
title: "Authentic Partnerships",
|
||||
description: "I prioritize genuine brand-creator alignment over follower counts. Authentic partnerships deliver sustainable results and build real brand loyalty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-girl-recording-video_23-2149602070.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-girl-recording-video_23-2149602070.jpg?_wi=5",
|
||||
imageAlt: "social media influencer profile photo",
|
||||
},
|
||||
{
|
||||
id: "differentiator-3",
|
||||
title: "Transparent Communication",
|
||||
description: "Clear expectations, regular updates, honest reporting. You'll always know exactly what's happening with your campaign and why.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-business-timeline-with-flat-design_23-2147845812.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-business-timeline-with-flat-design_23-2147845812.jpg?_wi=3",
|
||||
imageAlt: "career growth timeline infographic",
|
||||
},
|
||||
{
|
||||
id: "differentiator-4",
|
||||
title: "Creative Excellence",
|
||||
description: "Strategic guidance that brings out the best in creators. I help influencers produce content that resonates with audiences while meeting brand objectives.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-taking-selfies-together_23-2148687057.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-taking-selfies-together_23-2148687057.jpg?_wi=3",
|
||||
imageAlt: "tech content creator influencer",
|
||||
},
|
||||
{
|
||||
id: "differentiator-5",
|
||||
title: "Multi-Vertical Expertise",
|
||||
description: "Experience across tech, fashion, beauty, wellness, F&B, lifestyle, and B2B. I understand the nuances of different industries and audiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-mat_23-2149177963.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-mat_23-2149177963.jpg?_wi=3",
|
||||
imageAlt: "wellness influencer content creator",
|
||||
},
|
||||
{
|
||||
id: "differentiator-6",
|
||||
title: "Relationship Focused",
|
||||
description: "I build lasting relationships with brands and creators. Long-term partnerships lead to better results and smoother collaboration over time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-talking-video-call_23-2151228190.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-talking-video-call_23-2151228190.jpg?_wi=5",
|
||||
imageAlt: "brand collaboration success metrics",
|
||||
},
|
||||
]}
|
||||
@@ -157,7 +157,7 @@ export default function WhyUsPage() {
|
||||
handle: "Marketing Director, TechVision Global",
|
||||
testimonial: "Siddharth's strategic approach and flawless execution delivered 400% ROI on our campaign. His understanding of both brand needs and creator dynamics is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2623.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2623.jpg?_wi=2",
|
||||
imageAlt: "satisfied client business testimonial",
|
||||
},
|
||||
{
|
||||
@@ -166,7 +166,7 @@ export default function WhyUsPage() {
|
||||
handle: "Brand Manager, Fashion Forward Co.",
|
||||
testimonial: "Working with Siddharth transformed our influencer strategy. The creators he selected perfectly matched our brand values and audience. Exceptional results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-professional_1098-14759.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-professional_1098-14759.jpg?_wi=2",
|
||||
imageAlt: "agency director professional photo",
|
||||
},
|
||||
{
|
||||
@@ -175,7 +175,7 @@ export default function WhyUsPage() {
|
||||
handle: "CEO, HealthWell Brands",
|
||||
testimonial: "Professionalism, creativity, and results. Siddharth delivered all three. Highly recommended for any brand serious about influencer marketing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg?_wi=2",
|
||||
imageAlt: "business owner professional photo",
|
||||
},
|
||||
{
|
||||
@@ -184,7 +184,7 @@ export default function WhyUsPage() {
|
||||
handle: "Agency Head, Digital Growth Labs",
|
||||
testimonial: "We've done multiple campaigns with Siddharth. His consistency, communication, and delivery across diverse verticals is impressive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg?_wi=2",
|
||||
imageAlt: "marketing director business photo",
|
||||
},
|
||||
{
|
||||
@@ -193,7 +193,7 @@ export default function WhyUsPage() {
|
||||
handle: "Founder, Creative Agency Plus",
|
||||
testimonial: "Rare combination of strategic thinking and creative excellence. Siddharth elevates every project he touches.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-holding-digital-tablet_329181-12076.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-holding-digital-tablet_329181-12076.jpg?_wi=2",
|
||||
imageAlt: "brand manager professional photo",
|
||||
},
|
||||
{
|
||||
@@ -202,7 +202,7 @@ export default function WhyUsPage() {
|
||||
handle: "Marketing Lead, Brand Innovations Inc",
|
||||
testimonial: "Transparent, professional, results-oriented. Exactly what you want in an influencer marketing partner.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg?_wi=2",
|
||||
imageAlt: "business director professional photo",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user