From e5a3b976faaecd0eb0dcf8b039c7fb4b6ada2074 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 05:44:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b47dbd5..b5c168a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,22 +169,18 @@ export default function HomePage() { { id: "1", name: "Hair Salon Website", price: "View Case Study", imageSrc: getAssetUrl("portfolio-salon"), imageAlt: getAssetAlt("portfolio-salon"), - href: "/portfolio" }, { id: "2", name: "Restaurant Ordering Site", price: "View Case Study", imageSrc: getAssetUrl("portfolio-restaurant"), imageAlt: getAssetAlt("portfolio-restaurant"), - href: "/portfolio" }, { id: "3", name: "Delivery Service Platform", price: "View Case Study", imageSrc: getAssetUrl("portfolio-delivery"), imageAlt: getAssetAlt("portfolio-delivery"), - href: "/portfolio" }, { id: "4", name: "Personal Brand Portfolio", price: "View Case Study", imageSrc: getAssetUrl("portfolio-personal-brand"), imageAlt: getAssetAlt("portfolio-personal-brand"), - href: "/portfolio" }, ]} gridVariant="two-columns-alternating-heights" -- 2.49.1