From b8e9ef35ec6c60bd499858663b10afd338e62aa5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:50:23 +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 793fa7d..6bc7b06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="circleGradient" + background="floatingGradient" cardStyle="subtle-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -54,18 +54,18 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/conversation-office_1098-14059.jpg?_wi=1", imageAlt: "Entrepreneurs in suits making deals" }, - { imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-black-playing-cards-drinking-champagne_132075-13783.jpg?_wi=1", imageAlt: "Premium networking event" }, - { imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-exults-pumping-fists-ecstatic-celebrates-success-outdoor_1150-2488.jpg?_wi=1", imageAlt: "Success and achievement" }, - { imageSrc: "http://img.b2bpic.net/free-photo/business-man-sitting-his-car-back-sit_1303-23593.jpg?_wi=1", imageAlt: "Affluent lifestyle" } + { imageSrc: "http://img.b2bpic.net/free-photo/conversation-office_1098-14059.jpg", imageAlt: "Entrepreneurs in suits making deals" }, + { imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-black-playing-cards-drinking-champagne_132075-13783.jpg", imageAlt: "Premium networking event" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-exults-pumping-fists-ecstatic-celebrates-success-outdoor_1150-2488.jpg", imageAlt: "Success and achievement" }, + { imageSrc: "http://img.b2bpic.net/free-photo/business-man-sitting-his-car-back-sit_1303-23593.jpg", imageAlt: "Affluent lifestyle" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/business-man-sitting-his-car-back-sit_1303-23593.jpg?_wi=2", imageAlt: "Elite business professionals" }, - { imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-exults-pumping-fists-ecstatic-celebrates-success-outdoor_1150-2488.jpg?_wi=2", imageAlt: "Business growth and expansion" }, - { imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-black-playing-cards-drinking-champagne_132075-13783.jpg?_wi=2", imageAlt: "Exclusive networking" }, - { imageSrc: "http://img.b2bpic.net/free-photo/conversation-office_1098-14059.jpg?_wi=2", imageAlt: "Professional entrepreneurs" } + { imageSrc: "http://img.b2bpic.net/free-photo/business-man-sitting-his-car-back-sit_1303-23593.jpg", imageAlt: "Elite business professionals" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-exults-pumping-fists-ecstatic-celebrates-success-outdoor_1150-2488.jpg", imageAlt: "Business growth and expansion" }, + { imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-black-playing-cards-drinking-champagne_132075-13783.jpg", imageAlt: "Exclusive networking" }, + { imageSrc: "http://img.b2bpic.net/free-photo/conversation-office_1098-14059.jpg", imageAlt: "Professional entrepreneurs" } ]} carouselPosition="right" /> @@ -220,7 +220,7 @@ export default function LandingPage() { { text: "Apply To Join", href: "#" }, { text: "Schedule Call", href: "#" } ]} - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={true} /> -- 2.49.1