Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d7a75027c | |||
| fb14d884c4 | |||
| 244ce29457 |
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -47,8 +47,7 @@ export default function LandingPage() {
|
|||||||
logoText="LUXGAMING"
|
logoText="LUXGAMING"
|
||||||
description="Explore 12 premium AAA titles through next-generation 3D glass interface. Immersive, stunning, unforgettable."
|
description="Explore 12 premium AAA titles through next-generation 3D glass interface. Immersive, stunning, unforgettable."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Enter the Experience", href: "#titles" },
|
||||||
text: "Enter the Experience", href: "#titles"},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pastel-fantasy-surreal-dream_23-2151928793.jpg", imageAlt: "Immersive glass gaming experience" },
|
{ 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() {
|
|||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardThirteen
|
<TestimonialCardThirteen
|
||||||
animationType="slide-up"
|
animationType="depth-3d"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
@@ -127,15 +126,19 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitMedia
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "q1", title: "What makes this platform unique?", content: "Our high-fidelity glassmorphism design and curated AAA library create a unique luxury gaming experience." },
|
{ id: "q1", title: "What makes this platform unique?", content: "Our high-fidelity glassmorphism design and curated AAA library create a unique luxury gaming experience." },
|
||||||
{ id: "q2", title: "How are games curated?", content: "We carefully evaluate titles based on graphical fidelity, immersive storytelling, and industry prestige." },
|
{ id: "q2", title: "How are games curated?", content: "We carefully evaluate titles based on graphical fidelity, immersive storytelling, and industry prestige." },
|
||||||
{ id: "q3", title: "Can I showcase my own title?", content: "We are always looking for premium indie developers. Contact us for partnership opportunities." },
|
{ id: "q3", title: "Can I showcase my own title?", content: "We are always looking for premium indie developers. Contact us for partnership opportunities." },
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Inquiries"
|
title="Common Inquiries"
|
||||||
|
description="Find answers to frequently asked questions about LUXGAMING."
|
||||||
|
textboxLayout="default"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/3d-futuristic-abstract-gaming-concept_23-2151121098.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -151,28 +154,27 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tag="CONTACT US"
|
tag="CONTACT US"
|
||||||
title="Ready for the Next Level?"
|
title="Ready for the Next Level?"
|
||||||
description="Get in touch to learn more about our premium platform offerings or partnership inquiries."
|
description="Get in touch to learn more about our premium platform offerings or partnership inquiries."
|
||||||
buttons={[{ text: "Contact Support", href: "#" }]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Platform", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
|
{ title: "Platform", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
|
||||||
{ title: "Titles", items: [{ label: "Browse", href: "#titles" }, { label: "New Arrivals", href: "#titles" }] },
|
{ title: "Titles", items: [{ label: "Browse", href: "#titles" }, { label: "New Arrivals", href: "#titles" }] },
|
||||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Help Center", href: "#faq" }] },
|
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Help Center", href: "#faq" }] },
|
||||||
]}
|
]}
|
||||||
logoText="LUXGAMING"
|
bottomLeftText="© 2025 LUXGAMING"
|
||||||
copyrightText="© 2025 LUXGAMING | Luxury Gaming Showcase"
|
bottomRightText="Luxury Gaming Showcase"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user