Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-08 21:37:49 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="large"
background="floatingGradient"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -49,7 +49,7 @@ export default function LandingPage() {
description="Discover vibrant solutions that transform your ideas into reality with energy and passion"
tag="Featured"
tagIcon={Sparkles}
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Explore Now", href: "#product" },
{ text: "Learn More", href: "#about" }
@@ -87,6 +87,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/multiracial-hr-team-interviews-candidate_482257-120742.jpg"
imageAlt="Team collaborating on innovative projects"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -259,7 +260,7 @@ export default function LandingPage() {
title="Stay Updated with Our Latest Insights"
description="Subscribe to receive exclusive updates, industry trends, and special offers delivered to your inbox"
tagIcon={Mail}
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Subscribe Now"