From e9affff9282b5a0fe2e6f4f07c3b9286dc8f2f18 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:03:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c22bb5..c4228e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,14 +65,10 @@ export default function LandingPage() { tag="Portfolio" tagIcon={Sparkles} products={[ - { - id: "1", name: "Brand Identity System", price: "TechCorp", variant: "Logo, Guidelines, Assets", imageSrc: "http://img.b2bpic.net/free-vector/gradient-modern-business-card_23-2150382755.jpg", imageAlt: "Brand identity design project"}, - { - id: "2", name: "Web Design Mockup", price: "FitFlow App", variant: "UI/UX, Responsive Design", imageSrc: "http://img.b2bpic.net/free-vector/template-landing-page-with-smartphone_23-2148328146.jpg", imageAlt: "Web design project"}, - { - id: "3", name: "Marketing Campaign", price: "Global Ventures", variant: "Print & Digital Assets", imageSrc: "http://img.b2bpic.net/free-vector/neon-business-card-template_23-2148563943.jpg", imageAlt: "Marketing campaign design"}, - { - id: "4", name: "Packaging Design", price: "Nature Goods Co", variant: "Product Packaging, Labels", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-international-tea-day-instagram-stories-collection_52683-83718.jpg", imageAlt: "Product packaging design"}, + { id: "1", name: "Brand Identity System", price: "TechCorp", variant: "Logo, Guidelines, Assets", imageSrc: "http://img.b2bpic.net/free-vector/gradient-modern-business-card_23-2150382755.jpg", imageAlt: "Brand identity design project"}, + { id: "2", name: "Web Design Mockup", price: "FitFlow App", variant: "UI/UX, Responsive Design", imageSrc: "http://img.b2bpic.net/free-vector/template-landing-page-with-smartphone_23-2148328146.jpg", imageAlt: "Web design project"}, + { id: "3", name: "Marketing Campaign", price: "Global Ventures", variant: "Print & Digital Assets", imageSrc: "http://img.b2bpic.net/free-vector/neon-business-card-template_23-2148563943.jpg", imageAlt: "Marketing campaign design"}, + { id: "4", name: "Packaging Design", price: "Nature Goods Co", variant: "Product Packaging, Labels", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-international-tea-day-instagram-stories-collection_52683-83718.jpg", imageAlt: "Product packaging design"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -178,8 +174,8 @@ export default function LandingPage() {