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"
- >
-