import { Carousel002 } from "@/components/ui/carousel-002"import { Carousel002 } from "@/components/ui/carousel-002"
export default function Page() {
return (
<Carousel002
title="From concept to market: how we built a timeless brand identity."
subtitle="A split editorial carousel with timed progress pills and blur-fade transitions."
slides={[
{
id: "one",
imageSrc:
"https://cdn.cosmos.so/ef24a640-42da-4133-96a0-4572d2b0ccbe?format=webp&w=1200",
imageAlt: "Neon signal in darkness",
},
{
id: "two",
imageSrc:
"https://cdn.cosmos.so/6d05ef91-722e-4fcc-83c5-765e348ec644?format=webp&w=1200",
imageAlt: "Atmospheric horizon scene",
},
]}
/>
)
}