Merge version_1 into main #2
151
src/app/page.tsx
151
src/app/page.tsx
@@ -29,54 +29,36 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Collections",
|
||||
id: "#collections",
|
||||
},
|
||||
name: "Collections", id: "#collections"},
|
||||
{
|
||||
name: "Craftsmanship",
|
||||
id: "#craft",
|
||||
},
|
||||
name: "Craftsmanship", id: "#craft"},
|
||||
{
|
||||
name: "Philosophy",
|
||||
id: "#philosophy",
|
||||
},
|
||||
name: "Philosophy", id: "#philosophy"},
|
||||
]}
|
||||
brandName="GOH"
|
||||
button={{ text: "Shop Now", href: "#collections" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="God Of Hybrids"
|
||||
description="Redefining the architecture of luxury. Where tradition meets future-forward garment engineering."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg?_wi=1",
|
||||
imageAlt: "Luxury hybrid coat silhouette",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg", imageAlt: "Luxury hybrid coat silhouette"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg?_wi=2",
|
||||
imageAlt: "Luxury hybrid coat silhouette 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg", imageAlt: "Luxury hybrid coat silhouette 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg?_wi=3",
|
||||
imageAlt: "Luxury hybrid coat silhouette 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg", imageAlt: "Luxury hybrid coat silhouette 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg?_wi=4",
|
||||
imageAlt: "Luxury hybrid coat silhouette 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg", imageAlt: "Luxury hybrid coat silhouette 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg?_wi=5",
|
||||
imageAlt: "Luxury hybrid coat silhouette 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg", imageAlt: "Luxury hybrid coat silhouette 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg?_wi=6",
|
||||
imageAlt: "Luxury hybrid coat silhouette 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg", imageAlt: "Luxury hybrid coat silhouette 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -86,9 +68,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The Philosophy"
|
||||
description={[
|
||||
"Obsidian craftsmanship meets gold-standard innovation. We create garments not just to be worn, but to command presence.",
|
||||
"Each hybrid silhouette undergoes 6 stages of perfection.",
|
||||
]}
|
||||
"Obsidian craftsmanship meets gold-standard innovation. We create garments not just to be worn, but to command presence.", "Each hybrid silhouette undergoes 6 stages of perfection."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,32 +80,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "GOH",
|
||||
name: "Obsidian Parka",
|
||||
price: "4,500",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg?_wi=1",
|
||||
},
|
||||
id: "1", brand: "GOH", name: "Obsidian Parka", price: "4,500", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "GOH",
|
||||
name: "Golden Stitch Jacket",
|
||||
price: "3,200",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg?_wi=2",
|
||||
},
|
||||
id: "2", brand: "GOH", name: "Golden Stitch Jacket", price: "3,200", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "GOH",
|
||||
name: "Hybrid Trench",
|
||||
price: "5,100",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg?_wi=3",
|
||||
},
|
||||
id: "3", brand: "GOH", name: "Hybrid Trench", price: "5,100", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg"},
|
||||
]}
|
||||
title="The Current Collection"
|
||||
description="Limited release hybrid garments."
|
||||
@@ -139,59 +101,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena V.",
|
||||
role: "Creative",
|
||||
company: "Studio X",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-expressive-transgender-posing_23-2149154631.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Elena V.", role: "Creative", company: "Studio X", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-expressive-transgender-posing_23-2149154631.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Director",
|
||||
company: "Luxe Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-blond-female-dressed-purple-jacket-isolated-dark-grey-background_613910-141.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus Thorne", role: "Director", company: "Luxe Corp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-blond-female-dressed-purple-jacket-isolated-dark-grey-background_613910-141.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofia Rossi",
|
||||
role: "Designer",
|
||||
company: "Moda House",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-posing-black-dress_23-2149884627.jpg",
|
||||
},
|
||||
id: "3", name: "Sofia Rossi", role: "Designer", company: "Moda House", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-posing-black-dress_23-2149884627.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Julian King",
|
||||
role: "Investor",
|
||||
company: "Capital Peak",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-studio-lamp-photo-art-concept_23-2148565571.jpg",
|
||||
},
|
||||
id: "4", name: "Julian King", role: "Investor", company: "Capital Peak", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-studio-lamp-photo-art-concept_23-2148565571.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Aria Stark",
|
||||
role: "Artisan",
|
||||
company: "GOH Atelier",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-expressive-transgender-posing_23-2149154631.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Aria Stark", role: "Artisan", company: "GOH Atelier", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-expressive-transgender-posing_23-2149154631.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Bespoke Pieces",
|
||||
},
|
||||
value: "100+", label: "Bespoke Pieces"},
|
||||
{
|
||||
value: "10",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "10", label: "Years Experience"},
|
||||
{
|
||||
value: "5k",
|
||||
label: "Loyal Patrons",
|
||||
},
|
||||
value: "5k", label: "Loyal Patrons"},
|
||||
]}
|
||||
title="Inner Circle"
|
||||
description="Voice of those who demand the exceptional."
|
||||
@@ -207,25 +138,9 @@ export default function LandingPage() {
|
||||
description="Insights into the intersection of technology and haute couture."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Craftsmanship",
|
||||
title: "The Art of Obsidian",
|
||||
excerpt: "Exploring the material science behind our dark aesthetic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/balls-yarn-different-colors-with-knitting-needles_114579-61173.jpg",
|
||||
authorName: "Creative Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-expressive-transgender-posing_23-2149154631.jpg",
|
||||
date: "Jan 12, 2025",
|
||||
},
|
||||
id: "1", category: "Craftsmanship", title: "The Art of Obsidian", excerpt: "Exploring the material science behind our dark aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/balls-yarn-different-colors-with-knitting-needles_114579-61173.jpg", authorName: "Creative Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-expressive-transgender-posing_23-2149154631.jpg", date: "Jan 12, 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Innovation",
|
||||
title: "Future Textiles",
|
||||
excerpt: "How hybrid engineering changes the way we dress.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classical-architecture-with-perfect-symmetry-deep-perspective-ancient-colonnade_169016-69945.jpg",
|
||||
authorName: "Lead Architect",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/sensual-blond-female-dressed-purple-jacket-isolated-dark-grey-background_613910-141.jpg",
|
||||
date: "Feb 05, 2025",
|
||||
},
|
||||
id: "2", category: "Innovation", title: "Future Textiles", excerpt: "How hybrid engineering changes the way we dress.", imageSrc: "http://img.b2bpic.net/free-photo/classical-architecture-with-perfect-symmetry-deep-perspective-ancient-colonnade_169016-69945.jpg", authorName: "Lead Architect", authorAvatar: "http://img.b2bpic.net/free-photo/sensual-blond-female-dressed-purple-jacket-isolated-dark-grey-background_613910-141.jpg", date: "Feb 05, 2025"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user