import Header from "../../../components/header/Header"; import PortfolioThree from "../../../components/portfolio/PortfolioThree"; import FooterSeven from "../../../components/footer/FooterSeven"; import CopyRightThree from "../../../components/footer/CopyRightThree"; import Link from "next/link"; export const metadata = { title: 'Portfolio Grid 2 Column || Deski-Saas & Software Nextjs Template', description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`, } const PortfolioV2 = () => { return (
{/* End Page SEO Content */}
{/* End Header */} {/* ============================================= Fancy Hero Six ============================================== */}

Grid 2 Columns

An original way to show your works in a good appearance

{/* /.fancy-hero-six */} {/* ============================================= Fancy Portfolio Two ============================================== */}

Do you have any projects?
Contact us.

Contact Now
{/* /.fancy-portfolio-two */} {/* ===================================================== Footer Style Seven ===================================================== */} {/* /.theme-footer-seven */}
); }; export default PortfolioV2;