From e57c38cc73f3ba6da84f618f73db0c851c862960 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:14:40 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 114 +++++++++---------------------------- 1 file changed, 28 insertions(+), 86 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index fdd9e1c..78536da 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -17,8 +17,7 @@ const navItems = [ const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "#services" }, { label: "SEO Optimization", href: "#services" }, { label: "Lead Generation", href: "#services" }, @@ -26,8 +25,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Testimonials", href: "#testimonials" }, @@ -35,8 +33,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "/blog" }, { label: "Case Studies", href: "/case-studies" }, { label: "Pricing", href: "#pricing" }, @@ -44,8 +41,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -78,32 +74,14 @@ export default function PortfolioPage() { tag="Portfolio" products={[ { - id: "1", - name: "HVAC Solutions Plus", - price: "Website + SEO Package", - variant: "Responsive Design, Lead Forms", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-website-homepage-for-an-h-1772525371418-b0396661.png?_wi=3", - imageAlt: "HVAC contractor website design", - }, + id: "1", name: "HVAC Solutions Plus", price: "Website + SEO Package", variant: "Responsive Design, Lead Forms", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-website-homepage-for-an-h-1772525371418-b0396661.png", imageAlt: "HVAC contractor website design"}, { - id: "2", - name: "Elite Electrical Services", - price: "Full Web Solution", - variant: "Portfolio, Booking System, Reviews", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-modern-website-design-for-an-electrica-1772525365761-8ab3b767.png?_wi=3", - imageAlt: "Electrical contractor website", - }, + id: "2", name: "Elite Electrical Services", price: "Full Web Solution", variant: "Portfolio, Booking System, Reviews", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-modern-website-design-for-an-electrica-1772525365761-8ab3b767.png", imageAlt: "Electrical contractor website"}, { - id: "3", - name: "Professional Plumbing", - price: "E-Commerce Ready", - variant: "Online Estimates, Emergency Booking", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-sleek-plumbing-company-website-with-be-1772525370173-1759d840.png?_wi=3", - imageAlt: "Plumbing company website", - }, + id: "3", name: "Professional Plumbing", price: "E-Commerce Ready", variant: "Online Estimates, Emergency Booking", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-sleek-plumbing-company-website-with-be-1772525370173-1759d840.png", imageAlt: "Plumbing company website"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -116,65 +94,29 @@ export default function PortfolioPage() {