diff --git a/src/app/portfolio/web-development/page.tsx b/src/app/portfolio/web-development/page.tsx new file mode 100644 index 0000000..eb4e2d4 --- /dev/null +++ b/src/app/portfolio/web-development/page.tsx @@ -0,0 +1,125 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; +import TextAbout from "@/components/sections/about/TextAbout"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; + +export default function PortfolioWebDevelopment() { + return ( + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ window.open("https://mail.google.com/mail/u/0/#inbox?compose=CllgCKCJDpcNVLgLjnmzlfjhpdVpzlhHMczkBTgTPMlCJWbKpnvxftQMXCJXsLrmzvsghmMqHjV", "_blank") } + ]} + buttonAnimation="slide-up" + background={{ variant: "animated-grid" }} + useInvertedBackground={false} + /> +
+ + +
+ ); +} \ No newline at end of file