From d55c05498220fc4cd16b225d03c2b186be0f8e64 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:55:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c7b071..78d6047 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,20 +48,20 @@ export default function LandingPage() { title="Designing the Future of Digital Experiences" description="Lumina is a premium design agency focused on building high-performance digital products that bridge the gap between imagination and reality." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg", imageAlt: "Hero slide 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg", imageAlt: "Hero slide 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg", imageAlt: "Hero slide 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg", imageAlt: "Hero slide 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg", imageAlt: "Hero slide 5" }, - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg", imageAlt: "Hero slide 6" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg?_wi=1", imageAlt: "Hero slide 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg?_wi=2", imageAlt: "Hero slide 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg?_wi=3", imageAlt: "Hero slide 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg?_wi=4", imageAlt: "Hero slide 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg?_wi=5", imageAlt: "Hero slide 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg?_wi=6", imageAlt: "Hero slide 6" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg", imageAlt: "Hero slide 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg", imageAlt: "Hero slide 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg", imageAlt: "Hero slide 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg", imageAlt: "Hero slide 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg", imageAlt: "Hero slide 5" }, - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg", imageAlt: "Hero slide 6" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg?_wi=7", imageAlt: "Hero slide 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg?_wi=8", imageAlt: "Hero slide 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg?_wi=9", imageAlt: "Hero slide 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg?_wi=10", imageAlt: "Hero slide 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg?_wi=11", imageAlt: "Hero slide 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colorful-glow_169016-52251.jpg?_wi=12", imageAlt: "Hero slide 6" }, ]} buttons={[{ text: "View Our Work", href: "#work" }, { text: "Get In Touch", href: "#contact" }]} avatars={[ -- 2.49.1