From aa5ecd2ca9cf45b0a55a8fb1795bba1904c28863 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:29:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6058344..20bf831 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,11 +47,11 @@ export default function LandingPage() { buttons={[{ text: "Start Project", href: "#contact" }]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/elegant-dark-abstract-background-with-golden-diagonal-lines_84443-83741.jpg", imageAlt: "Luxurious Hero 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/personal-accessories-coffee-cup-earphone-eyeglasses-keyboard-black-background_23-2148052543.jpg", imageAlt: "Luxurious Hero 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg", imageAlt: "Luxurious Hero 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/twigs-near-pot_23-2147811216.jpg", imageAlt: "Luxurious Hero 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169860.jpg", imageAlt: "Luxurious Hero 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/elegant-dark-abstract-background-with-golden-diagonal-lines_84443-83741.jpg?_wi=1", imageAlt: "Luxurious Hero 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/personal-accessories-coffee-cup-earphone-eyeglasses-keyboard-black-background_23-2148052543.jpg?_wi=1", imageAlt: "Luxurious Hero 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg?_wi=1", imageAlt: "Luxurious Hero 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/twigs-near-pot_23-2147811216.jpg?_wi=1", imageAlt: "Luxurious Hero 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169860.jpg?_wi=1", imageAlt: "Luxurious Hero 5" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-prism-light-deflection_23-2148599228.jpg", imageAlt: "Luxurious Hero 6" }, ]} /> @@ -94,11 +94,11 @@ export default function LandingPage() { cardTag="Testimonials" cardAnimation="blur-reveal" testimonials={[ - { id: "t1", name: "Alex Rivet", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dark-abstract-background-with-golden-diagonal-lines_84443-83741.jpg" }, - { id: "t2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/personal-accessories-coffee-cup-earphone-eyeglasses-keyboard-black-background_23-2148052543.jpg" }, - { id: "t3", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg" }, - { id: "t4", name: "Elena Vostok", imageSrc: "http://img.b2bpic.net/free-photo/twigs-near-pot_23-2147811216.jpg" }, - { id: "t5", name: "Julian Saint", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169860.jpg" } + { id: "t1", name: "Alex Rivet", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dark-abstract-background-with-golden-diagonal-lines_84443-83741.jpg?_wi=2" }, + { id: "t2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/personal-accessories-coffee-cup-earphone-eyeglasses-keyboard-black-background_23-2148052543.jpg?_wi=2" }, + { id: "t3", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg?_wi=2" }, + { id: "t4", name: "Elena Vostok", imageSrc: "http://img.b2bpic.net/free-photo/twigs-near-pot_23-2147811216.jpg?_wi=2" }, + { id: "t5", name: "Julian Saint", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169860.jpg?_wi=2" } ]} /> -- 2.49.1