File tree Expand file tree Collapse file tree 4 files changed +2
-36
lines changed Expand file tree Collapse file tree 4 files changed +2
-36
lines changed Original file line number Diff line number Diff line change 1
1
import ScrollToTop from "@/components/ui/back-to-top" ;
2
2
import { Hero } from "@/components/landing/hero" ;
3
- import { TabSection } from "@/components/landing/tabs" ;
4
3
import { Navigation } from "@/components/landing/navigation" ;
5
4
import SiteCounter from "@/components/landing/site-counter" ;
6
5
import AboutTailspin from "@/components/landing/about-tailspin" ;
@@ -34,9 +33,6 @@ export default function Home() {
34
33
>
35
34
< StepperCard />
36
35
</ section >
37
- < section id = 'tabsSection' >
38
- < TabSection />
39
- </ section >
40
36
< section className = 'container' >
41
37
< div >
42
38
< SiteCounter />
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ const AboutTailspin = () => {
112
112
discover and meet like-minded people, and maybe even
113
113
hire/get hired 😉.
114
114
< br />
115
- < Link href = '#tabsSection ' >
115
+ < Link href = '#stepper ' >
116
116
< Button className = 'mt-2 bg-orange-500' >
117
117
Leaderboard{ " " }
118
118
< BarChartBig className = 'ml-2 h-4 w-4' />
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export const Hero = () => {
29
29
< HeroSubText />
30
30
</ div >
31
31
< a
32
- href = '#tabsSection '
32
+ href = '#stepper '
33
33
className = 'flex cursor-pointer flex-col items-center'
34
34
>
35
35
< div className = 'h-12 w-12 animate-bounce' >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments