Skip to content

Commit 51968d4

Browse files
committed
chore : ready for deployment
1 parent 27d4c0b commit 51968d4

File tree

9 files changed

+155
-62
lines changed

9 files changed

+155
-62
lines changed

src/App.jsx

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1-
function App() {
1+
import Lenis from 'lenis';
2+
import Gallery from './components/Gallery/Gallery';
3+
import MeetTheTeam from './components/MeetTheTeam/MeetTheTeam';
4+
import Hero from './components/Hero/hero.jsx';
5+
import Navbar from './components/Navbar/navbar.jsx';
6+
import Footer from './components/Footer/footer.jsx';
7+
import AboutUs from './components/AboutUs/AboutUs.jsx';
8+
9+
// Initialize Lenis
10+
// eslint-disable-next-line no-unused-vars
11+
const lenis = new Lenis({
12+
autoRaf: true,
13+
});
14+
15+
const App = () => {
216
return (
3-
<div className="min-h-screen bg-slate-800 flex justify-center items-center text-white text-7xl flex-col gap-4">
4-
OpenCode
5-
<button className="bg-black rounded-lg text-2xl px-4 py-2 hover:scale-110">
6-
Click me!
7-
</button>
17+
<div>
18+
<Navbar />
19+
<Hero />
20+
<AboutUs />
21+
<Gallery />
22+
<MeetTheTeam />
23+
<Footer />
824
</div>
925
);
10-
}
26+
};
1127

1228
export default App;

src/Playground.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const lenis = new Lenis({
1212
autoRaf: true,
1313
});
1414

15-
const Playground = () => {
15+
const App = () => {
1616
return (
1717
<div>
1818
<Navbar />
@@ -25,4 +25,4 @@ const Playground = () => {
2525
);
2626
};
2727

28-
export default Playground;
28+
export default App;

src/components/AboutUs/AboutUs.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ const AboutUs = () => {
3838
</Heading>
3939
<TextWithModal />
4040
</div>
41-
<div className="h-full w-full basis-1 flex justify-center items-center flex-wrap-reverse flex-col md:flex-row gap-2 md:gap-0">
41+
<div className="h-full w-full flex flex-wrap gap-2 items-center justify-center pb-12 md:gap-0">
4242
{topics.map((item, idx) => {
4343
return (
4444
<div
45-
className="md:w-1/3 w-full flex justify-center items-center"
45+
className="w-fit md:w-1/3 flex justify-center items-center"
4646
key={idx}
4747
>
4848
<AnimatedButton text={item} />

src/components/AboutUs/AnimatedButton.jsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ const AnimatedButton = ({ text }) => {
1818
});
1919
});
2020
return (
21-
<div id="container" className="rounded-lg relative overflow-hidden p-[2px]">
21+
<div
22+
id="container"
23+
className="rounded-lg relative overflow-hidden p-[2px] md:w-52 h-fit"
24+
>
2225
<div
2326
id="rotate-this"
2427
className="absolute bg-gradient-to-br from-[#BC01FE9C] to-[#00000033] w-[110%] aspect-square top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 z-10"
@@ -36,7 +39,7 @@ const AnimatedButton = ({ text }) => {
3639
className="absolute bg-gradient-to-br from-[#BC01FE9C] to-[#00000033] w-[110%] aspect-square top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 z-10"
3740
></div>
3841
<div className="bg-[#060714] h-full rounded-lg relative z-10 inner-shadow">
39-
<div className="inner-shadow w-full h-full rounded-lg justify-center items-center flex bg-gradient-to-b from-[#0E0D20] to-[#482568] font-robotoMono px-6 py-2 md:text-xl text-sm">
42+
<div className="inner-shadow w-full h-full rounded-lg justify-center items-center flex bg-gradient-to-b from-[#0E0D20] to-[#482568] font-robotoMono px-6 py-2 md:text-xl text-xs">
4043
{text}
4144
</div>
4245
</div>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
import Navbar from '../Navbar/navbar';
2+
3+
export default function ComingSoon() {
4+
return (
5+
<main className="min-h-screen bg-[url('/src/assets/hero.png')] bg-cover bg-center flex items-center justify-center px-4 sm:px-6 md:px-8 relative">
6+
<Navbar />
7+
<div className="relative z-10 text-center max-w-4xl mt-20 mx-auto">
8+
<h1 className="text-4xl sm:text-6xl md:text-7xl lg:text-8xl font-montserrat font-bold bg-gradient-to-b from-white to-[#222121] bg-clip-text text-transparent mb-6 sm:mb-8">
9+
COMING SOON
10+
</h1>
11+
<div className="flex flex-col sm:flex-row items-center justify-center gap-4 sm:gap-6">
12+
<a href="https://github.com/OpencodeNIT-R">
13+
<button className="px-4 py-2 shadow-inner-white rounded-[10px] font-medium duration-200 w-[200px] sm:w-auto bg-transparent border border-purple-500/30 text-[#A546FF] hover:bg-[rgb(165,70,255)] hover:text-[#070614] hover:border-[#C3C3C3] transition-colors backdrop-blur-sm text-sm sm:text-base">
14+
<div className="flex flex-row items-center justify-center space-x-2 sm:space-x-3 font-robotoMono">
15+
<svg
16+
xmlns="http://www.w3.org/2000/svg"
17+
viewBox="0 0 24 24"
18+
className="w-4 h-4 sm:w-5 sm:h-5 fill-current"
19+
>
20+
<path d="M10.9,2.1c-4.6,0.5-8.3,4.2-8.8,8.7c-0.5,4.7,2.2,8.9,6.3,10.5C8.7,21.4,9,21.2,9,20.8v-1.6c0,0-0.4,0.1-0.9,0.1 c-1.4,0-2-1.2-2.1-1.9c-0.1-0.4-0.3-0.7-0.6-1C5.1,16.3,5,16.3,5,16.2C5,16,5.3,16,5.4,16c0.6,0,1.1,0.7,1.3,1c0.5,0.8,1.1,1,1.4,1 c0.4,0,0.7-0.1,0.9-0.2c0.1-0.7,0.4-1.4,1-1.8c-2.3-0.5-4-1.8-4-4c0-1.1,0.5-2.2,1.2-3C7.1,8.8,7,8.3,7,7.6c0-0.4,0-0.9,0.2-1.3 C7.2,6.1,7.4,6,7.5,6c0,0,0.1,0,0.1,0C8.1,6.1,9.1,6.4,10,7.3C10.6,7.1,11.3,7,12,7s1.4,0.1,2,0.3c0.9-0.9,2-1.2,2.5-1.3 c0,0,0.1,0,0.1,0c0.2,0,0.3,0.1,0.4,0.3C17,6.7,17,7.2,17,7.6c0,0.8-0.1,1.2-0.2,1.4c0.7,0.8,1.2,1.8,1.2,3c0,2.2-1.7,3.5-4,4 c0.6,0.5,1,1.4,1,2.3v2.6c0,0.3,0.3,0.6,0.7,0.5c3.7-1.5,6.3-5.1,6.3-9.3C22,6.1,16.9,1.4,10.9,2.1z" />
21+
</svg>
22+
<span>GitHub</span>
23+
</div>
24+
</button>
25+
</a>
26+
<a href="https://resourcesopencode.notion.site/A-Z-Resources-Opencode-a5750981094c46b4b07f2f85dea6e6e3">
27+
<button className="px-4 py-2 shadow-inner-white rounded-[10px] font-medium duration-200 w-[200px] sm:w-auto bg-[rgb(165,70,255)] border border-[#C3C3C3] hover:bg-transparent hover:text-[#A546FF] hover:shadow-inner-white text-sm sm:text-base hover:border-purple-500/30 transition-colors font-robotoMono">
28+
Resources
29+
</button>
30+
</a>
31+
</div>
32+
</div>
33+
</main>
34+
);
35+
}

src/components/Footer/footer.jsx

Lines changed: 37 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function Footer() {
1313
</h2>
1414
<div className="absolute -bottom-8 right-0">
1515
<a
16-
href="#"
16+
href="https://chat.whatsapp.com/GMNyUn47aEh0DE7krtd1Kx"
1717
className="inline-flex font-robotoMono text-[#989898] items-center text-lg hover:text-[#bfbfbf] transition-colors relative group"
1818
>
1919
Join us ↗
@@ -24,48 +24,68 @@ export default function Footer() {
2424
</div>
2525
<div className="flex flex-col space-y-1">
2626
<div className="flex flex-col md:flex-row justify-between items-start font-montserrat md:items-center mb-5">
27-
<a href="/" className="text-5xl font-bold text-shaaa mb-6 md:mb-0">
27+
<a
28+
href="/"
29+
className="text-5xl font-bold text-shaaa mb-6 md:mb-0 flex items-center gap-2"
30+
>
2831
OPENCODE
2932
</a>
3033
<nav className="flex flex-wrap gap-4 font-robotoMono text-[#989898] md:gap-8 mb-0">
31-
<a href="#" className="hover:text-[#A546FF] transition-colors">
34+
<a
35+
href="/coming-soon"
36+
className="hover:text-[#A546FF] transition-colors"
37+
>
3238
About
3339
</a>
34-
<a href="#" className="hover:text-[#A546FF] transition-colors">
40+
<a
41+
href="/coming-soon"
42+
className="hover:text-[#A546FF] transition-colors"
43+
>
3544
Events
3645
</a>
37-
<a href="#" className="hover:text-[#A546FF] transition-colors">
46+
<a
47+
href="/coming-soon"
48+
className="hover:text-[#A546FF] transition-colors"
49+
>
3850
Projects
3951
</a>
40-
<a href="#" className="hover:text-[#A546FF] transition-colors">
52+
<a
53+
href="/coming-soon"
54+
className="hover:text-[#A546FF] transition-colors"
55+
>
4156
Team
4257
</a>
4358
</nav>
4459
</div>
45-
<p className="text-sm font-robotoMono text-[#989898] max-w-2xl mb-10 pb-5">
46-
Sed ut perspiciatis unde omnis iste natus error sit voluptatem
47-
accusantium doloremquez laudantium, totam rem aperiam, eaque ipsa
48-
quae andSed ut perspiciatis unde omnis iste natus error sit
49-
voluptatem accusantium doloremque laudantium, totam rem aperiam,
50-
eaque ipsa quae and
51-
</p>
5260
</div>
5361
<div className="border-t border-white/20 pt-8 ">
5462
<div className="flex flex-col md:flex-row justify-between items-start md:items-center gap-4">
5563
<p className="text-sm text-[#989898]">
5664
Architected with ❤️ by OpenCode Team
5765
</p>
5866
<div className="flex gap-4">
59-
<a href="#" className="text-[#A546FF] hover:text-[#B388FF]">
67+
<a
68+
href="https://www.instagram.com/opencode.nitr"
69+
className="text-[#A546FF] hover:text-[#B388FF]"
70+
>
6071
<Instagram className="h-5 w-5" />
6172
</a>
62-
<a href="#" className="text-[#A546FF] hover:text-[#B388FF]">
73+
<a
74+
href="https://www.linkedin.com/company/opencode-nit-rourkela/"
75+
className="text-[#A546FF] hover:text-[#B388FF]"
76+
>
6377
<Linkedin className="h-5 w-5" />
6478
</a>
65-
<a href="#" className="text-[#A546FF] hover:text-[#B388FF]">
79+
<a
80+
href="https://github.com/OpencodeNIT-R"
81+
className="text-[#A546FF] hover:text-[#B388FF]"
82+
>
6683
<Github className="h-5 w-5" />
6784
</a>
68-
<a href="#" className="text-[#A546FF] hover:text-[#B388FF]">
85+
<a
86+
href="https://x.com/Opencode_NITRKL"
87+
className="text-[#A546FF] hover:text-[#B388FF]"
88+
>
6989
<Twitter className="h-5 w-5" />
7090
</a>
7191
</div>

src/components/Hero/hero.jsx

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,25 @@ export default function Home() {
2323
community of NIT Rourkela
2424
</p>
2525
<div className="flex flex-col sm:flex-row items-center justify-center gap-4 sm:gap-6">
26-
<button className="px-4 py-2 shadow-inner-white rounded-[10px] font-medium duration-200 w-[200px] sm:w-auto bg-transparent border border-purple-500/30 text-[#A546FF] hover:bg-[rgb(165,70,255)] hover:text-[#070614] hover:border-[#C3C3C3] transition-colors backdrop-blur-sm text-sm sm:text-base">
27-
<div className="flex flex-row items-center justify-center space-x-2 sm:space-x-3 font-robotoMono">
28-
<svg
29-
xmlns="http://www.w3.org/2000/svg"
30-
viewBox="0 0 24 24"
31-
className="w-4 h-4 sm:w-5 sm:h-5 fill-current"
32-
>
33-
<path d="M10.9,2.1c-4.6,0.5-8.3,4.2-8.8,8.7c-0.5,4.7,2.2,8.9,6.3,10.5C8.7,21.4,9,21.2,9,20.8v-1.6c0,0-0.4,0.1-0.9,0.1 c-1.4,0-2-1.2-2.1-1.9c-0.1-0.4-0.3-0.7-0.6-1C5.1,16.3,5,16.3,5,16.2C5,16,5.3,16,5.4,16c0.6,0,1.1,0.7,1.3,1c0.5,0.8,1.1,1,1.4,1 c0.4,0,0.7-0.1,0.9-0.2c0.1-0.7,0.4-1.4,1-1.8c-2.3-0.5-4-1.8-4-4c0-1.1,0.5-2.2,1.2-3C7.1,8.8,7,8.3,7,7.6c0-0.4,0-0.9,0.2-1.3 C7.2,6.1,7.4,6,7.5,6c0,0,0.1,0,0.1,0C8.1,6.1,9.1,6.4,10,7.3C10.6,7.1,11.3,7,12,7s1.4,0.1,2,0.3c0.9-0.9,2-1.2,2.5-1.3 c0,0,0.1,0,0.1,0c0.2,0,0.3,0.1,0.4,0.3C17,6.7,17,7.2,17,7.6c0,0.8-0.1,1.2-0.2,1.4c0.7,0.8,1.2,1.8,1.2,3c0,2.2-1.7,3.5-4,4 c0.6,0.5,1,1.4,1,2.3v2.6c0,0.3,0.3,0.6,0.7,0.5c3.7-1.5,6.3-5.1,6.3-9.3C22,6.1,16.9,1.4,10.9,2.1z" />
34-
</svg>
35-
<span>GitHub</span>
36-
</div>
37-
</button>
38-
<button className="px-4 py-2 shadow-inner-white rounded-[10px] font-medium duration-200 w-[200px] sm:w-auto bg-[rgb(165,70,255)] border border-[#C3C3C3] hover:bg-transparent hover:text-[#A546FF] hover:shadow-inner-white text-sm sm:text-base hover:border-purple-500/30 transition-colors font-robotoMono">
39-
Resources
40-
</button>
26+
<a href="https://github.com/OpencodeNIT-R">
27+
<button className="px-4 py-2 shadow-inner-white rounded-[10px] font-medium duration-200 w-[200px] sm:w-auto bg-transparent border border-purple-500/30 text-[#A546FF] hover:bg-[rgb(165,70,255)] hover:text-[#070614] hover:border-[#C3C3C3] transition-colors backdrop-blur-sm text-sm sm:text-base">
28+
<div className="flex flex-row items-center justify-center space-x-2 sm:space-x-3 font-robotoMono">
29+
<svg
30+
xmlns="http://www.w3.org/2000/svg"
31+
viewBox="0 0 24 24"
32+
className="w-4 h-4 sm:w-5 sm:h-5 fill-current"
33+
>
34+
<path d="M10.9,2.1c-4.6,0.5-8.3,4.2-8.8,8.7c-0.5,4.7,2.2,8.9,6.3,10.5C8.7,21.4,9,21.2,9,20.8v-1.6c0,0-0.4,0.1-0.9,0.1 c-1.4,0-2-1.2-2.1-1.9c-0.1-0.4-0.3-0.7-0.6-1C5.1,16.3,5,16.3,5,16.2C5,16,5.3,16,5.4,16c0.6,0,1.1,0.7,1.3,1c0.5,0.8,1.1,1,1.4,1 c0.4,0,0.7-0.1,0.9-0.2c0.1-0.7,0.4-1.4,1-1.8c-2.3-0.5-4-1.8-4-4c0-1.1,0.5-2.2,1.2-3C7.1,8.8,7,8.3,7,7.6c0-0.4,0-0.9,0.2-1.3 C7.2,6.1,7.4,6,7.5,6c0,0,0.1,0,0.1,0C8.1,6.1,9.1,6.4,10,7.3C10.6,7.1,11.3,7,12,7s1.4,0.1,2,0.3c0.9-0.9,2-1.2,2.5-1.3 c0,0,0.1,0,0.1,0c0.2,0,0.3,0.1,0.4,0.3C17,6.7,17,7.2,17,7.6c0,0.8-0.1,1.2-0.2,1.4c0.7,0.8,1.2,1.8,1.2,3c0,2.2-1.7,3.5-4,4 c0.6,0.5,1,1.4,1,2.3v2.6c0,0.3,0.3,0.6,0.7,0.5c3.7-1.5,6.3-5.1,6.3-9.3C22,6.1,16.9,1.4,10.9,2.1z" />
35+
</svg>
36+
<span>GitHub</span>
37+
</div>
38+
</button>
39+
</a>
40+
<a href="https://resourcesopencode.notion.site/A-Z-Resources-Opencode-a5750981094c46b4b07f2f85dea6e6e3">
41+
<button className="px-4 py-2 shadow-inner-white rounded-[10px] font-medium duration-200 w-[200px] sm:w-auto bg-[rgb(165,70,255)] border border-[#C3C3C3] hover:bg-transparent hover:text-[#A546FF] hover:shadow-inner-white text-sm sm:text-base hover:border-purple-500/30 transition-colors font-robotoMono">
42+
Resources
43+
</button>
44+
</a>
4145
</div>
4246
</div>
4347
</main>

src/components/Navbar/navbar.jsx

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ export default function Navbar() {
55
const [isOpen, setIsOpen] = React.useState(false);
66

77
const navigationItems = [
8-
{ href: '/about', label: 'About' },
9-
{ href: '/events', label: 'Events' },
10-
{ href: '/projects', label: 'Projects' },
11-
{ href: '/team', label: 'Team' },
8+
{ href: '/coming-soon', label: 'About' },
9+
{ href: '/coming-soon', label: 'Events' },
10+
{ href: '/coming-soon', label: 'Projects' },
11+
{ href: '/coming-soon', label: 'Team' },
1212
];
1313

1414
return (
@@ -20,10 +20,10 @@ export default function Navbar() {
2020
onClick={() => setIsOpen(false)}
2121
/>
2222

23-
<header className="fixed top-0 w-full flex justify-center p-4 sm:p-6 md:p-8 z-50 ">
24-
<nav className="relative w-full lg:w-6/12 md:w-full sm:w-full max-w-7xl flex items-center justify-between px-4 sm:px-6 md:px-8 py-2 sm:py-3 md:py-4 rounded-full bg-black/30 backdrop-blur-md transition-all duration-300">
23+
<header className="fixed top-0 w-full flex justify-center p-4 md:p-8 z-50 ">
24+
<nav className="relative w-full lg:w-6/12 md:w-full max-w-7xl flex items-center justify-between px-4 md:px-8 py-2 md:py-4 rounded-full bg-black/30 backdrop-blur-md transition-all duration-300">
2525
<div className="absolute -inset-[3px] rounded-full border-2 border-[#221F49] shadow-[0_0_15px_rgba(139,92,246,0.1)]" />
26-
<div className="absolute inset-[1px] sm:inset-[2px] md:inset-[3px] rounded-full border-2 border-[#3A0070] shadow-inner-white" />
26+
<div className="absolute inset-[1px] md:inset-[3px] rounded-full border-2 border-[#3A0070] shadow-inner-white" />
2727

2828
<div className="absolute inset-0 rounded-full shadow-[0_0_15px_rgba(139,92,246,0.1)] pointer-events-none" />
2929

@@ -49,8 +49,14 @@ export default function Navbar() {
4949
/>
5050
</button>
5151

52-
<div className="text-[#989898] text-xl sm:text-2xl font-mono z-10">
53-
{'{'}={'}'}
52+
<div className="z-10 flex items-center justify-between h-full md:w-auto">
53+
<a href="/" className="cursor-pointer">
54+
<img
55+
src="https://res.cloudinary.com/dqcrkrtyr/image/upload/v1734800561/oc_logo_yig1u4.png"
56+
alt=""
57+
className="h-8 mr-2"
58+
/>
59+
</a>
5460
</div>
5561
<div className="hidden lg:flex font-robotoMono text-[#989898] items-center gap-6 xl:gap-8 absolute left-1/2 -translate-x-1/2">
5662
{navigationItems.map((item) => (
@@ -64,12 +70,17 @@ export default function Navbar() {
6470
))}
6571
</div>
6672

67-
<button className="hidden sm:block bg-transparent border border-purple-500/30 text-purple-400 hover:bg-purple-500/10 transition-colors shadow-inner-white backdrop-blur-sm text-xs sm:text-sm z-10 px-4 py-2 rounded-[10px]">
68-
Join us
69-
</button>
73+
<a
74+
href="https://chat.whatsapp.com/GMNyUn47aEh0DE7krtd1Kx"
75+
className="hidden md:block"
76+
>
77+
<button className="bg-transparent border border-purple-500/30 text-purple-400 hover:bg-purple-500/10 transition-colors shadow-inner-white backdrop-blur-sm text-xs md:text-sm z-10 px-4 py-2 rounded-[10px]">
78+
Join us
79+
</button>
80+
</a>
7081

7182
<div
72-
className={`absolute top-full left-0 w-full lg:hidden mt-2 sm:mt-4 py-4 sm:py-6 px-4 rounded-2xl bg-black/40 backdrop-blur-md border border-white/5 transition-all duration-300 ease-in-out ${
83+
className={`absolute top-full left-0 w-full lg:hidden mt-2 md:mt-4 py-4 md:py-6 px-4 rounded-2xl bg-black/40 backdrop-blur-md border border-white/5 transition-all duration-300 ease-in-out ${
7384
isOpen
7485
? 'opacity-100 translate-y-0 visible'
7586
: 'opacity-0 -translate-y-4 invisible'
@@ -80,14 +91,16 @@ export default function Navbar() {
8091
<a
8192
key={item.href}
8293
href={item.href}
83-
className="block w-full px-4 py-2 text-[#989898] hover:text-[rgb(165,70,255)] hover:bg-white/5 rounded-lg transition-colors duration-200 text-sm sm:text-base"
94+
className="block w-full px-4 py-2 text-[#989898] hover:text-[rgb(165,70,255)] hover:bg-white/5 rounded-lg transition-colors duration-200 text-sm md:text-base"
8495
>
8596
{item.label}
8697
</a>
8798
))}
88-
<button className="mt-4 w-full bg-transparent border shadow-inner-white border-purple-500/30 text-purple-400 hover:bg-purple-500/10 transition-colors backdrop-blur-sm text-sm px-4 py-2 rounded-[10px]">
89-
Join us
90-
</button>
99+
<a href="https://chat.whatsapp.com/GMNyUn47aEh0DE7krtd1Kx">
100+
<button className="mt-4 w-full bg-transparent border shadow-inner-white border-purple-500/30 text-purple-400 hover:bg-purple-500/10 transition-colors backdrop-blur-sm text-sm px-4 py-2 rounded-[10px]">
101+
Join us
102+
</button>
103+
</a>
91104
</div>
92105
</div>
93106
</nav>

src/main.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ import './index.css';
44
import App from './App.jsx';
55
import { BrowserRouter, Route, Routes } from 'react-router';
66
import Playground from './Playground.jsx';
7+
import ComingSoon from './components/ComingSoon/ComingSoon.jsx';
78

89
createRoot(document.getElementById('root')).render(
910
<StrictMode>
1011
<BrowserRouter>
1112
<Routes>
1213
<Route path="/" element={<App />} />
1314
<Route path="/playground" element={<Playground />} />
15+
<Route path="/coming-soon" element={<ComingSoon />} />
1416
</Routes>
1517
</BrowserRouter>
1618
</StrictMode>

0 commit comments

Comments
 (0)