From c3392d8cf7f374098b327f802b7574c5ef8708e8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:28:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eabec77..f00522e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,9 +102,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { id: "1", title: "Website Redesign & Modernization", tags: ["Strategy", "Design", "Development"], imageSrc: "http://img.b2bpic.net/free-photo/authorized-guaranteed-certificate-approved-product_53876-127708.jpg", imageAlt: "Website redesign showcase" }, - { id: "2", title: "E-Commerce Platform Development", tags: ["Ecommerce", "Integration", "Security"], imageSrc: "http://img.b2bpic.net/free-vector/startup-anding-page_52683-5986.jpg", imageAlt: "E-commerce platform" }, - { id: "3", title: "Brand Web Presence Creation", tags: ["Branding", "Design", "Launch"], imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-devices-cafe_53876-20920.jpg", imageAlt: "Brand web presence" } + { id: "1", title: "Website Redesign & Modernization", tags: ["Strategy", "Design", "Development"], imageSrc: "http://img.b2bpic.net/free-photo/authorized-guaranteed-certificate-approved-product_53876-127708.jpg?_wi=1", imageAlt: "Website redesign showcase" }, + { id: "2", title: "E-Commerce Platform Development", tags: ["Ecommerce", "Integration", "Security"], imageSrc: "http://img.b2bpic.net/free-vector/startup-anding-page_52683-5986.jpg?_wi=1", imageAlt: "E-commerce platform" }, + { id: "3", title: "Brand Web Presence Creation", tags: ["Branding", "Design", "Launch"], imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-devices-cafe_53876-20920.jpg?_wi=1", imageAlt: "Brand web presence" } ]} /> @@ -121,9 +121,9 @@ export default function LandingPage() { animationType="slide-up" gridVariant="bento-grid" products={[ - { id: "1", name: "TechStartup Rebrand", price: "+340% Traffic", imageSrc: "http://img.b2bpic.net/free-photo/authorized-guaranteed-certificate-approved-product_53876-127708.jpg", imageAlt: "Tech startup website redesign" }, - { id: "2", name: "Ecommerce Transformation", price: "+215% Sales", imageSrc: "http://img.b2bpic.net/free-vector/startup-anding-page_52683-5986.jpg", imageAlt: "Ecommerce platform launch" }, - { id: "3", name: "Service Business Growth", price: "+180% Leads", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-devices-cafe_53876-20920.jpg", imageAlt: "Service business website launch" } + { id: "1", name: "TechStartup Rebrand", price: "+340% Traffic", imageSrc: "http://img.b2bpic.net/free-photo/authorized-guaranteed-certificate-approved-product_53876-127708.jpg?_wi=2", imageAlt: "Tech startup website redesign" }, + { id: "2", name: "Ecommerce Transformation", price: "+215% Sales", imageSrc: "http://img.b2bpic.net/free-vector/startup-anding-page_52683-5986.jpg?_wi=2", imageAlt: "Ecommerce platform launch" }, + { id: "3", name: "Service Business Growth", price: "+180% Leads", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-devices-cafe_53876-20920.jpg?_wi=2", imageAlt: "Service business website launch" } ]} />