Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-23 21:32:15 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
buttons={[{ text: "Explore Services", href: "#features" }]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-with-technical-information_53876-101869.jpg", imageAlt: "holographic coding interface" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/it-professional-updating-ai-systems_482257-90811.jpg", imageAlt: "cloud computing network nodes" },
{ id: "2", imageSrc: "http://img.b2bpic.net/it-professional-updating-ai-systems_482257-90811.jpg", imageAlt: "cloud computing network nodes" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/person-suffering-from-technology-addiction-cybersickness_23-2151552614.jpg", imageAlt: "ai neural network digital brain" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/blue-light-lines-dots-from-fiber-optic-wires-dark-background-computer-communications-idea-selective-focus-blur-dark-background_166373-1651.jpg", imageAlt: "digital data flow motion blur" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/male-expert-uses-tablet-with-chroma-key-display-leveraging-dashboards_482257-126212.jpg", imageAlt: "modern software analytics dashboard" },
@@ -132,6 +132,7 @@ export default function LandingPage() {
description="Everything you need to know about our workflow and processes."
faqsAnimation="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -140,6 +141,7 @@ export default function LandingPage() {
text="Let's Engineer Your Vision - Get in touch with us today."
background={{ variant: "rotated-rays-animated" }}
buttons={[{ text: "Contact Our Team", href: "#" }]}
useInvertedBackground={false}
/>
</div>