From cd917f5f3667e6048ed5adcbd0c90581c7be90a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 09:59:40 +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 671e88b..614ccea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { { id: "s3", title: "Performance", content: "Lightning-fast load speeds for optimal user experience." }, { id: "s4", title: "Security", content: "Robust backend protection and scalable infrastructure security." } ]} - imageSrc="http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg" + imageSrc="http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg?_wi=1" useInvertedBackground={false} mediaAnimation="blur-reveal" /> @@ -95,9 +95,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} products={[ - { id: "p1", name: "Cyber Pixel Quest", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg" }, - { id: "p2", name: "Retro Asset Pack", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg" }, - { id: "p3", name: "Interactive Logic", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg" } + { id: "p1", name: "Cyber Pixel Quest", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg?_wi=2" }, + { id: "p2", name: "Retro Asset Pack", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg?_wi=3" }, + { id: "p3", name: "Interactive Logic", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg?_wi=4" } ]} /> @@ -124,8 +124,8 @@ export default function LandingPage() { title="Mis últimos trabajos" description="Explora una selección de proyectos destacados." blogs={[ - { id: "b1", category: "Web Design", title: "Indie Studio Launch", excerpt: "Landing page para Steam.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg", authorName: "Matías L.", authorAvatar: "", date: "2024" }, - { id: "b2", category: "E-Commerce", title: "Shopify Redesign", excerpt: "Aumento de conversión del 30%.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg", authorName: "Matías L.", authorAvatar: "", date: "2024" } + { id: "b1", category: "Web Design", title: "Indie Studio Launch", excerpt: "Landing page para Steam.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg?_wi=1", authorName: "Matías L.", authorAvatar: "", date: "2024" }, + { id: "b2", category: "E-Commerce", title: "Shopify Redesign", excerpt: "Aumento de conversión del 30%.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg?_wi=2", authorName: "Matías L.", authorAvatar: "", date: "2024" } ]} /> -- 2.49.1