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 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";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import Contact from "@/components/Contact";
|
import Contact from "@/components/Contact";
|
||||||
|
|
@ -15,7 +15,7 @@ import TXT from "@/components/txt";
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
const { theme } = useTheme();
|
const { theme } = useTheme();
|
||||||
const [show, setShow] = useState(true);
|
// const [show, setShow] = useState(true);
|
||||||
// const [targetPosition, setTargetPosition] = useState<{ x: number; y: number } | null>(null);
|
// const [targetPosition, setTargetPosition] = useState<{ x: number; y: number } | null>(null);
|
||||||
// const [windowVisible, setWindowVisible] = useState(true);
|
// const [windowVisible, setWindowVisible] = useState(true);
|
||||||
|
|
||||||
|
|
@ -46,7 +46,7 @@ export default function Page() {
|
||||||
<Contact />
|
<Contact />
|
||||||
</div>
|
</div>
|
||||||
<section id="about" className="w-full snap-start snap-always flex flex-col items-center justify-center px-8 lg:px-0">
|
<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
|
<Banner
|
||||||
show={show}
|
show={show}
|
||||||
onHide={() => setShow(false)}
|
onHide={() => setShow(false)}
|
||||||
|
|
@ -63,7 +63,7 @@ export default function Page() {
|
||||||
onClick: () => window.open("https://imnya.ng/tree", "_blank"),
|
onClick: () => window.open("https://imnya.ng/tree", "_blank"),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> */}
|
||||||
|
|
||||||
{/* <DraggableWindose targetPosition={targetPosition} isVisible={windowVisible} onClose={() => setWindowVisible(false)} onDragStart={() => setTargetPosition(null)} /> */}
|
{/* <DraggableWindose targetPosition={targetPosition} isVisible={windowVisible} onClose={() => setWindowVisible(false)} onDragStart={() => setTargetPosition(null)} /> */}
|
||||||
<DraggableWindow />
|
<DraggableWindow />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue