From 019b2d773618404d36dd6273bd1401f7fad7ed71 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 10:56:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 118 +++++++++++++++++++---------------------------- 1 file changed, 48 insertions(+), 70 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef05f58..cf59383 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; export default function LandingPage() { @@ -28,30 +29,25 @@ export default function LandingPage() {
+
+ +
+
@@ -127,28 +110,23 @@ export default function LandingPage() { layout="section" title="Terms and Responsible Gaming" sections={[ - { - heading: "Responsible Play", content: { type: "paragraph", text: "Yono Games promotes responsible gaming. Ensure you play within your limits and legal boundaries." }, - }, - { - heading: "Terms of Service", content: { type: "list", items: [ - "Players must be 18+ years of age.", "Real money gaming is subject to local laws.", "Withdrawals are processed within 24 hours.", "Accounts found in violation of terms will be suspended."], - }, - }, + { heading: "Responsible Play", content: { type: "paragraph", text: "Yono Games promotes responsible gaming. Ensure you play within your limits and legal boundaries." } }, + { heading: "Terms of Service", content: { type: "list", items: ["Players must be 18+ years of age.", "Real money gaming is subject to local laws.", "Withdrawals are processed within 24 hours."] } }, ]} />
-
@@ -161,4 +139,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1