From a269cf0f6c23bffb5febed4d1b64717e8bd1752f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 07:13:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 621378a..ca764f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; -import ButtonExpandHover from '@/components/button/ButtonExpandHover'; export default function LandingPage() { return ( @@ -43,6 +42,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} title="YOUR OLD LIFE IS DEAD." description="We don't sell clothing. We sell The Shell of Godhood. Your first step into authorized existence." + buttons={[{ text: "BECOME. (ENTER VAULT)", href: "/vault" }]} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/rough-concrete-wall-surface_23-2148413267.jpg?q=80&w=800&blur=10&filter=grayscale", imageAlt: "brutalist concrete" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifestyle-fashion-shoot_53876-24683.jpg?q=80&w=800&blur=10&filter=grayscale", imageAlt: "dark silhouette" }, @@ -54,9 +54,7 @@ export default function LandingPage() { titleClassName="tracking-[-0.04em] font-black uppercase text-[clamp(3rem,8vw,12rem)]" carouselClassName="grayscale contrast-[2] brightness-50" buttonContainerClassName="mt-12" - > - - + />
@@ -112,8 +110,8 @@ export default function LandingPage() { layout="section" title="TERMS OF EXCLUSIVITY" sections={[ - { heading: "Privacy Policy", content: [{ type: "paragraph", text: "Your data is handled with the same reverence as our craft." }] }, - { heading: "Membership Terms", content: [{ type: "paragraph", text: "No sharing of credentials; strict adherence to the Grisha conduct." }] }, + { heading: "Privacy Policy", content: { type: "paragraph", text: "Your data is handled with the same reverence as our craft." } }, + { heading: "Membership Terms", content: { type: "paragraph", text: "No sharing of credentials; strict adherence to the Grisha conduct." } }, ]} titleClassName="tracking-[0.05em] font-montserrat" />