diff --git a/src/App.jsx b/src/App.jsx index 5e1d055..82afd2f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -5,15 +5,16 @@ import Hero from './components/Hero.jsx' import Productviewer from './components/Productviewer.jsx' import gsap from 'gsap' import {ScrollTrigger} from 'gsap/all' +import Showcase from './components/Showcase.jsx' gsap.registerPlugin(ScrollTrigger); const App = () => { return (
- + 1 - +
) } diff --git a/src/components/NavBar.jsx b/src/components/NavBar.jsx index 36e3c80..d3983a2 100644 --- a/src/components/NavBar.jsx +++ b/src/components/NavBar.jsx @@ -1,5 +1,5 @@ import React from 'react' -import { navlinks } from '../constants' +import { navLinks } from '../constants' @@ -11,7 +11,7 @@ const Navbar = () => {