Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-17 11:09:07 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "View Our Work", href: "#portfolio" } { text: "View Our Work", href: "#portfolio" }
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947437.jpg" imageSrc="http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947437.jpg?_wi=1"
imageAlt="creative social media campaign strategy" imageAlt="creative social media campaign strategy"
showDimOverlay={true} showDimOverlay={true}
showBlur={true} showBlur={true}
@@ -70,7 +70,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#services" } { text: "Learn More", href: "#services" }
]} ]}
buttonAnimation="opacity" buttonAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/people-reading-draft-near-working-colleague_23-2147808059.jpg" imageSrc="http://img.b2bpic.net/free-photo/people-reading-draft-near-working-colleague_23-2147808059.jpg?_wi=1"
imageAlt="diverse creative team working together" imageAlt="diverse creative team working together"
useInvertedBackground={false} useInvertedBackground={false}
ariaLabel="About section - Our expertise" ariaLabel="About section - Our expertise"
@@ -134,10 +134,10 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
products={[ products={[
{ {
id: "case-1", name: "Luxury Fashion Brand Campaign", price: "285% ROI", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg", imageAlt: "luxury fashion brand social media campaign" id: "case-1", name: "Luxury Fashion Brand Campaign", price: "285% ROI", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg?_wi=1", imageAlt: "luxury fashion brand social media campaign"
}, },
{ {
id: "case-2", name: "Tech Startup Growth Initiative", price: "420% Follower Growth", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-use-technology-office_482257-120242.jpg", imageAlt: "technology startup social media growth" id: "case-2", name: "Tech Startup Growth Initiative", price: "420% Follower Growth", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-use-technology-office_482257-120242.jpg?_wi=1", imageAlt: "technology startup social media growth"
}, },
{ {
id: "case-3", name: "Wellness Brand Influencer Partnership", price: "3.2M Impressions", imageSrc: "http://img.b2bpic.net/free-photo/girl-friends-celebration-moments_23-2149168079.jpg", imageAlt: "lifestyle brand influencer collaboration" id: "case-3", name: "Wellness Brand Influencer Partnership", price: "3.2M Impressions", imageSrc: "http://img.b2bpic.net/free-photo/girl-friends-celebration-moments_23-2149168079.jpg", imageAlt: "lifestyle brand influencer collaboration"
@@ -159,16 +159,16 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "metric-1", value: "500+", title: "Campaigns Launched", description: "Across all major social platforms with consistent success", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947437.jpg", imageAlt: "social media campaign metrics visualization" id: "metric-1", value: "500+", title: "Campaigns Launched", description: "Across all major social platforms with consistent success", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947437.jpg?_wi=2", imageAlt: "social media campaign metrics visualization"
}, },
{ {
id: "metric-2", value: "2.3B", title: "Total Impressions", description: "Generated for our client portfolio this year", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-draft-near-working-colleague_23-2147808059.jpg", imageAlt: "impressions analytics visualization" id: "metric-2", value: "2.3B", title: "Total Impressions", description: "Generated for our client portfolio this year", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-draft-near-working-colleague_23-2147808059.jpg?_wi=2", imageAlt: "impressions analytics visualization"
}, },
{ {
id: "metric-3", value: "98%", title: "Client Satisfaction", description: "Consistently exceeding expectations quarter after quarter", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg", imageAlt: "client satisfaction metrics" id: "metric-3", value: "98%", title: "Client Satisfaction", description: "Consistently exceeding expectations quarter after quarter", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg?_wi=2", imageAlt: "client satisfaction metrics"
}, },
{ {
id: "metric-4", value: "24/7", title: "Support Available", description: "Dedicated account managers for your peace of mind", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-use-technology-office_482257-120242.jpg", imageAlt: "24-7 support team availability" id: "metric-4", value: "24/7", title: "Support Available", description: "Dedicated account managers for your peace of mind", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-use-technology-office_482257-120242.jpg?_wi=2", imageAlt: "24-7 support team availability"
} }
]} ]}
/> />