From 4badbdc4d8a66ba6358ee7267e4e234589587ff0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:46:58 +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 cae80c3..97a4019 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,18 +48,18 @@ export default function LandingPage() { title="Your Business Deserves A Digital Home" description="Stop losing leads to outdated sites. We build high-performing, beautiful websites that help local businesses grow effortlessly." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-digital-tablet-mobile-phone_1252-898.jpg", imageAlt: "Studio design 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/ideas-windows-bulb-question-mark-speech-bubble-sign_53876-120475.jpg", imageAlt: "Studio design 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-digital-tablet-mobile-phone_1252-898.jpg", imageAlt: "Studio design 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/ideas-windows-bulb-question-mark-speech-bubble-sign_53876-120475.jpg", imageAlt: "Studio design 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-digital-tablet-mobile-phone_1252-898.jpg", imageAlt: "Studio design 5" } + { imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-digital-tablet-mobile-phone_1252-898.jpg?_wi=1", imageAlt: "Studio design 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/ideas-windows-bulb-question-mark-speech-bubble-sign_53876-120475.jpg?_wi=1", imageAlt: "Studio design 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-digital-tablet-mobile-phone_1252-898.jpg?_wi=2", imageAlt: "Studio design 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/ideas-windows-bulb-question-mark-speech-bubble-sign_53876-120475.jpg?_wi=2", imageAlt: "Studio design 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-digital-tablet-mobile-phone_1252-898.jpg?_wi=3", imageAlt: "Studio design 5" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/ideas-windows-bulb-question-mark-speech-bubble-sign_53876-120475.jpg", imageAlt: "Workflow 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-digital-tablet-mobile-phone_1252-898.jpg", imageAlt: "Workflow 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/ideas-windows-bulb-question-mark-speech-bubble-sign_53876-120475.jpg", imageAlt: "Workflow 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-digital-tablet-mobile-phone_1252-898.jpg", imageAlt: "Workflow 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/ideas-windows-bulb-question-mark-speech-bubble-sign_53876-120475.jpg", imageAlt: "Workflow 5" } + { imageSrc: "http://img.b2bpic.net/free-photo/ideas-windows-bulb-question-mark-speech-bubble-sign_53876-120475.jpg?_wi=3", imageAlt: "Workflow 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-digital-tablet-mobile-phone_1252-898.jpg?_wi=4", imageAlt: "Workflow 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/ideas-windows-bulb-question-mark-speech-bubble-sign_53876-120475.jpg?_wi=4", imageAlt: "Workflow 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-digital-tablet-mobile-phone_1252-898.jpg?_wi=5", imageAlt: "Workflow 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/ideas-windows-bulb-question-mark-speech-bubble-sign_53876-120475.jpg?_wi=5", imageAlt: "Workflow 5" } ]} buttons={[{ text: "Get Your Site", href: "#contact" }]} avatars={[ -- 2.49.1