feat: add CommercialProjects component and related project cards; update project data structure
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m25s
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m25s
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import AboutSummary from "@/components/about-summary";
|
||||
import CommercialProjects from "@/components/commercial-projects";
|
||||
import Experience from "@/components/experience";
|
||||
import Hero from "@/components/hero";
|
||||
import Skills from "@/components/skills";
|
||||
@@ -11,6 +12,7 @@ export default function Home() {
|
||||
<div className="container mx-auto px-4">
|
||||
<AboutSummary />
|
||||
<Skills skills={skills} />
|
||||
<CommercialProjects />
|
||||
<Experience jobs={jobs} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user