diff --git a/src/app/page.tsx b/src/app/page.tsx index 171ed05..847be5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Download, Star, Trophy, Users, Zap } from "lucide-react"; +import { Download, Star, Trophy } from "lucide-react"; export default function LandingPage() { return ( @@ -36,8 +36,7 @@ export default function LandingPage() { { name: "FAQ", id: "faq" }, ]} brandName="Candy Mania" - button={{ - text: "Download", href: "#contact"}} + button={{ text: "Download", href: "#contact" }} /> @@ -46,21 +45,9 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} title="Sweetest Puzzle Adventure Ever!" linkCards={[ - { - title: "Play Now", - description: "Start your sugary journey.", - button: { text: "Install", href: "#contact" } - }, - { - title: "Compete", - description: "Beat friend high scores.", - button: { text: "Join", href: "#contact" } - }, - { - title: "Rewards", - description: "Unlock daily bonuses.", - button: { text: "Claim", href: "#contact" } - } + { title: "Play Now", description: "Start your sugary journey.", button: { text: "Install", href: "#contact" } }, + { title: "Compete", description: "Beat friend high scores.", button: { text: "Join", href: "#contact" } }, + { title: "Rewards", description: "Unlock daily bonuses.", button: { text: "Claim", href: "#contact" } } ]} /> @@ -74,6 +61,8 @@ export default function LandingPage() { { title: "Daily Rewards", description: "Collect sweet bonuses every day." }, { title: "Global Leaderboard", description: "Rise to the top against friends." } ]} + textboxLayout="split" + useInvertedBackground={false} /> @@ -81,6 +70,7 @@ export default function LandingPage() {