Skip to content

Commit

Permalink
Merge branch 'stars' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
OneRandom1509 authored Aug 11, 2024
2 parents 0439127 + 495b05f commit 6fa6a84
Show file tree
Hide file tree
Showing 5 changed files with 2,078 additions and 8 deletions.
4 changes: 4 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Footer from "../components/footer/Footer";
import type { Metadata } from "next";
import "./globals.css";
import "./stars.css";
import { FloatingNav } from "@/components/navbar/FloatingNav";

export const metadata: Metadata = {
Expand Down Expand Up @@ -39,6 +40,9 @@ export default function RootLayout({
return (
<html lang="en" className="scroll-smooth overflow-x-hidden bg-black">
<body className="bg-[url('/bg.svg')] bg-cover">
<div id="stars"></div>
<div id="stars-2"></div>
<div id="stars-3"></div>
<FloatingNav navItems={navItems} />
{children}
<Footer />
Expand Down
Loading

0 comments on commit 6fa6a84

Please sign in to comment.