From 8ba638054dd50a5c7c4d82f0dcef8ff44af80958 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 19:04:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a926cdf..15eb39f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,8 +52,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/workplace-with-laptop_23-2147651756.jpg", imageAlt: "Portfolio showcase" }, { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149277811.jpg", imageAlt: "Creative work" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-working-desk-top-view_23-2149930937.jpg", imageAlt: "Design process" }, - { imageSrc: "http://img.b2bpic.net/free-psd/designer-template-design_23-2151802964.jpg", imageAlt: "Brand identity" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346499.jpg", imageAlt: "Studio excellence" } + { imageSrc: "http://img.b2bpic.net/free-psd/designer-template-design_23-2151802964.jpg?_wi=1", imageAlt: "Brand identity" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346499.jpg?_wi=1", imageAlt: "Studio excellence" } ]} mediaAnimation="blur-reveal" buttons={[ @@ -73,10 +73,10 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "proj-1", name: "TechFlow Brand Identity", price: "Complete Rebrand", variant: "Logo, Guidelines, Digital Assets", imageSrc: "http://img.b2bpic.net/free-psd/designer-template-design_23-2151802964.jpg", imageAlt: "TechFlow branding" + id: "proj-1", name: "TechFlow Brand Identity", price: "Complete Rebrand", variant: "Logo, Guidelines, Digital Assets", imageSrc: "http://img.b2bpic.net/free-psd/designer-template-design_23-2151802964.jpg?_wi=2", imageAlt: "TechFlow branding" }, { - id: "proj-2", name: "Luxe Packaging Design", price: "Custom Solution", variant: "Packaging, Labels, Unboxing Experience", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346499.jpg", imageAlt: "Luxury packaging" + id: "proj-2", name: "Luxe Packaging Design", price: "Custom Solution", variant: "Packaging, Labels, Unboxing Experience", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346499.jpg?_wi=2", imageAlt: "Luxury packaging" }, { id: "proj-3", name: "Digital Experience Design", price: "Full Service", variant: "UI/UX, Web Design, Mobile App", imageSrc: "http://img.b2bpic.net/free-vector/company-proposal-template-design_742173-21283.jpg", imageAlt: "Digital design" -- 2.49.1