Update src/app/page.tsx

This commit is contained in:
2026-05-09 20:35:09 +00:00
parent ad9ebed313
commit 225328006a

View File

@@ -103,12 +103,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Case Study 1", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/apartment-diy-decoration-furnishing-interior_53876-120878.jpg" },
{ id: "p2", name: "Case Study 2", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-notebook-with-drew-brand-logo-creative-design-ideas_53876-13985.jpg" },
{ id: "p3", name: "Case Study 3", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-chip-technology-concept_53876-121053.jpg" },
{ id: "p4", name: "Case Study 4", price: "2022", imageSrc: "http://img.b2bpic.net/free-photo/snapshot-devices-notepad-glasses-apples-background-white-table_197531-25734.jpg" },
{ id: "p5", name: "Case Study 5", price: "2022", imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-computer-side-view_23-2149930994.jpg" },
{ id: "p6", name: "Case Study 6", price: "2021", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-creativity-project-landing-page_23-2150711409.jpg" }
{ id: "p1", name: "Case Study 1", price: "Web App", imageSrc: "http://img.b2bpic.net/free-photo/apartment-diy-decoration-furnishing-interior_53876-120878.jpg" },
{ id: "p2", name: "Case Study 2", price: "Brand Identity", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-notebook-with-drew-brand-logo-creative-design-ideas_53876-13985.jpg" },
{ id: "p3", name: "Case Study 3", price: "Web App", imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-chip-technology-concept_53876-121053.jpg" },
{ id: "p4", name: "Case Study 4", price: "Mobile App", imageSrc: "http://img.b2bpic.net/free-photo/snapshot-devices-notepad-glasses-apples-background-white-table_197531-25734.jpg" },
{ id: "p5", name: "Case Study 5", price: "UI Design", imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-computer-side-view_23-2149930994.jpg" },
{ id: "p6", name: "Case Study 6", price: "Branding", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-creativity-project-landing-page_23-2150711409.jpg" }
]}
title="Selected Projects"
description="Showcasing some of my recent work."