Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 00:45:57 +00:00

View File

@@ -34,7 +34,7 @@ const heroSlides = [
const serviceFeatures = [
{
id: 1,
title: "Strategic Planning & Consultation", description: "Personalized marketing strategies to identify your unique value proposition and audience targeting opportunities. We analyze your niche and create actionable growth plans.", imageSrc: "http://img.b2bpic.net/free-photo/business-team-collaborating-corporate-culture-initiatives-development_482257-90929.jpg", imageAlt: "Strategic planning session"
title: "Strategic Planning & Consultation", description: "Personalized marketing strategies to identify your unique value proposition and audience targeting opportunities. We analyze your niche and create actionable growth plans.", imageSrc: "http://img.b2bpic.net/free-photo/business-team-collaborating-corporate-culture-initiatives-development_482257-90929.jpg?_wi=1", imageAlt: "Strategic planning session"
},
{
id: 2,
@@ -48,16 +48,16 @@ const serviceFeatures = [
const metricCards = [
{
id: "1", value: "500+", title: "Managers Served", description: "Trusted by content creators worldwide", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg", imageAlt: "Community growth"
id: "1", value: "500+", title: "Managers Served", description: "Trusted by content creators worldwide", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg?_wi=1", imageAlt: "Community growth"
},
{
id: "2", value: "$50M+", title: "Revenue Generated", description: "For our creator clients in 2024", imageSrc: "http://img.b2bpic.net/free-photo/business-team-collaborating-corporate-culture-initiatives-development_482257-90929.jpg", imageAlt: "Financial success"
id: "2", value: "$50M+", title: "Revenue Generated", description: "For our creator clients in 2024", imageSrc: "http://img.b2bpic.net/free-photo/business-team-collaborating-corporate-culture-initiatives-development_482257-90929.jpg?_wi=2", imageAlt: "Financial success"
},
];
const testimonials = [
{
id: "1", name: "Jessica Martinez", handle: "@jessica_content", testimonial: "Aspen Clipping transformed my OnlyFans strategy. In 6 months, my subscribers tripled and my revenue quadrupled. Their team really understands the creator economy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez"
id: "1", name: "Jessica Martinez", handle: "@jessica_content", testimonial: "Aspen Clipping transformed my OnlyFans strategy. In 6 months, my subscribers tripled and my revenue quadrupled. Their team really understands the creator economy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Jessica Martinez"
},
{
id: "2", name: "Marcus Johnson", handle: "@marcus_creator", testimonial: "Best investment I made for my creator business. The data-driven approach and personalized strategy made all the difference in my growth trajectory.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Marcus Johnson"
@@ -66,13 +66,13 @@ const testimonials = [
id: "3", name: "Sofia Rossi", handle: "@sofia_brand", testimonial: "Professional, responsive, and results-driven. Aspen Clipping didn't just give me a plan—they executed it with precision. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Sofia Rossi"
},
{
id: "4", name: "David Chen", handle: "@david_creators", testimonial: "The analytics reporting alone is worth it. But the strategic guidance? Invaluable. My subscriber retention improved dramatically within the first month.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"
id: "4", name: "David Chen", handle: "@david_creators", testimonial: "The analytics reporting alone is worth it. But the strategic guidance? Invaluable. My subscriber retention improved dramatically within the first month.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen"
},
{
id: "5", name: "Emma Thompson", handle: "@emma_digital", testimonial: "Aspen Clipping treats your growth like it's their own business. That level of dedication is rare. My OnlyFans income has become my primary revenue stream thanks to them.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Emma Thompson"
},
{
id: "6", name: "Alex Rodriguez", handle: "@alex_content", testimonial: "From strategy to execution, every step was smooth and professional. The ROI is undeniable. If you're serious about maximizing your OnlyFans potential, work with them.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Rodriguez"
id: "6", name: "Alex Rodriguez", handle: "@alex_content", testimonial: "From strategy to execution, every step was smooth and professional. The ROI is undeniable. If you're serious about maximizing your OnlyFans potential, work with them.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Alex Rodriguez"
},
];
@@ -185,7 +185,7 @@ export default function AspenClippingPage() {
{ value: "250%", title: "Average Subscriber Growth" },
{ value: "3.5x", title: "Revenue Increase" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg?_wi=2"
imageAlt="Team collaboration and success"
useInvertedBackground={false}
mediaAnimation="slide-up"