Merge version_1 into main #3
@@ -48,17 +48,17 @@ export default function LandingPage() {
|
||||
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", imageAlt: "Luxury hybrid coat silhouette"},
|
||||
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 2"},
|
||||
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 3"},
|
||||
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 4"},
|
||||
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 5"},
|
||||
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 6"},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,13 +81,13 @@ export default function LandingPage() {
|
||||
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"},
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg?_wi=1"},
|
||||
{
|
||||
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"},
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg?_wi=2"},
|
||||
{
|
||||
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"},
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg?_wi=3"},
|
||||
]}
|
||||
title="The Current Collection"
|
||||
description="Limited release hybrid garments."
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-expressive-transgender-posing_23-2149154631.jpg?_wi=1"},
|
||||
{
|
||||
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"},
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-expressive-transgender-posing_23-2149154631.jpg?_wi=2"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user