From f75453677240961821c0960c9dacded7ab128ba9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:16:09 +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 a9b8628..82dc13d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLarge" - background="grid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -50,18 +50,18 @@ export default function LandingPage() { { text: "Learn More", href: "about" } ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-girl-using-hand-sanitizer-while-studying-home_637285-9418.jpg?_wi=1", imageAlt: "Service demonstration video" }, - { imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-sitting-chair-with-laptop-sitting-front-his-team-office_23-2147923378.jpg?_wi=1", imageAlt: "Professional consultation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg?_wi=1", imageAlt: "Hands-on training session" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-girl-using-hand-sanitizer-while-studying-home_637285-9418.jpg?_wi=2", imageAlt: "Step-by-step instruction" } + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-girl-using-hand-sanitizer-while-studying-home_637285-9418.jpg", imageAlt: "Service demonstration video" }, + { imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-sitting-chair-with-laptop-sitting-front-his-team-office_23-2147923378.jpg", imageAlt: "Professional consultation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg", imageAlt: "Hands-on training session" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-girl-using-hand-sanitizer-while-studying-home_637285-9418.jpg", imageAlt: "Step-by-step instruction" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-sitting-chair-with-laptop-sitting-front-his-team-office_23-2147923378.jpg?_wi=2", imageAlt: "Business consultation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg?_wi=2", imageAlt: "Professional team meeting" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-girl-using-hand-sanitizer-while-studying-home_637285-9418.jpg?_wi=3", imageAlt: "Demonstration video" }, - { imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-sitting-chair-with-laptop-sitting-front-his-team-office_23-2147923378.jpg?_wi=3", imageAlt: "Service presentation" } + { imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-sitting-chair-with-laptop-sitting-front-his-team-office_23-2147923378.jpg", imageAlt: "Business consultation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg", imageAlt: "Professional team meeting" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-girl-using-hand-sanitizer-while-studying-home_637285-9418.jpg", imageAlt: "Demonstration video" }, + { imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-sitting-chair-with-laptop-sitting-front-his-team-office_23-2147923378.jpg", imageAlt: "Service presentation" } ]} carouselPosition="right" ariaLabel="Hero section with service demonstrations" @@ -132,11 +132,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Chris", role: "Client", company: "Local Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { id: "2", name: "Sarah Mitchell", role: "Service Manager", company: "Franklin Consulting", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { id: "3", name: "James Rodriguez", role: "Operations Lead", company: "Tech Solutions Inc", rating: 5, -- 2.49.1