Update src/app/page.tsx
This commit is contained in:
@@ -17,15 +17,15 @@ import { CalendarCheck, MapPin, Users } from "lucide-react";
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
background="aurora"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
@@ -50,8 +50,6 @@ export default function LandingPage() {
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="PartyLink"
|
||||
button={{
|
||||
text: "Download App", href: "#"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -64,12 +62,7 @@ export default function LandingPage() {
|
||||
description="PartyLink connects enthusiastic students to the best local events. Never miss out on a good time again with our smooth and easy-to-use platform."
|
||||
tag="Your Ultimate Party Guide"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Download on App Store", href: "#"},
|
||||
{
|
||||
text: "Get it on Google Play", href: "#"},
|
||||
]}
|
||||
buttons={[]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
@@ -231,8 +224,6 @@ export default function LandingPage() {
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Events", href: "#events"},
|
||||
{
|
||||
label: "Download App", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user