Merge version_1 into main #1
@@ -11,7 +11,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Crown, Layers, Shuffle, Smartphone, Sparkles, Sun, Target } from "lucide-react";
|
||||
import { Crown, Layers, Shuffle, Smartphone, Sparkles, Sun, Target, Facebook, Twitter, Instagram, Youtube } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -54,7 +54,6 @@ export default function LandingPage() {
|
||||
imageAlt="Carrom Master Arena game in action with premium visuals"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
@@ -177,10 +176,10 @@ export default function LandingPage() {
|
||||
logoText="Carrom Master Arena"
|
||||
copyrightText="© 2024 Carrom Master Arena. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: "Facebook", href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: "Twitter", href: "#", ariaLabel: "Twitter" },
|
||||
{ icon: "Instagram", href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: "Youtube", href: "#", ariaLabel: "YouTube" }
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Youtube, href: "#", ariaLabel: "YouTube" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user