Compare commits
9 Commits
version_12
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 3330b3048b | |||
| c74325a187 | |||
| 15b0f5bfd1 | |||
| 7979c9cbf1 | |||
| 4fe3aea202 | |||
| d6bf1c8184 | |||
| 2e168f939f | |||
| 87ff64bc35 | |||
| ecb355445f |
@@ -38,7 +38,6 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="ESTATE: THE NEW STANDARD."
|
title="ESTATE: THE NEW STANDARD."
|
||||||
description="Curated rock-vision. Architectural silhouettes. A new archival approach to fashion."
|
description="Curated rock-vision. Architectural silhouettes. A new archival approach to fashion."
|
||||||
buttons={[{ text: "EXPLORE THE COLLECTION", href: "#archive" }]}
|
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifestyle-fashion-shoot_53876-24683.jpg?_wi=1", imageAlt: "Fashion portrait" },
|
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifestyle-fashion-shoot_53876-24683.jpg?_wi=1", imageAlt: "Fashion portrait" },
|
||||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/rough-concrete-wall-surface_23-2148413267.jpg?_wi=1", imageAlt: "Architectural detail" },
|
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/rough-concrete-wall-surface_23-2148413267.jpg?_wi=1", imageAlt: "Architectural detail" },
|
||||||
@@ -52,20 +51,25 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="archive" data-section="archive" className="py-20">
|
<div id="archive" data-section="archive" className="py-20 bg-[#1A1412]">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
textboxLayout="split-description"
|
textboxLayout="default"
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "ARCHIVE-01", price: "00.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-vintage-backpack_23-2148752408.jpg" },
|
{ id: "p1", name: "ARTIFACT 01", price: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-vintage-backpack_23-2148752408.jpg" },
|
||||||
{ id: "p2", name: "ARCHIVE-02", price: "00.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-heels_23-2149741919.jpg" },
|
{ id: "p2", name: "ARTIFACT 02", price: "", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-heels_23-2149741919.jpg" },
|
||||||
{ id: "p3", name: "ARCHIVE-03", price: "00.00", imageSrc: "http://img.b2bpic.net/free-photo/button-warm-blue-shirt-macro-shot_169016-23219.jpg" },
|
{ id: "p3", name: "ARTIFACT 03", price: "", imageSrc: "http://img.b2bpic.net/free-photo/button-warm-blue-shirt-macro-shot_169016-23219.jpg" },
|
||||||
{ id: "p4", name: "ARCHIVE-04", price: "00.00", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg" },
|
{ id: "p4", name: "ARTIFACT 04", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg" },
|
||||||
]}
|
]}
|
||||||
title="ARCHIVAL GALLERY"
|
title="THE AUTHORIZED ARCHIVE."
|
||||||
description="High-fashion portraits meet structural forms in grain-filmed detail."
|
description="An curated collection of structural heritage."
|
||||||
|
className="text-[#EAE7E1]"
|
||||||
|
textBoxTitleClassName="font-['--font-unbounded'] font-bold text-6xl tracking-tighter uppercase"
|
||||||
|
textBoxDescriptionClassName="text-sm uppercase tracking-[0.2em] opacity-60"
|
||||||
|
imageClassName="filter grayscale contrast-[1.5] brightness-90 sepia-0 mix-blend-multiply opacity-90 contrast-more"
|
||||||
|
cardNameClassName="text-[10px] font-['--font-montserrat'] uppercase tracking-[0.3em] text-[#EAE7E1]"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -73,7 +77,7 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="ESTATE FASHION HOUSE. 2026. FOUNDED BY THE GRISHA."
|
logoText="ESTATE FASHION HOUSE. 2026. FOUNDED BY THE GRISHA."
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "NAVIGATE", items: [{ label: "LINKTREE", href: "https://linktr.ee/estate" }] }
|
{ title: "NAVIGATE", items: [{ label: "LINKTREE", href: "https://linktr.ee/estate.fashion.house" }] }
|
||||||
]}
|
]}
|
||||||
className="tracking-[0.1em] text-center uppercase"
|
className="tracking-[0.1em] text-center uppercase"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user