diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a25f46..c83cf9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -47,8 +47,7 @@ export default function LandingPage() { logoText="LUXGAMING" description="Explore 12 premium AAA titles through next-generation 3D glass interface. Immersive, stunning, unforgettable." buttons={[ - { - text: "Enter the Experience", href: "#titles"}, + { text: "Enter the Experience", href: "#titles" }, ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/pastel-fantasy-surreal-dream_23-2151928793.jpg", imageAlt: "Immersive glass gaming experience" }, @@ -110,7 +109,7 @@ export default function LandingPage() {
-
@@ -151,28 +153,27 @@ export default function LandingPage() {
-
); -} \ No newline at end of file +}