File tree Expand file tree Collapse file tree
pages/playground/landing-page Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /* /index.html 200
Original file line number Diff line number Diff line change 1- import Playground from "./playground " ;
1+ import Button from "./components/shared/Button " ;
22
33function App ( ) {
44 return (
55 < div className = "text-white bg-black text-7xl flex flex-col gap-4 items-center justify-center h-screen" >
6- < Playground />
6+ ASME Website
7+ < Button > Click Me!</ Button >
78 </ div >
89 ) ;
910}
Original file line number Diff line number Diff line change 1- import Home from "./pages /playground/landing-page/Home .jsx" ;
1+ import Navbar from "./components /playground/Navbar .jsx" ;
22import { Outlet } from "react-router" ;
33
44const Playground = ( ) => {
55 return (
66 < >
7- < Home />
7+ < Navbar />
88 < Outlet />
99 </ >
1010 ) ;
Original file line number Diff line number Diff line change 11import React from "react" ;
2- import Navbar from "../../../components/playground/Navbar" ;
32import HeroSection from "../../../components/playground/HeroSection" ;
43import AboutSection from "../../../components/playground/AboutSection" ;
54import MissionSection from "../../../components/playground/MissionSection" ;
65
76const Home = ( ) => {
87 return (
98 < div className = "min-h-screen bg-background" >
10- < Navbar />
119 < main >
1210 < HeroSection />
1311 < AboutSection />
You can’t perform that action at this time.
0 commit comments