diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b11683..b050b88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,12 +5,12 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import HeroLogo from "@/components/sections/hero/HeroLogo"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; import ProductCardThree from "@/components/sections/product/ProductCardThree"; -import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; +import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Zap, Shield, Headphones, Users, Sparkles, Crown } from "lucide-react"; +import { Zap, Shield, Headphones, Users, Sparkles, Crown, Flame, Code } from "lucide-react"; export default function LandingPage() { return ( @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="CheatVault" description="Unlock the ultimate gaming advantage with exclusive cheats, exploits, and pro strategies for every major title" buttons={[ - { text: "Explore Cheats", href: "#games" }, + { text: "Explore Cheats", href: "#rust-cheats" }, { text: "View Pricing", href: "#pricing" }, ]} imageSrc="http://img.b2bpic.net/free-vector/gradient-geometric-shapes-dark-background_23-2148420728.jpg" @@ -135,28 +135,121 @@ export default function LandingPage() { /> +