Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="white-gray"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="neon-glow-border"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -56,10 +56,6 @@ export default function LandingPage() {
|
||||
{ text: "Start Free Trial", href: "contact" },
|
||||
{ text: "Watch Demo", href: "features" }
|
||||
]}
|
||||
className="w-full"
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
titleClassName="text-5xl md:text-6xl font-bold"
|
||||
descriptionClassName="text-lg md:text-xl opacity-90"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,8 +71,6 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Learn Our Story", href: "contact" }
|
||||
]}
|
||||
titleClassName="text-5xl font-bold mb-8"
|
||||
descriptionClassName="text-lg leading-relaxed"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user