From 41e5d07bd2fc335da7a399f75610b29406147045 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:22:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b0ac8d..b52941c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,16 +77,19 @@ export default function LandingPage() { description="Explore my curated collection of design projects across multiple disciplines and industries." products={[ { - id: "1", name: "Brand Identity System", price: "Logo Design", imageSrc: "http://img.b2bpic.net/free-vector/initial-letter-w-mono-line-logo-business-branding-template-design-inspiration_384344-1593.jpg", imageAlt: "Logo design project" + id: "1", name: "Corporate Logo Design", price: "Logo Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV0293v1HB8WM22khakRo26tWb/uploaded-1772662899610-rwvfvigi.png", imageAlt: "Corporate logo design project" }, { - id: "2", name: "Luxury Brand Guidelines", price: "Branding", imageSrc: "http://img.b2bpic.net/free-vector/gradient-brand-manual-brochure-template_23-2149830438.jpg", imageAlt: "Branding project" + id: "2", name: "Fashion Brand Guidelines", price: "Branding", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV0293v1HB8WM22khakRo26tWb/uploaded-1772662899611-4fyjnfkm.png", imageAlt: "Fashion branding project" }, { - id: "3", name: "Social Campaign Design", price: "Social Media", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sq1w0x", imageAlt: "Social media design" + id: "3", name: "Instagram Campaign Series", price: "Social Media", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV0293v1HB8WM22khakRo26tWb/uploaded-1772662899611-exgxry67.png", imageAlt: "Social media campaign design" }, { - id: "4", name: "Corporate Print Materials", price: "Print Design", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-flyer-template-with-colorful-shapes_23-2147914933.jpg", imageAlt: "Print design project" + id: "4", name: "Print Catalog Design", price: "Print Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV0293v1HB8WM22khakRo26tWb/uploaded-1772662899611-k0pnol97.png", imageAlt: "Print design project" + }, + { + id: "5", name: "Brand Packaging Design", price: "Print Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV0293v1HB8WM22khakRo26tWb/uploaded-1772662899611-m4h9j4r9.png", imageAlt: "Packaging design project" } ]} textboxLayout="default" -- 2.49.1