Update src/app/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Join the Circle", href: "#hero" }}
|
||||
button={{ text: "Start Your Membership", href: "#hero" }}
|
||||
buttonClassName="px-6 py-2.5 rounded-full font-medium"
|
||||
buttonTextClassName="font-semibold"
|
||||
/>
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Join the Circle", href: "#contact" },
|
||||
{ text: "Start Your Membership", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -262,7 +262,7 @@ export default function LandingPage() {
|
||||
showCard={true}
|
||||
buttonAnimation="slide-up"
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -305,8 +305,8 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-lg text-foreground/70"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user