From 0ca79ce082c96e2062c6d1f72d495eb311126a45 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:24:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 91 +++++++++++++++++++++++++++++++----------------- 1 file changed, 60 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a1795e..ed598c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -56,33 +56,42 @@ export default function LandingPage() { buttonAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/male-technician-repairing-motherboard-workbench_23-2147883622.jpg", imageAlt: "Professional computer repair workstation"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-technician-repairing-motherboard-workbench_23-2147883622.jpg", imageAlt: "Professional computer repair workstation" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-business-partners-working-together-office-computer_1303-25379.jpg", imageAlt: "Experienced IT professional providing support"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-business-partners-working-together-office-computer_1303-25379.jpg", imageAlt: "Experienced IT professional providing support" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15658.jpg", imageAlt: "Business office computer setup"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15658.jpg", imageAlt: "Business office computer setup" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-using-multimeter-check-board_23-2148254080.jpg", imageAlt: "Computer diagnostics and troubleshooting"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-using-multimeter-check-board_23-2148254080.jpg", imageAlt: "Computer diagnostics and troubleshooting" + }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/home-office-worker-opening-laptop-starting-videocall-with-colleagues_482257-119013.jpg", imageAlt: "Laptop repair and maintenance"}, + imageSrc: "http://img.b2bpic.net/free-photo/home-office-worker-opening-laptop-starting-videocall-with-colleagues_482257-119013.jpg", imageAlt: "Laptop repair and maintenance" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-data-center-doing-maintenance-after-replacing-mainframes_482257-106321.jpg", imageAlt: "Network and system configuration"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-data-center-doing-maintenance-after-replacing-mainframes_482257-106321.jpg", imageAlt: "Network and system configuration" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-entrepreneur-with-small-business_23-2149149672.jpg", imageAlt: "Custom high-performance computer build"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-entrepreneur-with-small-business_23-2149149672.jpg", imageAlt: "Custom high-performance computer build" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105458.jpg", imageAlt: "Hardware installation and upgrade"}, + imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105458.jpg", imageAlt: "Hardware installation and upgrade" + }, ]} carouselPosition="right" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} />