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
+45 -72
View File
@@ -1,93 +1,66 @@
import LottiePlayer from "@/components/LottiePlayer"
import { COMPANY_STATS } from "@/lib/site-content"
export default function HeroSection() {
return (
<section className="section top overflow-hidden">
<div className="w-layout-blockcontainer container-default w-container">
<div data-w-id="28893d6d-b366-6951-6d91-f80940d4e59d" style={{"opacity": "0", "filter": "blur(8px)"}} className="title-left-content-right">
<div
data-w-id="28893d6d-b366-6951-6d91-f80940d4e59d"
style={{ opacity: "0", filter: "blur(8px)" }}
className="title-left-content-right"
>
<div>
<div className="subtitle">About us</div>
<div className="subtitle">Product Positioning</div>
<div className="mg-top-4x-extra-small">
<h1>About our AI lab</h1>
<h1>DAL Code AI Chat Intent-to-Code </h1>
</div>
</div>
<div className="inner-container _355px">
<p>Lorem ipsum dolor sit amet consectetur maecenas volutpat lobortis ultrices elementum est ut etiam.</p>
<p>
AI
Engineering Workspace
</p>
</div>
</div>
<div data-w-id="c9aa8bb0-8524-45b8-1337-b4d2c55b6f23" style={{"opacity": "0", "filter": "blur(8px)"}} className="mg-top-regular overflow-hidden">
<LottiePlayer src="/assets/cdn-prod-website-files-com/68a342b7066c56fa60eb3af1/68d28b101cd56458bf646202_about-hero-animation-wave-quantum-webflow-template.json" className="about-hero-lottie" loop autoplay />
<div
data-w-id="c9aa8bb0-8524-45b8-1337-b4d2c55b6f23"
style={{ opacity: "0", filter: "blur(8px)" }}
className="mg-top-regular overflow-hidden"
>
<LottiePlayer
src="/assets/cdn-prod-website-files-com/68a342b7066c56fa60eb3af1/68d28b101cd56458bf646202_about-hero-animation-wave-quantum-webflow-template.json"
className="about-hero-lottie"
loop
autoplay
/>
</div>
<div className="mg-top-regular">
<div className="w-layout-grid about-hero-stats-wrapper">
<div data-w-id="d651207f-5e62-7ad5-26ff-8f1f18b04695">
<div className="stat-wrapper _3-digits center-mbl">
<div className="stat-text">
<span data-count="100" className="count-up-number-animation">
</span>
</div>
<div className="stat-arrow-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 15 14" fill="none" className="stat-arrow">
<path d="M7.40431 13.0625L7.4043 2" stroke="currentColor" strokeWidth="1.5">
</path>
<path d="M13.8141 8.40703L7.40703 2L1 8.40703" stroke="currentColor" strokeWidth="1.5">
</path>
</svg>
{COMPANY_STATS.map((stat) => (
<div key={stat.label}>
<div className="stat-wrapper center-mbl">
<div className="stat-text">{stat.value}</div>
<div className="stat-arrow-wrapper">
<svg
xmlns="http://www.w3.org/2000/svg"
width="100%"
viewBox="0 0 15 14"
fill="none"
className="stat-arrow"
>
<path d="M7.40431 13.0625L7.4043 2" stroke="currentColor" strokeWidth="1.5" />
<path
d="M13.8141 8.40703L7.40703 2L1 8.40703"
stroke="currentColor"
strokeWidth="1.5"
/>
</svg>
</div>
</div>
<div className="display-2">{stat.label}</div>
</div>
<div className="display-2">Active users monthly</div>
</div>
<div data-w-id="105a60b4-53cb-8544-7470-f8b8a08cf541">
<div className="stat-wrapper center-mbl">
<div className="stat-text">
<span data-count="92" className="count-up-number-animation">
</span>
</div>
<div className="stat-arrow-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 15 14" fill="none" className="stat-arrow">
<path d="M7.40431 13.0625L7.4043 2" stroke="currentColor" strokeWidth="1.5">
</path>
<path d="M13.8141 8.40703L7.40703 2L1 8.40703" stroke="currentColor" strokeWidth="1.5">
</path>
</svg>
</div>
</div>
<div className="display-2">Average model accuracy</div>
</div>
<div data-w-id="f23f0a63-0eea-7057-9e20-4a5e2141195a">
<div className="stat-wrapper center-mbl">
<div className="stat-text">
<span data-count="89" className="count-up-number-animation">
</span>
</div>
<div className="stat-arrow-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 15 14" fill="none" className="stat-arrow">
<path d="M7.40431 13.0625L7.4043 2" stroke="currentColor" strokeWidth="1.5">
</path>
<path d="M13.8141 8.40703L7.40703 2L1 8.40703" stroke="currentColor" strokeWidth="1.5">
</path>
</svg>
</div>
</div>
<div className="display-2">Productivity increase</div>
</div>
<div data-w-id="b7c967bb-e96e-8b72-b3b0-4b73512ef3ec">
<div className="stat-wrapper center-mbl">
<div className="stat-text">
<span data-count="80" className="count-up-number-animation">
</span>
</div>
<div className="stat-arrow-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 15 14" fill="none" className="stat-arrow">
<path d="M7.40431 13.0625L7.4043 2" stroke="currentColor" strokeWidth="1.5">
</path>
<path d="M13.8141 8.40703L7.40703 2L1 8.40703" stroke="currentColor" strokeWidth="1.5">
</path>
</svg>
</div>
</div>
<div className="display-2">Team members behind</div>
</div>
))}
</div>
</div>
</div>