Update page.tsx
This commit is contained in:
parent
4517133582
commit
b6104aa802
1 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ import DraggableWindow from "@/components/DraggableWindow";
|
|||
import ReadmeWindow from "@/components/ReadmeWindow";
|
||||
import Snowfall from 'react-snowfall';
|
||||
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 { useState } from "react";
|
||||
import Contact from "@/components/Contact";
|
||||
|
|
@ -15,7 +15,7 @@ import TXT from "@/components/txt";
|
|||
|
||||
export default function Page() {
|
||||
const { theme } = useTheme();
|
||||
const [show, setShow] = useState(true);
|
||||
// const [show, setShow] = useState(true);
|
||||
// const [targetPosition, setTargetPosition] = useState<{ x: number; y: number } | null>(null);
|
||||
// const [windowVisible, setWindowVisible] = useState(true);
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ export default function Page() {
|
|||
<Contact />
|
||||
</div>
|
||||
<section id="about" className="w-full snap-start snap-always flex flex-col items-center justify-center px-8 lg:px-0">
|
||||
<div className="max-w-3xl w-full mb-8">
|
||||
{/* <div className="max-w-3xl w-full mb-8">
|
||||
<Banner
|
||||
show={show}
|
||||
onHide={() => setShow(false)}
|
||||
|
|
@ -63,7 +63,7 @@ export default function Page() {
|
|||
onClick: () => window.open("https://imnya.ng/tree", "_blank"),
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
{/* <DraggableWindose targetPosition={targetPosition} isVisible={windowVisible} onClose={() => setWindowVisible(false)} onDragStart={() => setTargetPosition(null)} /> */}
|
||||
<DraggableWindow />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue