Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-07 02:14:06 +00:00

View File

@@ -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" }}
/>
</div>
@@ -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" } }
]}
/>
</div>
@@ -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}
/>
</div>
@@ -81,6 +70,7 @@ export default function LandingPage() {
<MetricCardThree
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "m1", icon: Download, title: "Installs", value: "10M+" },
{ id: "m2", icon: Star, title: "Rating", value: "4.9" },
@@ -97,6 +87,7 @@ export default function LandingPage() {
description="Join the most enthusiastic puzzle community."
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Alex P.", handle: "@alex", testimonial: "The most relaxing and fun candy game!" },
{ id: "t2", name: "Jamie R.", handle: "@jamie", testimonial: "Graphics are stunning and level design is smart." },
@@ -111,6 +102,7 @@ export default function LandingPage() {
description="Answers to your candy-crushing questions."
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Is it free to play?", content: "Absolutely! Enjoy for free." },
{ id: "q2", title: "Can I play offline?", content: "Yes, levels are playable without internet." },
@@ -125,6 +117,8 @@ export default function LandingPage() {
title="Start Your Adventure"
description="Get notified of new levels and candy events."
buttonText="Get App"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>