From fd6d23a047699e974cad041a04dde856a62d7752 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 14:38:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b03233..1ea78f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,32 +66,32 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg?_wi=1", imageAlt: "Domain Network 1", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg?_wi=2", imageAlt: "Domain Network 2", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg?_wi=3", imageAlt: "Domain Network 3", }, { id: "c4", - imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg?_wi=4", imageAlt: "Domain Network 4", }, { id: "c5", - imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg?_wi=5", imageAlt: "Domain Network 5", }, { id: "c6", - imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg?_wi=6", imageAlt: "Domain Network 6", }, ]} @@ -103,7 +103,7 @@ export default function LandingPage() { useInvertedBackground={true} title="About .it Domains" description="A .it domain is the ccTLD for Italy, managed by the Institute of Informatics and Telematics. It is intended for individuals and organizations with a genuine connection to Italy. Opting for a .it domain significantly enhances your credibility and visibility within the Italian market." - imageSrc="http://img.b2bpic.net/free-photo/developer-identifying-server-issues_482257-81365.jpg" + imageSrc="http://img.b2bpic.net/free-photo/developer-identifying-server-issues_482257-81365.jpg?_wi=1" /> @@ -152,7 +152,7 @@ export default function LandingPage() { button: { text: "Register", }, - imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893412.jpg?_wi=7", imageAlt: "global network technology concept", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { button: { text: "Renew", }, - imageSrc: "http://img.b2bpic.net/free-photo/developer-identifying-server-issues_482257-81365.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/developer-identifying-server-issues_482257-81365.jpg?_wi=2", imageAlt: "IT team working professional", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { button: { text: "Transfer", }, - imageSrc: "http://img.b2bpic.net/free-photo/call-center-operator-assisting-users-with-installing-software_482257-117872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/call-center-operator-assisting-users-with-installing-software_482257-117872.jpg?_wi=1", imageAlt: "global communication network abstract", }, ]} @@ -239,7 +239,7 @@ export default function LandingPage() { name: "message", placeholder: "How can we help?", }} - imageSrc="http://img.b2bpic.net/free-photo/call-center-operator-assisting-users-with-installing-software_482257-117872.jpg" + imageSrc="http://img.b2bpic.net/free-photo/call-center-operator-assisting-users-with-installing-software_482257-117872.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1