Update src/app/page.tsx
This commit is contained in:
@@ -38,6 +38,7 @@ export default function LandingPage() {
|
||||
<HeroSplit
|
||||
title="LYREN"
|
||||
description="Where simplicity meets performance. Designed for everyday elegance."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Premium Crafted"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -77,8 +78,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20 px-6"
|
||||
titleClassName="text-5xl font-bold mb-6"
|
||||
descriptionClassName="text-lg text-gray-600 mb-12"
|
||||
textBoxTitleClassName="text-5xl font-bold mb-6"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,8 +105,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20 px-6 max-w-5xl mx-auto"
|
||||
titleClassName="text-4xl font-bold mb-4 text-center"
|
||||
descriptionClassName="text-lg text-gray-600 text-center mb-16"
|
||||
textBoxTitleClassName="text-4xl font-bold mb-4 text-center"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 text-center mb-16"
|
||||
cardClassName="p-8 rounded-lg transition-all duration-300 hover:shadow-lg"
|
||||
iconClassName="text-3xl mb-4"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user