File tree Expand file tree Collapse file tree 3 files changed +4024
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4024
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function Navbar() {
88
99 return (
1010 < nav
11- className = "bg-black relative z-50"
11+ className = "bg-[#000A0B] relative z-50"
1212 style = { { boxShadow : "0px 20px 25px 0px #000A0B" } }
1313 >
1414 < div className = "flex justify-between items-center p-5 md:px-[50px]" >
Original file line number Diff line number Diff line change 1- import Navbar from "./(marketing)/components/Navbar" ;
21import HeroSection from "./(marketing)/components/HeroSection" ;
32import PredictionProtocol from "./(marketing)/components/PredictionProtocol" ;
43import Features from "./(marketing)/components/Features" ;
54import InstinctsToSignals from "./(marketing)/components/InstinctsToSignals" ;
65import FAQ from "./(marketing)/components/FAQ" ;
76import Footer from "./(marketing)/components/Footer" ;
7+ import NavBar from "./(marketing)/components/NavBar" ;
88
99export default function Home ( ) {
1010 return (
1111 < div className = "text-sm min-h-screen bg-[#001112]" >
1212 < main className = "w-screen overflow-x-hidden" >
13- < Navbar />
13+ { /* <Navbar /> */ }
14+ < NavBar />
1415 < HeroSection />
1516 < div className = "relative space-y-10 lg:space-y-[150px] pt-[80px] lg:pt-[180px]" >
1617 < img
You can’t perform that action at this time.
0 commit comments