Update src/app/page.tsx

This commit is contained in:
2026-03-07 10:36:25 +00:00
parent 4c13c39e16
commit b3f90fffe2

View File

@@ -59,13 +59,13 @@ export default function LandingPage() {
]}
slides={[
{
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/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "content creation studio workspace"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg", imageAlt: "Production facility"
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg", imageAlt: "digital content production setup"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg", imageAlt: "Team collaboration"
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg", imageAlt: "professional content creator team"
},
]}
autoplayDelay={5000}
@@ -98,7 +98,7 @@ export default function LandingPage() {
description="You deserve a team that understands your vision. We handle everything—strategy, creation, and optimization—so you can focus on growing your business."
tag="The Problem"
imageSrc="http://img.b2bpic.net/free-vector/shiny-drop-dark-background_1182-1339.jpg"
imageAlt="Glowing orb visual element"
imageAlt="soft glowing light orb abstract"
buttons={[
{
text: "Let's talk →", href: "https://tally.so/r/lumitris-contact"
@@ -192,16 +192,16 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1", name: "Dedicated Team", price: "Your Full Team", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg", imageAlt: "Dedicated content team"
id: "1", name: "Dedicated Team", price: "Your Full Team", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg", imageAlt: "professional content creator team"
},
{
id: "2", name: "Full-Service Solutions", price: "End-to-End", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "Full service workspace"
id: "2", name: "Full-Service Solutions", price: "End-to-End", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "content creation studio workspace"
},
{
id: "3", name: "Data-Driven Strategy", price: "Results Focus", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg", imageAlt: "Analytics and strategy"
id: "3", name: "Data-Driven Strategy", price: "Results Focus", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg", imageAlt: "digital content production setup"
},
{
id: "4", name: "Transparent Reporting", price: "Complete Clarity", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "Transparent reporting"
id: "4", name: "Transparent Reporting", price: "Complete Clarity", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "content creation studio workspace"
},
]}
ariaLabel="Why Lumitris differentiators section"
@@ -243,7 +243,7 @@ export default function LandingPage() {
},
]}
imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg"
imageAlt="FAQ illustration"
imageAlt="content creation studio workspace"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
textboxLayout="default"
@@ -278,4 +278,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}