Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Award, BarChart3, CreditCard, Cpu, Discord, Facebook, Gamepad2, HelpCircle, MessageCircle, Rocket, Shield, Sparkles, Star, Trophy, Twitch, Twitter, Users, Youtube, Zap } from "lucide-react";
|
||||
import { Award, BarChart3, CreditCard, Cpu, Facebook, Gamepad2, HelpCircle, MessageCircle, Rocket, Shield, Sparkles, Star, Trophy, Twitch, Twitter, Users, Youtube, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -298,8 +298,7 @@ export default function LandingPage() {
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "GameVerse Facebook" },
|
||||
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "GameVerse Twitter" },
|
||||
{ icon: Twitch, href: "https://twitch.tv", ariaLabel: "GameVerse Twitch" },
|
||||
{ icon: Youtube, href: "https://youtube.com", ariaLabel: "GameVerse YouTube" },
|
||||
{ icon: Discord, href: "https://discord.com", ariaLabel: "GameVerse Discord" }
|
||||
{ icon: Youtube, href: "https://youtube.com", ariaLabel: "GameVerse YouTube" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user