|
1 | 1 | "use client"; |
2 | 2 |
|
3 | 3 | import Image from "next/image"; |
4 | | -import Page from "./dashboard/page"; |
5 | | -import Search from "./search/page"; |
6 | | -import graphImage from "public/assets/graph-snake2.svg"; |
| 4 | +import graphImage from "public/assets/graph-snake3.svg"; |
7 | 5 | import useTweetStore from "./store/tweetStore"; |
8 | 6 | import { FormEvent } from "react"; |
9 | 7 | import { useRouter } from "next/navigation"; |
10 | | -import { Button } from "@mui/material"; |
11 | | -import Loading from "./components/Loading"; |
12 | 8 | import Navbar from "./components/Navbar"; |
13 | 9 | import Form from "./Form"; |
14 | 10 | import Footer from "./components/Footer"; |
@@ -68,13 +64,13 @@ export default function Home() { |
68 | 64 | }; |
69 | 65 |
|
70 | 66 | return ( |
71 | | - <div className="flex flex-col items-center px-16 pb-8 h-screen gap-2 bg-hero bg-no-repeat w-full bg-cover"> |
| 67 | + <div className="flex flex-col items-center px-16 pb-8 h-screen gap-2 bg-hero2 bg-no-repeat w-full bg-cover"> |
72 | 68 | <Navbar /> |
73 | 69 | <div className="flex-1 flex flex-col justify-center items-center w-full md:mt-24"> |
74 | 70 | <div className="flex flex-col items-center w-full justify-center gap-8 "> |
75 | 71 | <div className="flex flex-col items-center justify-center text-center gap-3 "> |
76 | 72 | <h3 className="icon-group relative uppercase tracking-[.2em] font-semibold text-ourBlack"> |
77 | | - <span className="text-ourBlue">100</span> days of coding,{" "} |
| 73 | + <span className="text-[#F43984]">100</span> days of coding,{" "} |
78 | 74 | <span className="text-ourBlue">0</span> days of sleep |
79 | 75 | </h3> |
80 | 76 | <h1 className="text-5xl md:text-5xl text-ourBlack font-semibold capitalize"> |
|
0 commit comments