From 5219ccb65fd58c31e2dc494133dc4a2e796cce04 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 06:17:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b68a0f..a179731 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,20 +57,20 @@ export default function LandingPage() { variant: "sparkles-gradient" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-hispanic-technician-fixing-computer-fan-young-man-connecting-new-component-part-cpu_662251-47.jpg", imageAlt: "컴퓨터 수리 전문가" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-troubleshooting-computer_23-2148419156.jpg", imageAlt: "고객 응대 및 접수" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-hard-drive-blue-light_23-2149417056.jpg", imageAlt: "데이터 복구 작업" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-laptop-with-air-conditioner_482257-90912.jpg", imageAlt: "윈도우 설치 완료" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-using-external-storage-used_23-2149388497.jpg", imageAlt: "SSD 설치 및 업그레이드" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182518.jpg", imageAlt: "네트워크 구축" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-hispanic-technician-fixing-computer-fan-young-man-connecting-new-component-part-cpu_662251-47.jpg?_wi=1", imageAlt: "컴퓨터 수리 전문가" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-troubleshooting-computer_23-2148419156.jpg?_wi=1", imageAlt: "고객 응대 및 접수" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-hard-drive-blue-light_23-2149417056.jpg?_wi=1", imageAlt: "데이터 복구 작업" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-laptop-with-air-conditioner_482257-90912.jpg?_wi=1", imageAlt: "윈도우 설치 완료" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-using-external-storage-used_23-2149388497.jpg?_wi=1", imageAlt: "SSD 설치 및 업그레이드" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182518.jpg?_wi=1", imageAlt: "네트워크 구축" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182518.jpg", imageAlt: "네트워크 장비" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-using-external-storage-used_23-2149388497.jpg", imageAlt: "PC 부품 업그레이드" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-laptop-with-air-conditioner_482257-90912.jpg", imageAlt: "운영체제 설치" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-hard-drive-blue-light_23-2149417056.jpg", imageAlt: "저장 장치 복구" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-troubleshooting-computer_23-2148419156.jpg", imageAlt: "친절한 상담" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-hispanic-technician-fixing-computer-fan-young-man-connecting-new-component-part-cpu_662251-47.jpg", imageAlt: "기술력 있는 수리" } + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182518.jpg?_wi=2", imageAlt: "네트워크 장비" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-using-external-storage-used_23-2149388497.jpg?_wi=2", imageAlt: "PC 부품 업그레이드" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-laptop-with-air-conditioner_482257-90912.jpg?_wi=2", imageAlt: "운영체제 설치" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-hard-drive-blue-light_23-2149417056.jpg?_wi=2", imageAlt: "저장 장치 복구" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-troubleshooting-computer_23-2148419156.jpg?_wi=2", imageAlt: "친절한 상담" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-hispanic-technician-fixing-computer-fan-young-man-connecting-new-component-part-cpu_662251-47.jpg?_wi=2", imageAlt: "기술력 있는 수리" } ]} buttons={[ { text: "전화 문의하기", href: "tel:18001979" }, -- 2.49.1