diff --git a/src/app/page.tsx b/src/app/page.tsx index f2913d5..ffeb9ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,8 @@ export default function LandingPage() { { name: "FAQ", id: "faq" }, ]} button={{ - text: "Build my team →", href: "https://tally.so/r/lumitris-contact"}} + text: "Build my team →", href: "https://tally.so/r/lumitris-contact" + }} className="fixed top-0 left-0 right-0 z-50" buttonClassName="rounded-full bg-primary-cta text-primary-cta-text hover:opacity-90" /> @@ -53,15 +54,19 @@ export default function LandingPage() { description="Your content. Fully handled." buttons={[ { - text: "Build my team →", href: "https://tally.so/r/lumitris-contact"}, + text: "Build my team →", href: "https://tally.so/r/lumitris-contact" + }, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg?_wi=1", imageAlt: "Content creation workspace"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "Content creation workspace" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg?_wi=1", imageAlt: "Production facility"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg", imageAlt: "Production facility" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg?_wi=1", imageAlt: "Team collaboration"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg", imageAlt: "Team collaboration" + }, ]} autoplayDelay={5000} showDimOverlay={true} @@ -75,7 +80,8 @@ export default function LandingPage() {
@@ -211,15 +230,19 @@ export default function LandingPage() { tag="FAQ" faqs={[ { - id: "1", title: "How quickly can you get started?", content: "We typically start within 1-2 weeks of signing. Our discovery phase ensures we fully understand your brand before jumping in."}, + id: "1", title: "How quickly can you get started?", content: "We typically start within 1-2 weeks of signing. Our discovery phase ensures we fully understand your brand before jumping in." + }, { - id: "2", title: "Can you work with my existing tools and workflows?", content: "Absolutely. We integrate seamlessly with whatever platforms and tools your team is already using—no disruption to your current operations."}, + id: "2", title: "Can you work with my existing tools and workflows?", content: "Absolutely. We integrate seamlessly with whatever platforms and tools your team is already using—no disruption to your current operations." + }, { - id: "3", title: "What if I need to scale my team up or down?", content: "Our flexible engagement model lets you adjust your content team size based on your needs. Scale up for big campaigns, scale down during slower periods."}, + id: "3", title: "What if I need to scale my team up or down?", content: "Our flexible engagement model lets you adjust your content team size based on your needs. Scale up for big campaigns, scale down during slower periods." + }, { - id: "4", title: "How do you measure success?", content: "We establish clear KPIs upfront and provide monthly reports with transparent metrics: engagement, reach, conversions, and ROI."}, + id: "4", title: "How do you measure success?", content: "We establish clear KPIs upfront and provide monthly reports with transparent metrics: engagement, reach, conversions, and ROI." + }, ]} - imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg" imageAlt="FAQ illustration" mediaAnimation="slide-up" faqsAnimation="slide-up" @@ -234,17 +257,20 @@ export default function LandingPage() {