diff --git a/apps/web/src/components/landing-sections/Hero.tsx b/apps/web/src/components/landing-sections/Hero.tsx index 815da0a..e5f8721 100644 --- a/apps/web/src/components/landing-sections/Hero.tsx +++ b/apps/web/src/components/landing-sections/Hero.tsx @@ -8,7 +8,7 @@ import { motion } from "framer-motion"; const Hero = () => { return ( -
+
background { {/* Bottom Section */}
{/* Top Row - Profile Picture and Navigation */} -
+
{/* Profile Picture - Left */}
diff --git a/apps/web/src/components/landing-sections/navbar.tsx b/apps/web/src/components/landing-sections/navbar.tsx index 78260fd..8252447 100644 --- a/apps/web/src/components/landing-sections/navbar.tsx +++ b/apps/web/src/components/landing-sections/navbar.tsx @@ -1,6 +1,6 @@ "use client"; import React, { useState } from "react"; -import PrimaryButtom from "../ui/custom-button"; +import PrimaryButton from "../ui/custom-button"; import { motion, useScroll, useMotionValueEvent } from "framer-motion"; import Image from "next/image"; import { Terminal, Github, Menu, X } from "lucide-react"; @@ -104,10 +104,10 @@ const Navbar = () => { Contribute - - - Get Started - + + + Get Started +
{isOpen && (