Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="mediumLargeSizeLargeTitles"
|
sizing="mediumLargeSizeLargeTitles"
|
||||||
background="circleGradient"
|
background="floatingGradient"
|
||||||
cardStyle="subtle-shadow"
|
cardStyle="subtle-shadow"
|
||||||
primaryButtonStyle="diagonal-gradient"
|
primaryButtonStyle="diagonal-gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
@@ -54,18 +54,18 @@ export default function LandingPage() {
|
|||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "circleGradient" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
leftCarouselItems={[
|
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/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?_wi=1", imageAlt: "Premium networking event" },
|
{ 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?_wi=1", imageAlt: "Success and achievement" },
|
{ 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?_wi=1", imageAlt: "Affluent lifestyle" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/business-man-sitting-his-car-back-sit_1303-23593.jpg", imageAlt: "Affluent lifestyle" }
|
||||||
]}
|
]}
|
||||||
rightCarouselItems={[
|
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/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?_wi=2", imageAlt: "Business growth and expansion" },
|
{ 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?_wi=2", imageAlt: "Exclusive networking" },
|
{ 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?_wi=2", imageAlt: "Professional entrepreneurs" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/conversation-office_1098-14059.jpg", imageAlt: "Professional entrepreneurs" }
|
||||||
]}
|
]}
|
||||||
carouselPosition="right"
|
carouselPosition="right"
|
||||||
/>
|
/>
|
||||||
@@ -220,7 +220,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Apply To Join", href: "#" },
|
{ text: "Apply To Join", href: "#" },
|
||||||
{ text: "Schedule Call", href: "#" }
|
{ text: "Schedule Call", href: "#" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "circleGradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user