Update src/app/page.tsx

This commit is contained in:
2026-04-02 20:26:32 +00:00
parent 280549e18b
commit 1ae16c461a

View File

@@ -48,18 +48,18 @@ export default function LandingPage() {
title="We Build Digital Experiences That Define The Future."
description="Crafting high-performance websites and digital solutions for ambitious brands looking to dominate their market."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg", imageAlt: "Digital Showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/illustration-several-golden-lights-motion-flowing-into-one-direction_181624-24445.jpg", imageAlt: "Abstract Art" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-shapes_23-2150979717.jpg", imageAlt: "Dashboard UI" },
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-argueing-discussing-drawings-new-ideas-office_176420-1693.jpg", imageAlt: "Studio Workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg", imageAlt: "Tech Energy" }
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg?_wi=1", imageAlt: "Digital Showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/illustration-several-golden-lights-motion-flowing-into-one-direction_181624-24445.jpg?_wi=1", imageAlt: "Abstract Art" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-shapes_23-2150979717.jpg?_wi=1", imageAlt: "Dashboard UI" },
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-argueing-discussing-drawings-new-ideas-office_176420-1693.jpg?_wi=1", imageAlt: "Studio Workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg?_wi=1", imageAlt: "Tech Energy" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320719.jpg", imageAlt: "Designer at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg", imageAlt: "Tech Energy" },
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-argueing-discussing-drawings-new-ideas-office_176420-1693.jpg", imageAlt: "Studio Workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-shapes_23-2150979717.jpg", imageAlt: "Dashboard UI" },
{ imageSrc: "http://img.b2bpic.net/free-photo/illustration-several-golden-lights-motion-flowing-into-one-direction_181624-24445.jpg", imageAlt: "Abstract Art" }
{ imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg?_wi=2", imageAlt: "Tech Energy" },
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-argueing-discussing-drawings-new-ideas-office_176420-1693.jpg?_wi=2", imageAlt: "Studio Workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-shapes_23-2150979717.jpg?_wi=2", imageAlt: "Dashboard UI" },
{ imageSrc: "http://img.b2bpic.net/free-photo/illustration-several-golden-lights-motion-flowing-into-one-direction_181624-24445.jpg?_wi=2", imageAlt: "Abstract Art" }
]}
tag="Award-Winning Agency"
buttons={[{ text: "View Our Work", href: "#work" }, { text: "Let's Talk", href: "#contact" }]}
@@ -86,9 +86,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Fintech Dashboard", description: "Redesigned financial tracking tool improving user retention by 40%.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-shapes_23-2150979717.jpg", buttonIcon: ArrowRight },
{ title: "Eco-Commerce Platform", description: "Sustainable fashion marketplace with a seamless checkout experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg", buttonIcon: ArrowRight },
{ title: "Healthcare AI", description: "Innovative diagnostics platform for leading clinical research teams.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg", buttonIcon: ArrowRight }
{ title: "Fintech Dashboard", description: "Redesigned financial tracking tool improving user retention by 40%.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-shapes_23-2150979717.jpg?_wi=3", buttonIcon: ArrowRight },
{ title: "Eco-Commerce Platform", description: "Sustainable fashion marketplace with a seamless checkout experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg?_wi=2", buttonIcon: ArrowRight },
{ title: "Healthcare AI", description: "Innovative diagnostics platform for leading clinical research teams.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg?_wi=3", buttonIcon: ArrowRight }
]}
title="Our Work"
description="A curated selection of our most successful client projects."