From 045486365d3f93c6ba92198dd674606f133e03dc Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 4 Aug 2025 16:57:37 +0200 Subject: [PATCH] add all --- src/app/(main)/page.tsx | 3 + src/components/Header.tsx | 2 +- src/components/Spotlight.tsx | 38 ++++++-- src/components/StackSection.tsx | 29 ++++++ src/components/ui/Cube.tsx | 147 +++++++++++++++++++++++++++++ src/components/ui/Spotlight.tsx | 2 + src/components/ui/StackedCubes.tsx | 61 ++++++++++++ src/styles/tailwind.css | 5 +- 8 files changed, 277 insertions(+), 10 deletions(-) create mode 100644 src/components/StackSection.tsx create mode 100644 src/components/ui/Cube.tsx create mode 100644 src/components/ui/StackedCubes.tsx diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx index 6176154..8beb0ca 100644 --- a/src/app/(main)/page.tsx +++ b/src/app/(main)/page.tsx @@ -10,10 +10,13 @@ import Benefits from '@/components/Benefits' import Cta from '@/components/Cta' import { GlobeDemo } from '@/components/GlobeDemo' import { SpotlightPreview } from '@/components/Spotlight' +import { StackSectionPreview } from '@/components/StackSection' + export default function Home() { return ( <> + ) } diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 79f9cea..64cc3e0 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -59,7 +59,7 @@ export function Header() { return (