From 2a5ab21611b4ee91305cc53006def36b059973d5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 16:01:47 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 292 +++++++++++++++++++++---------------- 1 file changed, 165 insertions(+), 127 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index f52deb2..234e760 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -1,22 +1,24 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; -import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import FooterCard from "@/components/sections/footer/FooterCard"; -import { Instagram, Linkedin, Twitter, Mail } from "lucide-react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Instagram, Linkedin, Twitter, Mail, Award, TrendingUp, Users } from "lucide-react"; + +const navItems = [ + { name: "Home", id: "home" }, + { name: "Services", id: "services" }, + { name: "Portfolio", id: "portfolio" }, + { name: "About", id: "about" }, + { name: "Contact", id: "contact" }, +]; export default function PortfolioPage() { - const navItems = [ - { name: "Home", id: "home" }, - { name: "Services", id: "services" }, - { name: "Portfolio", id: "portfolio" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" } - ]; - return ( -
+
+ +
+ +
-
- + +
+ +
+
-