From 92fb2a8008bfe6103fbf924332d00dcab3a4015c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 05:36:37 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 66 +++++++++++++++++++++++------------------------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52063aa..c2fe337 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,11 +28,11 @@ export default function LandingPage() { @@ -42,14 +42,14 @@ export default function LandingPage() { title="THE WINDOW TO EUROPE" description="Request Access to the authorized selection. ESTATE is the preservation of rock and couture." carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifestyle-fashion-shoot_53876-24683.jpg?q=80&w=800&blur=5&filter=sepia", imageAlt: "Architectural detail" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg?_wi=1&q=80&w=800&blur=5&filter=grayscale", imageAlt: "Grainy Grisha" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-punk-model-posing-studio_23-2149267474.jpg?q=80&w=800&blur=5&filter=sepia", imageAlt: "Sepia archive" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-camera_23-2150315163.jpg?q=80&w=800&blur=5&filter=grayscale", imageAlt: "Architectural detail" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-old-mirror_23-2149640689.jpg?q=80&w=800&blur=5&filter=sepia", imageAlt: "Grainy Grisha" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/rough-concrete-wall-surface_23-2148413267.jpg?q=80&w=800&blur=5&filter=grayscale", imageAlt: "Sepia architectural" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifestyle-fashion-shoot_53876-24683.jpg?q=80&w=800&blur=10&filter=sepia", imageAlt: "Gothic portrait of THE GRISHA" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg?_wi=1&q=80&w=800&blur=10&filter=grayscale", imageAlt: "Grainy Grisha" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-punk-model-posing-studio_23-2149267474.jpg?q=80&w=800&blur=10&filter=sepia", imageAlt: "Sepia archive" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-camera_23-2150315163.jpg?q=80&w=800&blur=10&filter=grayscale", imageAlt: "Architectural detail" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-old-mirror_23-2149640689.jpg?q=80&w=800&blur=10&filter=sepia", imageAlt: "Grainy Grisha" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/rough-concrete-wall-surface_23-2148413267.jpg?q=80&w=800&blur=10&filter=grayscale", imageAlt: "Sepia architectural" }, ]} - titleClassName="tracking-[-0.02em]" + titleClassName="tracking-[0.05em] font-montserrat" carouselClassName="grayscale contrast-125" /> @@ -58,27 +58,27 @@ export default function LandingPage() {
@@ -88,24 +88,22 @@ export default function LandingPage() { useInvertedBackground={false} title="INQUIRIES" description="Standard protocol for new members." - imageSrc="http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg?_wi=2&blur=10&filter=sepia" mediaAnimation="blur-reveal" faqsAnimation="blur-reveal" - buttons={[{ text: "Request Access", href: "/apply" }]} - className="[&_a[href='/apply']]:underline [&_a[href='/apply']]:no-underline [&_a[href='/apply']]:text-inherit [&_a[href='/apply']]:font-normal [&_a[href='/apply']]:border [&_a[href='/apply']]:border-black [&_a[href='/apply']]:rounded-none" + buttons={[{ text: "Request Access", href: "/apply" }] + } faqs={[ { id: "q1", title: "How do I access the vault?", content: "Access is currently restricted to invite-only members." }, { id: "q2", title: "Is the leather ethically sourced?", content: "Every hide is vetted for quality and environmental standards." }, { id: "q3", title: "Do you ship internationally?", content: "Shipping is available only to select European hubs." }, - { id: "q4", title: "Are these pieces limited?", content: "Yes, every item in our archive is produced in strictly limited runs." }, - { id: "q5", title: "Can I visit the boutique?", content: "Boutique appointments are handled via private request." }, ]} - textBoxTitleClassName="tracking-[-0.02em]" + textBoxTitleClassName="tracking-[0.05em] font-montserrat" mediaClassName="grayscale contrast-125" /> -