-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the issue
there is no card styled also the scroll's stuck i just imported the TS-TW file and used exactly like shown
Reproduction Link
No response
Steps to reproduce
"use client";
import Image from "next/image";
import HomeSec from "./components/Home";
import ProjectSec from "./components/ProjectSec";
import Footer from "./components/Footer";
import AchievementSec from "./components/AchievementSec";
import ScrollStack, { ScrollStackItem } from '@/app/components/ScrollStack';
export default function Home() {
return (
<>
Card 1
This is the first card in the stack
Card 2
This is the second card in the stack
Card 3
This is the third card in the stack
</>
);
}
Validations
- I have checked other issues to see if my issue was already reported or addressed
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working