Small changes & adjustments
This commit is contained in:
+6
-3
@@ -3,6 +3,8 @@
|
||||
import { useProfile } from "../context/ProfileContext";
|
||||
import { Hero } from "../sections/Hero";
|
||||
import { WorkExperience } from "../sections/WorkExperience";
|
||||
import { Uptime } from "../sections/Uptime";
|
||||
import { Affiliates } from "../sections/Affiliates";
|
||||
import { ProjectCard } from "../components/ProjectCard";
|
||||
import { MiniProjectCard } from "../components/MiniProjectCard";
|
||||
import { ExperienceCard } from "../components/ExperienceCard";
|
||||
@@ -24,7 +26,6 @@ export default function Home() {
|
||||
selectedMiniProject, selectedExperience
|
||||
} = useProfile();
|
||||
|
||||
const [showOldNames, setShowOldNames] = useState(false);
|
||||
const [showTypingIntro, setShowTypingIntro] = useState(true);
|
||||
const oldUsernames = [
|
||||
"getspaced (ingame)",
|
||||
@@ -62,14 +63,16 @@ export default function Home() {
|
||||
displayMessage={displayMessage}
|
||||
rotatingMessages={rotatingMessages}
|
||||
statusMessage={statusMessage}
|
||||
showOldNames={showOldNames}
|
||||
setShowOldNames={setShowOldNames}
|
||||
oldUsernames={oldUsernames}
|
||||
/>
|
||||
|
||||
|
||||
<WorkExperience realWork={realWork} />
|
||||
|
||||
<Uptime />
|
||||
|
||||
<Affiliates />
|
||||
|
||||
<TechStack />
|
||||
|
||||
<section className="w-full max-w-6xl mx-auto space-y-12 px-4">
|
||||
|
||||
Reference in New Issue
Block a user