Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-21 04:58:53 +00:00
4 changed files with 85 additions and 44 deletions

View File

@@ -1,24 +1,63 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google"; import { Halant } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import { Figtree } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Figtree } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
export const metadata: Metadata = { variable: "--font-inter",
title: "Webild components 2", subsets: ["latin"],
description: "Generated by create next app", });
};
const figtree = Figtree({ const figtree = Figtree({
variable: "--font-figtree", variable: "--font-figtree",
subsets: ["latin"], subsets: ["latin"],
}); });
export const metadata: Metadata = {
title: "Premium Social Media Agency | Lumina Social",
description: "Strategic social media solutions to elevate your brand. We drive engagement, growth, and measurable results across all platforms.",
keywords: "social media agency, social media marketing, content creation, paid social advertising, influencer marketing, social media strategy",
metadataBase: new URL("https://luminasocial.com"),
alternates: {
canonical: "https://luminasocial.com",
},
openGraph: {
title: "Premium Social Media Agency | Lumina Social",
description: "Transform your brand with data-driven social media strategies and creative excellence.",
url: "https://luminasocial.com",
siteName: "Lumina Social",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg",
alt: "Lumina Social - Premium Social Media Agency",
},
],
},
twitter: {
card: "summary_large_image",
title: "Premium Social Media Agency | Lumina Social",
description: "Strategic social media solutions to elevate your brand and drive results.",
images: [
"http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: Readonly<{
@@ -27,7 +66,9 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${figtree.variable} antialiased`}> <body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -103,15 +103,15 @@ export default function HomePage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg", imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg?_wi=1",
imageAlt: "Social media dashboard analytics interface", imageAlt: "Social media dashboard analytics interface",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/colorful-notepad-near-coffee-notepad_23-2147777787.jpg", imageSrc: "http://img.b2bpic.net/free-photo/colorful-notepad-near-coffee-notepad_23-2147777787.jpg?_wi=1",
imageAlt: "creative content planning workspace", imageAlt: "creative content planning workspace",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4834.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4834.jpg?_wi=1",
imageAlt: "analytics performance tracking data", imageAlt: "analytics performance tracking data",
}, },
]} ]}
@@ -193,42 +193,42 @@ export default function HomePage() {
id: "strategy", id: "strategy",
title: "Strategic Planning", title: "Strategic Planning",
description: "Data-driven social media strategies aligned with your business objectives. We conduct comprehensive audits and competitor analysis to position your brand for success.", description: "Data-driven social media strategies aligned with your business objectives. We conduct comprehensive audits and competitor analysis to position your brand for success.",
imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=1",
imageAlt: "Strategic planning and analysis", imageAlt: "Strategic planning and analysis",
}, },
{ {
id: "content", id: "content",
title: "Content Creation", title: "Content Creation",
description: "Engaging, on-brand content that captures attention and drives engagement. From graphics to videos, we produce compelling content across all platforms.", description: "Engaging, on-brand content that captures attention and drives engagement. From graphics to videos, we produce compelling content across all platforms.",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5035.jpg", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5035.jpg?_wi=1",
imageAlt: "Creative content production", imageAlt: "Creative content production",
}, },
{ {
id: "management", id: "management",
title: "Community Management", title: "Community Management",
description: "Responsive, authentic engagement with your audience. We build and nurture communities that become loyal brand advocates.", description: "Responsive, authentic engagement with your audience. We build and nurture communities that become loyal brand advocates.",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-office-break_23-2148825905.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-people-office-break_23-2148825905.jpg?_wi=1",
imageAlt: "Community engagement and management", imageAlt: "Community engagement and management",
}, },
{ {
id: "advertising", id: "advertising",
title: "Paid Social Advertising", title: "Paid Social Advertising",
description: "Optimized paid campaigns that maximize ROI. Expert audience targeting and continuous optimization for measurable results.", description: "Optimized paid campaigns that maximize ROI. Expert audience targeting and continuous optimization for measurable results.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-exploration-landing-page-template_23-2150035160.jpg", imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-exploration-landing-page-template_23-2150035160.jpg?_wi=1",
imageAlt: "Paid advertising campaigns", imageAlt: "Paid advertising campaigns",
}, },
{ {
id: "analytics", id: "analytics",
title: "Analytics & Reporting", title: "Analytics & Reporting",
description: "Transparent performance tracking with actionable insights. Detailed reports showcase the impact of our strategies on your bottom line.", description: "Transparent performance tracking with actionable insights. Detailed reports showcase the impact of our strategies on your bottom line.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg?_wi=1",
imageAlt: "Business analytics data visualization", imageAlt: "Business analytics data visualization",
}, },
{ {
id: "influencer", id: "influencer",
title: "Influencer Partnerships", title: "Influencer Partnerships",
description: "Strategic collaborations with relevant influencers to expand your reach and authentic brand advocacy.", description: "Strategic collaborations with relevant influencers to expand your reach and authentic brand advocacy.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-laughing-holding-tablet_23-2148850615.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-women-laughing-holding-tablet_23-2148850615.jpg?_wi=1",
imageAlt: "Influencer marketing partnership collaboration", imageAlt: "Influencer marketing partnership collaboration",
}, },
]} ]}
@@ -252,7 +252,7 @@ export default function HomePage() {
name: "Fashion Brand Rebrand", name: "Fashion Brand Rebrand",
price: "350% ROI", price: "350% ROI",
variant: "Influencer Collaboration", variant: "Influencer Collaboration",
imageSrc: "http://img.b2bpic.net/free-psd/fall-autumn-template-design-social-media-post_23-2149062509.jpg", imageSrc: "http://img.b2bpic.net/free-psd/fall-autumn-template-design-social-media-post_23-2149062509.jpg?_wi=1",
imageAlt: "Fashion brand social media campaign", imageAlt: "Fashion brand social media campaign",
}, },
{ {
@@ -260,7 +260,7 @@ export default function HomePage() {
name: "Tech Startup Growth", name: "Tech Startup Growth",
price: "500K Followers", price: "500K Followers",
variant: "Organic Growth Strategy", variant: "Organic Growth Strategy",
imageSrc: "http://img.b2bpic.net/free-psd/architecture-project-instagram-posts-template_23-2150259229.jpg", imageSrc: "http://img.b2bpic.net/free-psd/architecture-project-instagram-posts-template_23-2150259229.jpg?_wi=1",
imageAlt: "Tech startup social media growth", imageAlt: "Tech startup social media growth",
}, },
{ {
@@ -268,7 +268,7 @@ export default function HomePage() {
name: "E-commerce Launch", name: "E-commerce Launch",
price: "2.5M Impressions", price: "2.5M Impressions",
variant: "Paid Campaign", variant: "Paid Campaign",
imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-background-design_1343-57.jpg", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-background-design_1343-57.jpg?_wi=1",
imageAlt: "E-commerce product launch campaign", imageAlt: "E-commerce product launch campaign",
}, },
]} ]}
@@ -325,37 +325,37 @@ export default function HomePage() {
{ {
id: "1", id: "1",
name: "Sarah Johnson", name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-expert-with-flipchart_1262-1745.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-expert-with-flipchart_1262-1745.jpg?_wi=1",
imageAlt: "Sarah Johnson, CEO of TrendCo", imageAlt: "Sarah Johnson, CEO of TrendCo",
}, },
{ {
id: "2", id: "2",
name: "Marcus Chen", name: "Marcus Chen",
imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music-business-meeting_23-2148746263.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music-business-meeting_23-2148746263.jpg?_wi=1",
imageAlt: "Marcus Chen, Founder of InnovateLabs", imageAlt: "Marcus Chen, Founder of InnovateLabs",
}, },
{ {
id: "3", id: "3",
name: "Emily Rodriguez", name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-professional-intern-looking-camera-meeting_1163-4626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-professional-intern-looking-camera-meeting_1163-4626.jpg?_wi=1",
imageAlt: "Emily Rodriguez, Marketing Director at GrowthCo", imageAlt: "Emily Rodriguez, Marketing Director at GrowthCo",
}, },
{ {
id: "4", id: "4",
name: "David Kim", name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-businesswoman-sitting-meeting_1262-2246.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-businesswoman-sitting-meeting_1262-2246.jpg?_wi=1",
imageAlt: "David Kim, CMO of BrandWorks", imageAlt: "David Kim, CMO of BrandWorks",
}, },
{ {
id: "5", id: "5",
name: "Jessica Taylor", name: "Jessica Taylor",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg?_wi=1",
imageAlt: "Jessica Taylor, CEO of StyleUp Fashion", imageAlt: "Jessica Taylor, CEO of StyleUp Fashion",
}, },
{ {
id: "6", id: "6",
name: "Alex Thompson", name: "Alex Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-ceo-speaking-ai-business-expo-front-entrepreneurs_482257-105931.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-ceo-speaking-ai-business-expo-front-entrepreneurs_482257-105931.jpg?_wi=1",
imageAlt: "Alex Thompson, Founder of TechVenture", imageAlt: "Alex Thompson, Founder of TechVenture",
}, },
]} ]}

View File

@@ -97,7 +97,7 @@ export default function PortfolioPage() {
name: "Fashion Brand Rebrand", name: "Fashion Brand Rebrand",
price: "350% ROI", price: "350% ROI",
variant: "Influencer Collaboration", variant: "Influencer Collaboration",
imageSrc: "http://img.b2bpic.net/free-psd/fall-autumn-template-design-social-media-post_23-2149062509.jpg", imageSrc: "http://img.b2bpic.net/free-psd/fall-autumn-template-design-social-media-post_23-2149062509.jpg?_wi=2",
imageAlt: "Fashion brand social media campaign", imageAlt: "Fashion brand social media campaign",
}, },
{ {
@@ -105,7 +105,7 @@ export default function PortfolioPage() {
name: "Tech Startup Growth", name: "Tech Startup Growth",
price: "500K Followers", price: "500K Followers",
variant: "Organic Growth Strategy", variant: "Organic Growth Strategy",
imageSrc: "http://img.b2bpic.net/free-psd/architecture-project-instagram-posts-template_23-2150259229.jpg", imageSrc: "http://img.b2bpic.net/free-psd/architecture-project-instagram-posts-template_23-2150259229.jpg?_wi=2",
imageAlt: "Tech startup social media growth", imageAlt: "Tech startup social media growth",
}, },
{ {
@@ -113,7 +113,7 @@ export default function PortfolioPage() {
name: "E-commerce Launch", name: "E-commerce Launch",
price: "2.5M Impressions", price: "2.5M Impressions",
variant: "Paid Campaign", variant: "Paid Campaign",
imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-background-design_1343-57.jpg", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-background-design_1343-57.jpg?_wi=2",
imageAlt: "E-commerce product launch campaign", imageAlt: "E-commerce product launch campaign",
}, },
{ {
@@ -121,7 +121,7 @@ export default function PortfolioPage() {
name: "Luxury Lifestyle Brand", name: "Luxury Lifestyle Brand",
price: "8.2M Engagements", price: "8.2M Engagements",
variant: "Premium Content Strategy", variant: "Premium Content Strategy",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-notepad-near-coffee-notepad_23-2147777787.jpg", imageSrc: "http://img.b2bpic.net/free-photo/colorful-notepad-near-coffee-notepad_23-2147777787.jpg?_wi=2",
imageAlt: "Luxury brand premium content", imageAlt: "Luxury brand premium content",
}, },
{ {
@@ -129,7 +129,7 @@ export default function PortfolioPage() {
name: "B2B SaaS Platform", name: "B2B SaaS Platform",
price: "45% Conversion Lift", price: "45% Conversion Lift",
variant: "Lead Generation Focus", variant: "Lead Generation Focus",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg", imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg?_wi=2",
imageAlt: "B2B SaaS marketing campaign", imageAlt: "B2B SaaS marketing campaign",
}, },
{ {
@@ -137,7 +137,7 @@ export default function PortfolioPage() {
name: "Non-profit Awareness", name: "Non-profit Awareness",
price: "2M+ Reach", price: "2M+ Reach",
variant: "Community Engagement", variant: "Community Engagement",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4834.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4834.jpg?_wi=2",
imageAlt: "Non-profit awareness campaign", imageAlt: "Non-profit awareness campaign",
}, },
]} ]}
@@ -155,37 +155,37 @@ export default function PortfolioPage() {
{ {
id: "1", id: "1",
name: "Sarah Johnson", name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-expert-with-flipchart_1262-1745.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-expert-with-flipchart_1262-1745.jpg?_wi=2",
imageAlt: "Sarah Johnson, CEO of TrendCo", imageAlt: "Sarah Johnson, CEO of TrendCo",
}, },
{ {
id: "2", id: "2",
name: "Marcus Chen", name: "Marcus Chen",
imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music-business-meeting_23-2148746263.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music-business-meeting_23-2148746263.jpg?_wi=2",
imageAlt: "Marcus Chen, Founder of InnovateLabs", imageAlt: "Marcus Chen, Founder of InnovateLabs",
}, },
{ {
id: "3", id: "3",
name: "Emily Rodriguez", name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-professional-intern-looking-camera-meeting_1163-4626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-professional-intern-looking-camera-meeting_1163-4626.jpg?_wi=2",
imageAlt: "Emily Rodriguez, Marketing Director at GrowthCo", imageAlt: "Emily Rodriguez, Marketing Director at GrowthCo",
}, },
{ {
id: "4", id: "4",
name: "David Kim", name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-businesswoman-sitting-meeting_1262-2246.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-businesswoman-sitting-meeting_1262-2246.jpg?_wi=2",
imageAlt: "David Kim, CMO of BrandWorks", imageAlt: "David Kim, CMO of BrandWorks",
}, },
{ {
id: "5", id: "5",
name: "Jessica Taylor", name: "Jessica Taylor",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg?_wi=2",
imageAlt: "Jessica Taylor, CEO of StyleUp Fashion", imageAlt: "Jessica Taylor, CEO of StyleUp Fashion",
}, },
{ {
id: "6", id: "6",
name: "Alex Thompson", name: "Alex Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-ceo-speaking-ai-business-expo-front-entrepreneurs_482257-105931.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-ceo-speaking-ai-business-expo-front-entrepreneurs_482257-105931.jpg?_wi=2",
imageAlt: "Alex Thompson, Founder of TechVenture", imageAlt: "Alex Thompson, Founder of TechVenture",
}, },
]} ]}

View File

@@ -98,42 +98,42 @@ export default function ServicesPage() {
id: "strategy", id: "strategy",
title: "Strategic Planning", title: "Strategic Planning",
description: "Data-driven social media strategies aligned with your business objectives. We conduct comprehensive audits and competitor analysis to position your brand for success.", description: "Data-driven social media strategies aligned with your business objectives. We conduct comprehensive audits and competitor analysis to position your brand for success.",
imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=2",
imageAlt: "business strategy planning whiteboard", imageAlt: "business strategy planning whiteboard",
}, },
{ {
id: "content", id: "content",
title: "Content Creation", title: "Content Creation",
description: "Engaging, on-brand content that captures attention and drives engagement. From graphics to videos, we produce compelling content across all platforms.", description: "Engaging, on-brand content that captures attention and drives engagement. From graphics to videos, we produce compelling content across all platforms.",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5035.jpg", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5035.jpg?_wi=2",
imageAlt: "content creation video production studio", imageAlt: "content creation video production studio",
}, },
{ {
id: "management", id: "management",
title: "Community Management", title: "Community Management",
description: "Responsive, authentic engagement with your audience. We build and nurture communities that become loyal brand advocates.", description: "Responsive, authentic engagement with your audience. We build and nurture communities that become loyal brand advocates.",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-office-break_23-2148825905.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-people-office-break_23-2148825905.jpg?_wi=2",
imageAlt: "online community engagement interaction", imageAlt: "online community engagement interaction",
}, },
{ {
id: "advertising", id: "advertising",
title: "Paid Social Advertising", title: "Paid Social Advertising",
description: "Optimized paid campaigns that maximize ROI. Expert audience targeting and continuous optimization for measurable results.", description: "Optimized paid campaigns that maximize ROI. Expert audience targeting and continuous optimization for measurable results.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-exploration-landing-page-template_23-2150035160.jpg", imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-exploration-landing-page-template_23-2150035160.jpg?_wi=2",
imageAlt: "digital advertising campaign strategy", imageAlt: "digital advertising campaign strategy",
}, },
{ {
id: "analytics", id: "analytics",
title: "Analytics & Reporting", title: "Analytics & Reporting",
description: "Transparent performance tracking with actionable insights. Detailed reports showcase the impact of our strategies on your bottom line.", description: "Transparent performance tracking with actionable insights. Detailed reports showcase the impact of our strategies on your bottom line.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg?_wi=2",
imageAlt: "business analytics data visualization", imageAlt: "business analytics data visualization",
}, },
{ {
id: "influencer", id: "influencer",
title: "Influencer Partnerships", title: "Influencer Partnerships",
description: "Strategic collaborations with relevant influencers to expand your reach and authentic brand advocacy.", description: "Strategic collaborations with relevant influencers to expand your reach and authentic brand advocacy.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-laughing-holding-tablet_23-2148850615.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-women-laughing-holding-tablet_23-2148850615.jpg?_wi=2",
imageAlt: "influencer marketing partnership collaboration", imageAlt: "influencer marketing partnership collaboration",
}, },
]} ]}