File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -54,22 +54,11 @@ import companies from "@/data/companies";
5454 </div >
5555 </article >
5656
57- <article class =" flex flex-col gap-8" >
58- <header >
59- <h3 class =" text-3xl text-neutral-800 dark:text-neutral-100" >Tech Stack</h3 >
60- <p class =" mt-2 text-sm text-neutral-600 dark:text-neutral-400" >
61- My expertise across different technology domains
62- </p >
63- </header >
64-
65- <TechStackRadar />
66- </article >
67-
6857 <article class =" flex flex-col gap-8" >
6958 <header >
7059 <h3 class =" text-3xl text-neutral-800 dark:text-neutral-100" >Firms I worked for</h3 >
7160 </header >
72-
61+
7362 { companies .length === 0 && <p >No companies to show yet.</p >}
7463
7564 <section class =" grid grid-cols-2 gap-8 md:grid-cols-3 lg:grid-cols-6" >
@@ -87,10 +76,21 @@ import companies from "@/data/companies";
8776 Testimonials from ex-clients and colleagues
8877 </p >
8978 </header >
90-
79+
9180 <TestimonialsCarousel />
9281 </article >
9382
83+ <article class =" flex flex-col gap-8" >
84+ <header >
85+ <h3 class =" text-3xl text-neutral-800 dark:text-neutral-100" >Tech Stack</h3 >
86+ <p class =" mt-2 text-sm text-neutral-600 dark:text-neutral-400" >
87+ My expertise across different technology domains
88+ </p >
89+ </header >
90+
91+ <TechStackRadar />
92+ </article >
93+
9494 <article class =" flex flex-col gap-8" >
9595 <header class =" flex w-full flex-row justify-between gap-2" >
9696 <h3 class =" text-3xl text-neutral-800 dark:text-neutral-100" >Get in touch</h3 >
You can’t perform that action at this time.
0 commit comments