feat: add wip page and dialog popup
This commit is contained in:
parent
c6eb07c79c
commit
9ca32bf842
3 changed files with 100 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ import { ExperienceSection } from "@/components/experience-section";
|
|||
import { ProjectsSection } from "@/components/projects-section";
|
||||
import { ContactSection } from "@/components/contact-section";
|
||||
import { portfolioData } from "@/data/portfolio";
|
||||
import { BusinessSection } from "~/components/business-section";
|
||||
import { BusinessSection } from "@/components/business-section";
|
||||
import { ViewPopup } from "@/components/view-popup";
|
||||
|
||||
export const meta: MetaFunction = () => {
|
||||
return [
|
||||
|
|
@ -26,6 +27,7 @@ export default function Index() {
|
|||
<ProjectsSection projects={portfolioData.projects} />
|
||||
<BusinessSection businesses={portfolioData.businesses} />
|
||||
<ContactSection profile={portfolioData.profile} />
|
||||
<ViewPopup />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue