Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 21:49:48 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -50,20 +50,20 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/group-business-executives-interacting-with-each-other_1170-760.jpg"
imageAlt="Creative team collaborating on content strategy"
mediaAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
testimonials={[
{
name: "Sarah Mitchell", handle: "CEO, Marketing Co.", testimonial: "Their content strategy completely transformed our brand presence. Exceptional creativity and professionalism.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"
},
{
name: "James Chen", handle: "Director, Tech Ventures", testimonial: "Outstanding team. They understood our vision immediately and executed flawlessly. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"
},
{
name: "Emma Rodriguez", handle: "Founder, Design Studio", testimonial: "Professional, creative, and results-driven. They elevated our brand storytelling to new heights.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"
}
]}
buttons={[
@@ -97,13 +97,13 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
id: "1", title: "Content Strategy", description: "Develop comprehensive content roadmaps aligned with your business objectives and audience insights", tag: "Strategic", imageSrc: "http://img.b2bpic.net/free-psd/creative-marketing-agency-social-media-story-design-template_47987-33977.jpg?_wi=1", imageAlt: "Content strategy planning"
id: "1", title: "Content Strategy", description: "Develop comprehensive content roadmaps aligned with your business objectives and audience insights", tag: "Strategic", imageSrc: "http://img.b2bpic.net/free-psd/creative-marketing-agency-social-media-story-design-template_47987-33977.jpg", imageAlt: "Content strategy planning"
},
{
id: "2", title: "Brand Storytelling", description: "Create authentic narratives that connect emotionally with your target audience and build lasting relationships", tag: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-127380.jpg?_wi=1", imageAlt: "Brand storytelling workshop"
id: "2", title: "Brand Storytelling", description: "Create authentic narratives that connect emotionally with your target audience and build lasting relationships", tag: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-127380.jpg", imageAlt: "Brand storytelling workshop"
},
{
id: "3", title: "Multimedia Production", description: "High-quality video, photography, and audio content produced with professional excellence and creative vision", tag: "Production", imageSrc: "http://img.b2bpic.net/free-photo/creative-professional-editing-video-footage-home_482257-131584.jpg?_wi=1", imageAlt: "Video production studio"
id: "3", title: "Multimedia Production", description: "High-quality video, photography, and audio content produced with professional excellence and creative vision", tag: "Production", imageSrc: "http://img.b2bpic.net/free-photo/creative-professional-editing-video-footage-home_482257-131584.jpg", imageAlt: "Video production studio"
}
]}
buttonAnimation="slide-up"
@@ -122,16 +122,13 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "1", brand: "TechFlow", name: "Product Launch Campaign", price: "Completed", rating: 5,
reviewCount: "12k views", imageSrc: "http://img.b2bpic.net/free-psd/creative-marketing-agency-social-media-story-design-template_47987-33977.jpg?_wi=2", imageAlt: "TechFlow product launch campaign"
id: "1", brand: "TechFlow", name: "Product Launch Campaign", price: "Completed", rating: 5, reviewCount: "12k views", imageSrc: "http://img.b2bpic.net/free-psd/creative-marketing-agency-social-media-story-design-template_47987-33977.jpg", imageAlt: "TechFlow product launch campaign"
},
{
id: "2", brand: "GrowthCo", name: "Social Media Strategy", price: "Completed", rating: 5,
reviewCount: "8.5k engagement", imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-127380.jpg?_wi=2", imageAlt: "GrowthCo social media campaign"
id: "2", brand: "GrowthCo", name: "Social Media Strategy", price: "Completed", rating: 5, reviewCount: "8.5k engagement", imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-127380.jpg", imageAlt: "GrowthCo social media campaign"
},
{
id: "3", brand: "BrandStudio", name: "Video Marketing Series", price: "Completed", rating: 5,
reviewCount: "25k views", imageSrc: "http://img.b2bpic.net/free-photo/creative-professional-editing-video-footage-home_482257-131584.jpg?_wi=2", imageAlt: "BrandStudio video series"
id: "3", brand: "BrandStudio", name: "Video Marketing Series", price: "Completed", rating: 5, reviewCount: "25k views", imageSrc: "http://img.b2bpic.net/free-photo/creative-professional-editing-video-footage-home_482257-131584.jpg", imageAlt: "BrandStudio video series"
}
]}
buttonAnimation="slide-up"
@@ -177,22 +174,22 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Jennifer Park", role: "VP Marketing, TechFlow", testimonial: "Lumina transformed our brand narrative. Their strategic approach and creative execution exceeded all expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jennifer Park"
id: "1", name: "Jennifer Park", role: "VP Marketing, TechFlow", testimonial: "Lumina transformed our brand narrative. Their strategic approach and creative execution exceeded all expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Park"
},
{
id: "2", name: "Michael Torres", role: "CEO, GrowthCo", testimonial: "Exceptional team with deep industry knowledge. They delivered results that directly impacted our bottom line.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Michael Torres"
id: "2", name: "Michael Torres", role: "CEO, GrowthCo", testimonial: "Exceptional team with deep industry knowledge. They delivered results that directly impacted our bottom line.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Torres"
},
{
id: "3", name: "Lisa Anderson", role: "Creative Lead, BrandStudio", testimonial: "Professional, innovative, and truly collaborative. Our partnership with Lumina has been invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Lisa Anderson"
id: "3", name: "Lisa Anderson", role: "Creative Lead, BrandStudio", testimonial: "Professional, innovative, and truly collaborative. Our partnership with Lumina has been invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Anderson"
},
{
id: "4", name: "Robert Chen", role: "Founder, InnovateLab", testimonial: "Outstanding content that resonates with our audience. Lumina brings both strategy and creativity to every project.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "Robert Chen"
id: "4", name: "Robert Chen", role: "Founder, InnovateLab", testimonial: "Outstanding content that resonates with our audience. Lumina brings both strategy and creativity to every project.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Chen"
},
{
id: "5", name: "Victoria Schmidt", role: "Director, Creative Agency", testimonial: "We trusted Lumina with our most important campaigns. They delivered excellence across the board.", imageSrc: "http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg", imageAlt: "Victoria Schmidt"
},
{
id: "6", name: "Thomas Wright", role: "Marketing Manager, StartupX", testimonial: "Lumina understood our vision immediately and executed flawlessly. Highly recommended for any brand.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "Thomas Wright"
id: "6", name: "Thomas Wright", role: "Marketing Manager, StartupX", testimonial: "Lumina understood our vision immediately and executed flawlessly. Highly recommended for any brand.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Thomas Wright"
}
]}
buttonAnimation="slide-up"
@@ -205,7 +202,7 @@ export default function LandingPage() {
tagIcon={Mail}
title="Ready to Elevate Your Content?"
description="Let's collaborate to create compelling content that drives results. Reach out today to discuss your project."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Contact Us", href: "mailto:hello@lumina.com" },