Update page.tsx
This commit is contained in:
parent
49a7aa9b18
commit
a3294a0648
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import TimelineComponent from "@/components/timeline";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import DraggableWindow from "@/components/DraggableWindow";
|
import DraggableWindow from "@/components/DraggableWindow";
|
||||||
import ReadmeWindow from "@/components/ReadmeWindow";
|
import ReadmeWindow from "@/components/ReadmeWindow";
|
||||||
import Snowfall from 'react-snowfall';
|
// import Snowfall from 'react-snowfall';
|
||||||
import { useTheme } from "next-themes";
|
import { useTheme } from "next-themes";
|
||||||
// import { Banner } from "@/components/ui/banner";
|
// import { Banner } from "@/components/ui/banner";
|
||||||
import { LinkIcon, TreeDeciduous, TreePalmIcon, TreesIcon } from "lucide-react";
|
import { LinkIcon, TreeDeciduous, TreePalmIcon, TreesIcon } from "lucide-react";
|
||||||
|
|
@ -27,7 +27,7 @@ export default function Page() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<main className="min-h-screen w-screen overflow-y-scroll snap-y snap-mandatory relative">
|
<main className="min-h-screen w-screen overflow-y-scroll snap-y snap-mandatory relative">
|
||||||
<Snowfall color={theme === 'dark' ? '#ffffff' : '#bcbcd6ff'} />
|
{/* <Snowfall color={theme === 'dark' ? '#ffffff' : '#bcbcd6ff'} /> */}
|
||||||
|
|
||||||
<div className="max-w-3xl w-full flex flex-row h-auto mx-auto gap-4 items-center my-8 lg:px-0 px-8">
|
<div className="max-w-3xl w-full flex flex-row h-auto mx-auto gap-4 items-center my-8 lg:px-0 px-8">
|
||||||
<Image
|
<Image
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue