From d8696d5648a264b92a3e2a4c528c4d05445a3b13 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 10:10:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 485 +++++++++++++++++++---------------------------- 1 file changed, 190 insertions(+), 295 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dfff31..5158ba7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,10 +11,12 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Sparkles } from "lucide-react"; +import AgeVerificationModal from "@/app/components/AgeVerificationModal"; export default function LandingPage() { return ( - + - - + > + + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- -
-
+ + +
+ ); }