checkpoint: before i18n implementation

This commit is contained in:
Leon-in
2026-04-29 00:29:14 +08:00
parent ded6c67a36
commit 437dc976fb
41 changed files with 2167 additions and 1855 deletions
+41 -100
View File
@@ -1,27 +1,26 @@
import Image from "next/image"
import Link from "next/link"
import { BLOG_POSTS } from "@/lib/blog-data"
export default function BlogPreviewSection() {
const featured = BLOG_POSTS.slice(0, 2)
return (
<section className="section overflow-hidden">
<div className="w-layout-blockcontainer container-default w-container">
<div data-w-id="b227046f-7b8d-96be-04ed-4ad8f3500f81" style={{"opacity": "0", "filter": "blur(8px)"}} className="title-left-content-right">
<div className="inner-container _480px">
<div className="subtitle">
</div>
<div className="subtitle">Insights</div>
<div className="mg-top-4x-extra-small">
<h2>
Our latest news & articles </h2>
<h2></h2>
</div>
<div className="mg-top-5x-extra-small">
<p>
ipsum dolor sit amet consectetur nec quis suspendisse nulla. </p>
<p> DAL Code Agent Skills </p>
</div>
</div>
<Link id="w-node-_99805214-dd54-e7f3-2549-05c0df1040fb-df1040fb" href="/blog" className="primary-button w-inline-block">
<div className="button-content">
<div>
See all articles</div>
<div></div>
<div className="button-icon-wrapper primary">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" className="squared-icon">
<path d="M6.25391 3.45312L10.7458 8.01563L6.25391 12.5781" stroke="currentColor" strokeWidth="1.5" strokeLinecap="square">
@@ -38,106 +37,48 @@ export default function BlogPreviewSection() {
<div className="mg-top-regular">
<div data-w-id="f1b0018b-51d6-aaa6-2d43-c2ee184868a3" style={{"opacity": "0", "filter": "blur(8px)"}} className="w-dyn-list">
<div role="list" className="w-dyn-items">
<div role="listitem" className="flex-item w-dyn-item">
<div className="blog-featured-v1-wrapper">
<div className="border-wrapper">
<Link href="/blog-posts/ai-powered-predictive-models-and-their-impact-across-industries" className="blog-card-v1 w-inline-block">
<div className="blog-v1-image-wrapper">
<Image alt="AI-powAI-powered predictive models and their impact across industries" src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3b39/68a6e7e2a643b738b2cb06fc_ai-powered-predictive-models-and-their-impact-thumbnail-quantum-webflow-template.png" sizes="(max-width: 767px) 100vw, (max-width: 991px) 95vw, 939.96533203125px" className="image" fill style={{ objectFit: "cover" }} />
</div>
<div className="blog-v1-content">
<div className="inner-container _420px">
<h3 className="display-6">AI-powered predictive models and their impact across industries </h3>
<div className="mg-top-4x-extra-small">
<p className="text-paragraph">
ipsum dolor sit amet consectetur sit mi lacus quis vitae sed pellentesque libero ultricies neque. </p>
{featured.map((post) => (
<div key={post.slug} role="listitem" className="flex-item w-dyn-item">
<div className="blog-featured-v1-wrapper">
<div className="border-wrapper">
<Link href={`/blog-posts/${post.slug}`} className="blog-card-v1 w-inline-block">
<div className="blog-v1-image-wrapper">
<Image alt={post.imageAlt} src={post.image} sizes="(max-width: 767px) 100vw, (max-width: 991px) 95vw, 939.96533203125px" className="image" fill style={{ objectFit: "cover" }} />
</div>
<div className="blog-v1-content">
<div className="inner-container _420px">
<h3 className="display-6">{post.title}</h3>
<div className="mg-top-4x-extra-small">
<p className="text-paragraph">{post.excerpt}</p>
</div>
<div className="mg-top-3x-extra-small">
<div className="blog-details-wrapper">
<div className="item-details">{post.date}</div>
<div className="item-details-divider">&middot;</div>
<div className="item-details">{post.category}</div>
</div>
</div>
</div>
<div className="mg-top-3x-extra-small">
<div className="blog-details-wrapper">
<div className="item-details">
, 2025 </div>
<div className="item-details-divider">
</div>
<div className="item-details">
</div>
<div className="bottom-right-button-wrapper">
<div className="icon-button">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" className="squared-icon">
<path d="M6.25391 3.45312L10.7458 8.01563L6.25391 12.5781" stroke="currentColor" strokeWidth="1.5" strokeLinecap="square" />
</svg>
<div className="icon-button-bg" />
</div>
</div>
</div>
<div className="bottom-right-button-wrapper">
<div className="icon-button">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" className="squared-icon">
<path d="M6.25391 3.45312L10.7458 8.01563L6.25391 12.5781" stroke="currentColor" strokeWidth="1.5" strokeLinecap="square">
</path>
</svg>
<div className="icon-button-bg">
</div>
</div>
</div>
</div>
</Link>
</div>
<div data-wf--corner-gradient-outline--variant="base" className="corner-gradient-wrapper">
<div className="corner-gradient-horizontal top-left">
</Link>
</div>
<div className="corner-gradient-horizontal bottom-left">
</div>
<div className="corner-gradient-horizontal top-right">
</div>
<div className="corner-gradient-horizontal bottom-right">
<div data-wf--corner-gradient-outline--variant="base" className="corner-gradient-wrapper">
<div className="corner-gradient-horizontal top-left" />
<div className="corner-gradient-horizontal bottom-left" />
<div className="corner-gradient-horizontal top-right" />
<div className="corner-gradient-horizontal bottom-right" />
</div>
</div>
</div>
</div>
<div role="listitem" className="flex-item w-dyn-item">
<div className="blog-featured-v1-wrapper">
<div className="border-wrapper">
<Link href="/blog-posts/how-ai-is-shaping-the-future-of-healthcare-and-medicine" className="blog-card-v1 w-inline-block">
<div className="blog-v1-image-wrapper">
<Image alt="How AI How AI is shaping the future of healthcare and medicine" src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3b39/68a6e7c24025d4081cbfa426_how-ai-is-shaping-the-future-thumbnail-quantum-webflow-template.png" sizes="(max-width: 767px) 100vw, (max-width: 991px) 95vw, 939.96533203125px" className="image" fill style={{ objectFit: "cover" }} />
</div>
<div className="blog-v1-content">
<div className="inner-container _420px">
<h3 className="display-6">How AI is shaping the future of healthcare and medicine </h3>
<div className="mg-top-4x-extra-small">
<p className="text-paragraph">
ipsum dolor sit amet consectetur sit mi lacus quis vitae sed pellentesque libero ultricies neque. </p>
</div>
<div className="mg-top-3x-extra-small">
<div className="blog-details-wrapper">
<div className="item-details">
, 2025 </div>
<div className="item-details-divider">
</div>
<div className="item-details">
Applications</div>
</div>
</div>
</div>
<div className="bottom-right-button-wrapper">
<div className="icon-button">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" className="squared-icon">
<path d="M6.25391 3.45312L10.7458 8.01563L6.25391 12.5781" stroke="currentColor" strokeWidth="1.5" strokeLinecap="square">
</path>
</svg>
<div className="icon-button-bg">
</div>
</div>
</div>
</div>
</Link>
</div>
<div data-wf--corner-gradient-outline--variant="base" className="corner-gradient-wrapper">
<div className="corner-gradient-horizontal top-left">
</div>
<div className="corner-gradient-horizontal bottom-left">
</div>
<div className="corner-gradient-horizontal top-right">
</div>
<div className="corner-gradient-horizontal bottom-right">
</div>
</div>
</div>
</div>
))}
</div>
</div>
</div>
+6 -7
View File
@@ -6,21 +6,20 @@ export default function CtaSection() {
<section className="cta-section v1">
<div className="w-layout-blockcontainer container-default position-relative---z-index-1 w-container">
<div className="inner-container _430px">
<div className="subtitle">Get in touch</div>
<div className="subtitle">Next Step</div>
<div className="mg-top-3x-extra-small">
<h2 className="text-titles-dm">
Join our team that is shaping the next era of intelligence </h2>
<h2 className="text-titles-dm"> DAL Code访</h2>
</div>
<div className="mg-top-4x-extra-small">
<p className="text-paragraph-dm">
ipsum dolor sit amet consectetur nec quis suspendisse nulla amet viverra tortor pharetra mauris a maecenas habitant est mattis. </p>
Mission Mode
</p>
</div>
<div className="mg-top-2x-extra-small">
<div className="buttons-row left">
<Link id="w-node-_83c75c2f-9f22-4125-8dc1-2c204e7d3592-4e7d3592" href="/careers" className="secondary-button w-inline-block">
<Link id="w-node-_83c75c2f-9f22-4125-8dc1-2c204e7d3592-4e7d3592" href="/contact" className="secondary-button w-inline-block">
<div className="button-content">
<div>
Join our team</div>
<div></div>
<div className="button-icon-wrapper secondary">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" className="squared-icon">
<path d="M6.25391 3.45312L10.7458 8.01563L6.25391 12.5781" stroke="currentColor" strokeWidth="1.5" strokeLinecap="square">
+64 -105
View File
@@ -1,7 +1,6 @@
import LottiePlayer from "@/components/LottiePlayer"
import Image from "next/image"
import Link from "next/link"
import VideoLightbox from "@/components/VideoLightbox"
import LottiePlayer from "@/components/LottiePlayer"
export default function HeroSection() {
return (
@@ -10,28 +9,26 @@ export default function HeroSection() {
<div className="w-layout-grid hero-v1-grid">
<div className="position-relative---z-index-1">
<div className="position-relative---z-index-1">
<div data-w-id="7939bd8a-3226-7306-66d9-84e6bb7ffc0a" style={{"opacity": "0", "filter": "blur(8px)"}} className="inner-container _480px _100-tablet">
<h1>
The future beyond human intelligence </h1>
<div data-w-id="7939bd8a-3226-7306-66d9-84e6bb7ffc0a" style={{ opacity: "0", filter: "blur(8px)" }} className="inner-container _480px _100-tablet">
<div className="subtitle">DAL Code by DeepAILab</div>
<h1> AI </h1>
<div className="mg-top-4x-extra-small">
<p>
ipsum dolor sit amet consectetur convallis ut et in id enim tempus quis amet consequat ut rhoncus morbi ullamcorper faucibus in natoque. </p>
DAL Code prompt AI IDE
Intent CaptureMission ModeSmart Routing
</p>
</div>
<div className="mg-top-2x-extra-small">
<div className="buttons-row left">
<Link id="w-node-_99805214-dd54-e7f3-2549-05c0df1040fb-df1040fb" href="#about-us" className="primary-button w-inline-block">
<Link href="/about" className="primary-button w-inline-block">
<div className="button-content">
<div>
About our company</div>
<div></div>
<div className="button-icon-wrapper primary">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" className="squared-icon">
<path d="M6.25391 3.45312L10.7458 8.01563L6.25391 12.5781" stroke="currentColor" strokeWidth="1.5" strokeLinecap="square">
</path>
<path d="M6.25391 3.45312L10.7458 8.01563L6.25391 12.5781" stroke="currentColor" strokeWidth="1.5" strokeLinecap="square" />
</svg>
<div className="button-icon-bg">
</div>
<div className="button-icon-bg-inside">
</div>
<div className="button-icon-bg" />
<div className="button-icon-bg-inside" />
</div>
</div>
</Link>
@@ -39,116 +36,78 @@ export default function HeroSection() {
</div>
</div>
</div>
<div data-w-id="f313e881-ebc1-d314-e333-4417f945cb80" style={{"opacity": "0", "filter": "blur(8px)"}} className="hero-v1-bg-wrapper">
<div data-w-id="f313e881-ebc1-d314-e333-4417f945cb80" style={{ opacity: "0", filter: "blur(8px)" }} className="hero-v1-bg-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 381 382" fill="none">
<rect x="0.509766" y="305" width={76} height={76} stroke="currentColor">
</rect>
<rect x="0.509766" y="229" width={76} height={76} stroke="currentColor">
</rect>
<rect x="0.509766" y="153" width={76} height={76} stroke="currentColor">
</rect>
<rect x="0.509766" y="77" width={76} height={76} stroke="currentColor">
</rect>
<rect x="0.509766" y="1" width={76} height={76} stroke="currentColor">
</rect>
<rect x="76.5098" y="305" width={76} height={76} stroke="currentColor">
</rect>
<rect x="76.5098" y="229" width={76} height={76} stroke="currentColor">
</rect>
<rect x="76.5098" y="153" width={76} height={76} stroke="currentColor">
</rect>
<rect x="76.5098" y="77" width={76} height={76} stroke="currentColor">
</rect>
<rect x="76.5098" y="1" width={76} height={76} stroke="currentColor">
</rect>
<rect x="152.51" y="305" width={76} height={76} stroke="currentColor">
</rect>
<rect x="152.51" y="229" width={76} height={76} stroke="currentColor">
</rect>
<rect x="152.51" y="153" width={76} height={76} stroke="currentColor">
</rect>
<rect x="152.51" y="77" width={76} height={76} stroke="currentColor">
</rect>
<rect x="152.51" y="1" width={76} height={76} stroke="currentColor">
</rect>
<rect x="228.51" y="305" width={76} height={76} stroke="currentColor">
</rect>
<rect x="228.51" y="229" width={76} height={76} stroke="currentColor">
</rect>
<rect x="228.51" y="153" width={76} height={76} stroke="currentColor">
</rect>
<rect x="228.51" y="77" width={76} height={76} stroke="currentColor">
</rect>
<rect x="228.51" y="1" width={76} height={76} stroke="currentColor">
</rect>
<rect x="304.51" y="305" width={76} height={76} stroke="currentColor">
</rect>
<rect x="304.51" y="229" width={76} height={76} stroke="currentColor">
</rect>
<rect x="304.51" y="153" width={76} height={76} stroke="currentColor">
</rect>
<rect x="304.51" y="77" width={76} height={76} stroke="currentColor">
</rect>
<rect x="304.51" y="1" width={76} height={76} stroke="currentColor">
</rect>
<rect x="0.509766" y="305" width={76} height={76} stroke="currentColor" />
<rect x="0.509766" y="229" width={76} height={76} stroke="currentColor" />
<rect x="0.509766" y="153" width={76} height={76} stroke="currentColor" />
<rect x="0.509766" y="77" width={76} height={76} stroke="currentColor" />
<rect x="0.509766" y="1" width={76} height={76} stroke="currentColor" />
<rect x="76.5098" y="305" width={76} height={76} stroke="currentColor" />
<rect x="76.5098" y="229" width={76} height={76} stroke="currentColor" />
<rect x="76.5098" y="153" width={76} height={76} stroke="currentColor" />
<rect x="76.5098" y="77" width={76} height={76} stroke="currentColor" />
<rect x="76.5098" y="1" width={76} height={76} stroke="currentColor" />
<rect x="152.51" y="305" width={76} height={76} stroke="currentColor" />
<rect x="152.51" y="229" width={76} height={76} stroke="currentColor" />
<rect x="152.51" y="153" width={76} height={76} stroke="currentColor" />
<rect x="152.51" y="77" width={76} height={76} stroke="currentColor" />
<rect x="152.51" y="1" width={76} height={76} stroke="currentColor" />
<rect x="228.51" y="305" width={76} height={76} stroke="currentColor" />
<rect x="228.51" y="229" width={76} height={76} stroke="currentColor" />
<rect x="228.51" y="153" width={76} height={76} stroke="currentColor" />
<rect x="228.51" y="77" width={76} height={76} stroke="currentColor" />
<rect x="228.51" y="1" width={76} height={76} stroke="currentColor" />
<rect x="304.51" y="305" width={76} height={76} stroke="currentColor" />
<rect x="304.51" y="229" width={76} height={76} stroke="currentColor" />
<rect x="304.51" y="153" width={76} height={76} stroke="currentColor" />
<rect x="304.51" y="77" width={76} height={76} stroke="currentColor" />
<rect x="304.51" y="1" width={76} height={76} stroke="currentColor" />
</svg>
<div className="hero-v1-bg-gradient">
</div>
<div className="hero-v1-bg-gradient" />
</div>
</div>
<LottiePlayer src="/assets/cdn-prod-website-files-com/68a342b7066c56fa60eb3af1/68d1a7d9c54a9b73191bb531_hero-v1-animation-quantum-webflow-template.json" className="hero-v1-lottie" loop autoplay />
</div>
<div id="about-us" data-w-id="bce231a0-6e79-c8d3-8883-56d99499b3ad" style={{"opacity": "0", "filter": "blur(8px)"}} className="about-section-wrapper">
<div id="about-us" data-w-id="bce231a0-6e79-c8d3-8883-56d99499b3ad" style={{ opacity: "0", filter: "blur(8px)" }} className="about-section-wrapper">
<div className="about-section-top-content">
<div className="subtitle">About us</div>
<div className="subtitle">Why DAL Code</div>
<div className="mg-top-small">
<p className="about-text">
Introducing QuantumLab: Pioneering the Future of AI Research. Engineered to push the limits of artificial intelligence, Quantum identifies emerging trends before they disrupt the industry. Choose Research Mode for in-depth, data-driven analysis or Development Mode for groundbreaking algorithm testing. Built with advanced AI systems and state-of-the-art computational power for unparalleled performance.
<br />
Crafted by top-tier experts and fueled by global collaboration, Quantum is not just a labit&apos;s the core of tomorrow&apos;s innovations, shaping the future one breakthrough at a time.
AI
DAL Code AI 访
AgentSkills
</p>
</div>
</div>
<div className="about-section-bottom-content">
<VideoLightbox
thumbnailSrc="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68a612636043d8e5dcb04ad0_about-us-video-thumbnail-quantum-webflow-template.jpg"
videoUrl="https://www.youtube.com/watch?v=Ojiv9Smi4XE"
className="lightbox-link w-inline-block w-lightbox"
>
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68a612636043d8e5dcb04ad0_about-us-video-thumbnail-quantum-webflow-template.jpg" width={660} height={372} alt="About Us Thumbnail" className="lightbox-thumbnail" />
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 49 49" fill="none" className="play-button">
<path d="M33.2598 24.4998L20.5863 31.8168L20.5863 17.1827L33.2598 24.4998Z" fill="currentColor" />
</svg>
</VideoLightbox>
<Link href="/about" className="lightbox-link w-inline-block">
<Image
src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68a612636043d8e5dcb04ad0_about-us-video-thumbnail-quantum-webflow-template.jpg"
width={660}
height={372}
alt="DAL Code product overview"
className="lightbox-thumbnail"
/>
</Link>
<div className="position-relative---z-index-1">
<div className="hidden-on-mobile-portrait">
<div className="display-3 medium text-titles">
Watch video</div>
<div className="display-3 medium text-titles">Intent to build</div>
</div>
</div>
<div className="about-section-bg">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 507 659" fill="none">
<path d="M0 535L135.811 535" stroke="currentColor">
</path>
<path d="M135.811 0L135.811 535" stroke="currentColor">
</path>
<path d="M506.811 535L355.811 535" stroke="currentColor">
</path>
<path d="M0 658L135.811 658" stroke="currentColor">
</path>
<path d="M506.811 658L355.811 658" stroke="currentColor">
</path>
<path d="M136 535L356 535" stroke="currentColor">
</path>
<path d="M136 658L356 658" stroke="currentColor">
</path>
<path d="M0 535L135.811 535" stroke="currentColor" />
<path d="M135.811 0L135.811 535" stroke="currentColor" />
<path d="M506.811 535L355.811 535" stroke="currentColor" />
<path d="M0 658L135.811 658" stroke="currentColor" />
<path d="M506.811 658L355.811 658" stroke="currentColor" />
<path d="M136 535L356 535" stroke="currentColor" />
<path d="M136 658L356 658" stroke="currentColor" />
</svg>
<div className="about-section-gradient top">
</div>
<div className="about-section-gradient left">
</div>
<div className="about-section-gradient right">
</div>
<div className="about-section-gradient top" />
<div className="about-section-gradient left" />
<div className="about-section-gradient right" />
</div>
</div>
</div>
+18 -334
View File
@@ -1,353 +1,37 @@
import Image from "next/image"
import Link from "next/link"
import { INTEGRATION_ITEMS } from "@/lib/site-content"
const MARQUEE_ROWS = Array.from({ length: 3 }, () => INTEGRATION_ITEMS)
export default function IntegrationsSection() {
return (
<section className="section-small bg-neutral overflow-hidden">
<div className="w-layout-blockcontainer container-default w-container">
<div data-w-id="ee652702-222a-0ca5-2508-17b1a107582a" style={{"opacity": "0", "filter": "blur(8px)"}} className="title-left-content-right">
<div data-w-id="ee652702-222a-0ca5-2508-17b1a107582a" style={{ opacity: "0", filter: "blur(8px)" }} className="title-left-content-right">
<div className="inner-container _400px _100-tablet">
<div className="subtitle">Integrations</div>
<div className="subtitle">Work Surfaces</div>
<div className="mg-top-4x-extra-small">
<h2>
AI engineered to integrate across every platform </h2>
<h2></h2>
</div>
</div>
<div className="inner-container _400px _100-tablet">
<p>
ipsum dolor sit amet consectetur scelerisque quam dui dictumst suspendisse iaculis ac gravida venenatis mattis sed. </p>
DAL Code Desktop IDEWeb WorkspaceMobile ReviewMission PlannerRAGToolsDiff
</p>
</div>
</div>
<div className="mg-top-regular">
<div data-w-id="f6559b35-9557-2504-f076-3a36fa5775a3" style={{"opacity": "0", "filter": "blur(8px)"}} className="integrations-marquee-wrapper marquee-hover-stop" {...{"tr-marquee-speed":"50","tr-marquee-element":"component","tr-marquee-scrolldirection":"true","tr-marquee-scrollscrub":"false"}}>
<div className="integrations-marquee marquee-scroll-item">
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6dd871d459c0979566_integration-icon-01-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6cf5972224012a489b_integration-icon-02-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6c26ffe1a8726e9533_integration-icon-03-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6cf394ef82f934055b_integration-icon-04-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6c880d199c46c914ff_integration-icon-05-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70c337055b4648809b_integration-icon-06-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70e3d7d6153e132c82_integration-icon-07-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70d20bb145ee19163a_integration-icon-08-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6e0bb9fa69c599d6b3_integration-icon-10-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70a151641726e87b52_integration-icon-11-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6e925ff15bf5fa0586_integration-icon-12-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6de0050ea1d7414790_integration-icon-13-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6dd711092b9d58a062_integration-icon-14-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6d09ed29d4a9cfd6ed_integration-icon-15-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68ee6c592c38ae8672ba037d_integration-icon-16-quantum-webflow-template 1.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
</div>
<div className="integrations-marquee marquee-scroll-item">
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6dd871d459c0979566_integration-icon-01-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6cf5972224012a489b_integration-icon-02-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6c26ffe1a8726e9533_integration-icon-03-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6cf394ef82f934055b_integration-icon-04-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6c880d199c46c914ff_integration-icon-05-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70c337055b4648809b_integration-icon-06-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70e3d7d6153e132c82_integration-icon-07-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70d20bb145ee19163a_integration-icon-08-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6e0bb9fa69c599d6b3_integration-icon-10-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70a151641726e87b52_integration-icon-11-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6e925ff15bf5fa0586_integration-icon-12-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6de0050ea1d7414790_integration-icon-13-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6dd711092b9d58a062_integration-icon-14-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6d09ed29d4a9cfd6ed_integration-icon-15-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68ee6c592c38ae8672ba037d_integration-icon-16-quantum-webflow-template 1.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
</div>
<div className="integrations-marquee marquee-scroll-item">
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6dd871d459c0979566_integration-icon-01-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6cf5972224012a489b_integration-icon-02-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6c26ffe1a8726e9533_integration-icon-03-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6cf394ef82f934055b_integration-icon-04-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6c880d199c46c914ff_integration-icon-05-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70c337055b4648809b_integration-icon-06-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70e3d7d6153e132c82_integration-icon-07-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70d20bb145ee19163a_integration-icon-08-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6e0bb9fa69c599d6b3_integration-icon-10-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70a151641726e87b52_integration-icon-11-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6e925ff15bf5fa0586_integration-icon-12-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6de0050ea1d7414790_integration-icon-13-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6dd711092b9d58a062_integration-icon-14-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6d09ed29d4a9cfd6ed_integration-icon-15-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68ee6c592c38ae8672ba037d_integration-icon-16-quantum-webflow-template 1.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
</div>
<div className="integrations-marquee marquee-scroll-item">
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6dd871d459c0979566_integration-icon-01-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6cf5972224012a489b_integration-icon-02-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6c26ffe1a8726e9533_integration-icon-03-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6cf394ef82f934055b_integration-icon-04-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6c880d199c46c914ff_integration-icon-05-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70c337055b4648809b_integration-icon-06-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70e3d7d6153e132c82_integration-icon-07-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70d20bb145ee19163a_integration-icon-08-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6e0bb9fa69c599d6b3_integration-icon-10-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b70a151641726e87b52_integration-icon-11-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6e925ff15bf5fa0586_integration-icon-12-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6de0050ea1d7414790_integration-icon-13-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6dd711092b9d58a062_integration-icon-14-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68cd8b6d09ed29d4a9cfd6ed_integration-icon-15-quantum-webflow-template.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
<a href="#" className="integration-marquee-item w-inline-block">
<Image src="/assets/wubflow-shield-nocodexport-dev/68a342b7066c56fa60eb3af1/68ee6c592c38ae8672ba037d_integration-icon-16-quantum-webflow-template 1.svg" width={94} height={94} alt="Integration Icon - Quantum | Webflow Template" style={{"filter": "invert(0%)"}} className="integration-marquee-item-image" />
<div style={{"width": "0%", "height": "100%"}} className="integration-marquee-item-bg">
</div>
</a>
</div>
</div>
</div>
<div className="mg-top-regular">
<div data-w-id="c8f34226-476e-bf6e-d16d-132f8960d38b" style={{"opacity": "0", "filter": "blur(8px)"}} className="buttons-row">
<Link id="w-node-_99805214-dd54-e7f3-2549-05c0df1040fb-df1040fb" href="/contact" className="primary-button w-inline-block">
<div className="button-content">
<div>
See all Apps</div>
<div className="button-icon-wrapper primary">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" className="squared-icon">
<path d="M6.25391 3.45312L10.7458 8.01563L6.25391 12.5781" stroke="currentColor" strokeWidth="1.5" strokeLinecap="square">
</path>
</svg>
<div className="button-icon-bg">
</div>
<div className="button-icon-bg-inside">
</div>
</div>
<div data-w-id="f6559b35-9557-2504-f076-3a36fa5775a3" style={{ opacity: "0", filter: "blur(8px)" }} className="integrations-marquee-wrapper marquee-hover-stop" {...{ "tr-marquee-speed": "50", "tr-marquee-element": "component", "tr-marquee-scrolldirection": "true", "tr-marquee-scrollscrub": "false" }}>
{MARQUEE_ROWS.map((items, rowIndex) => (
<div key={rowIndex} className="integrations-marquee marquee-scroll-item">
{items.map((item) => (
<a key={`${rowIndex}-${item.label}`} href="/about" className="integration-marquee-item w-inline-block">
<Image src={item.icon} width={94} height={94} alt={item.label} style={{ filter: "invert(0%)" }} className="integration-marquee-item-image" />
<div style={{ width: "0%", height: "100%" }} className="integration-marquee-item-bg" />
</a>
))}
</div>
</Link>
))}
</div>
</div>
</div>
+14 -35
View File
@@ -1,55 +1,35 @@
import LottiePlayer from "@/components/LottiePlayer"
import Link from "next/link"
import { HOME_PRINCIPLES } from "@/lib/site-content"
export default function PrinciplesSection() {
return (
<section className="section overflow-hidden">
<div className="w-layout-blockcontainer container-default w-container">
<div data-w-id="372e7f28-67fd-5f5e-6061-256f8b7997a5" style={{"opacity": "0", "filter": "blur(8px)"}} className="text-center">
<div className="subtitle">Core principles</div>
<div className="subtitle">Core Principles</div>
<div className="mg-top-4x-extra-small">
<h2>
Architecting tomorrow's mind </h2>
<h2>DAL Code </h2>
</div>
<div className="mg-top-4x-extra-small">
<p>
ipsum dolor sit amet consectetur nec quis suspendisse nulla amet viverra tortor pharetra. </p>
<p>DAL Code AI IDE</p>
</div>
</div>
<div className="mg-top-large">
<div data-w-id="3f196c4e-8732-f3ef-e6a2-04398a5349e2" style={{"opacity": "0", "filter": "blur(8px)"}} className="corner-gradient-container">
<div className="border-wrapper">
<div className="w-layout-grid principles-grid">
<div className="card principles-card">
<LottiePlayer src="/assets/cdn-prod-website-files-com/68a342b7066c56fa60eb3af1/68d1d66f46dd336c7d633316_velocity-quantum-webflow-template-top-to-bottom.json" className="max-width-280px-mbl" loop autoplay />
<div>
<h3 className="display-4">Velocity</h3>
<div className="mg-top-5x-extra-small">
<p>
ipsum dolor sit amet consectetur nec quuis suspendisse nulla amet viverra tortor. </p>
{HOME_PRINCIPLES.map((item) => (
<div key={item.title} className="card principles-card">
<LottiePlayer src={item.animation} className="max-width-280px-mbl" loop autoplay />
<div>
<h3 className="display-4">{item.title}</h3>
<div className="mg-top-5x-extra-small">
<p>{item.description}</p>
</div>
</div>
</div>
</div>
<div className="card principles-card">
<LottiePlayer src="/assets/cdn-prod-website-files-com/68a342b7066c56fa60eb3af1/68d1d6cf4cfbc189da50f80b_generality-quantum-webflow-template-top-to-bottom.json" className="max-width-280px-mbl" loop autoplay />
<div>
<h3 className="display-4">Generality</h3>
<div className="mg-top-5x-extra-small">
<p>
ipsum dolor sit amet consectetur nec quuis suspendisse nulla amet viverra tortor. </p>
</div>
</div>
</div>
<div className="card principles-card">
<LottiePlayer src="/assets/cdn-prod-website-files-com/68a342b7066c56fa60eb3af1/68d1d6a76e480413794c2aa3_intelect-quantum-webflow-template-top-to-bottom.json" className="max-width-280px-mbl" loop autoplay />
<div>
<h3 className="display-4">Intellect</h3>
<div className="mg-top-5x-extra-small">
<p>
ipsum dolor sit amet consectetur nec quuis suspendisse nulla amet viverra tortor. </p>
</div>
</div>
</div>
))}
</div>
</div>
<div data-wf--corner-gradient-outline--variant="base" className="corner-gradient-wrapper">
@@ -76,8 +56,7 @@ export default function PrinciplesSection() {
<div data-w-id="bffe9e02-73d6-d2d3-239d-bbcb4bd7d83d" style={{"opacity": "0", "filter": "blur(8px)"}} className="buttons-row">
<Link id="w-node-_99805214-dd54-e7f3-2549-05c0df1040fb-df1040fb" href="/about" className="primary-button w-inline-block">
<div className="button-content">
<div>
About our company</div>
<div></div>
<div className="button-icon-wrapper primary">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" className="squared-icon">
<path d="M6.25391 3.45312L10.7458 8.01563L6.25391 12.5781" stroke="currentColor" strokeWidth="1.5" strokeLinecap="square">