Compare commits
16 Commits
version_12
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| d2a8efe612 | |||
| 12846d9f7a | |||
| 85dfcfa1ca | |||
| f8c23ccf78 | |||
| c146e99d29 | |||
| 80e66de894 | |||
| bf3893d9f2 | |||
| 28b4d4a82e | |||
| 8615440ea5 | |||
| 5b9fdde8d0 | |||
| 6d8be196a7 | |||
| 78ecd9f956 | |||
| b3e259c6fc | |||
| ae139aa589 | |||
| d1423fae70 | |||
| e058f58e98 |
@@ -55,17 +55,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/active-woman-using-phone-by-white-wall_53876-129937.jpg", imageAlt: "Veloré Fashion"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CcUIpzCJRVhhIFggEFFtBaCnc8/uploaded-1776686358962-yta1g4n7.png?_wi=1", imageAlt: "Veloré Fashion 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-client-wheelchair-asking-asian-woman-employee-assistance_482257-118424.jpg", imageAlt: "Veloré Fashion"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CcUIpzCJRVhhIFggEFFtBaCnc8/uploaded-1776686358962-6iesgca3.png?_wi=1", imageAlt: "Veloré Fashion 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flatlay-outfit-travel_53876-138233.jpg", imageAlt: "Veloré Fashion"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-unknown-woman-posing_23-2149551296.jpg", imageAlt: "Veloré Fashion"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17722.jpg", imageAlt: "Veloré Fashion"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/your-best-give-up-life-goes-live-your-life_53876-13852.jpg", imageAlt: "Veloré Fashion"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CcUIpzCJRVhhIFggEFFtBaCnc8/uploaded-1776686358962-jz3l73c1.png?_wi=1", imageAlt: "Veloré Fashion 3"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,19 +72,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "T-shirt", brand: "Veloré Essentials", price: "199 kr", rating: 5,
|
||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/handsome-teen-boy-white-t-shirt_176474-96285.jpg", imageAlt: "T-shirt"},
|
||||
id: "1", name: "Veloré Classic Tee", brand: "Veloré", price: "249 kr", rating: 5,
|
||||
reviewCount: "128", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CcUIpzCJRVhhIFggEFFtBaCnc8/uploaded-1776686358962-yta1g4n7.png?_wi=2", imageAlt: "Classic Tee"},
|
||||
{
|
||||
id: "2", name: "Jakke", brand: "Veloré Outerwear", price: "599 kr", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-metallic-blue-railing-wearing-headphone-her-neck_23-2148204744.jpg", imageAlt: "Jakke"},
|
||||
id: "2", name: "Veloré Modern Fit", brand: "Veloré", price: "699 kr", rating: 4,
|
||||
reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CcUIpzCJRVhhIFggEFFtBaCnc8/uploaded-1776686358962-6iesgca3.png?_wi=2", imageAlt: "Modern Fit"},
|
||||
{
|
||||
id: "3", name: "Sko", brand: "Veloré Footwear", price: "799 kr", rating: 5,
|
||||
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg", imageAlt: "Sko"},
|
||||
{
|
||||
id: "4", name: "Bukser", brand: "Veloré Classics", price: "399 kr", rating: 4,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-woman-walking-outdoor_273443-768.jpg", imageAlt: "Bukser"},
|
||||
id: "3", name: "Veloré Signature", brand: "Veloré", price: "899 kr", rating: 5,
|
||||
reviewCount: "64", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CcUIpzCJRVhhIFggEFFtBaCnc8/uploaded-1776686358962-jz3l73c1.png?_wi=2", imageAlt: "Signature"},
|
||||
]}
|
||||
title="Produkter"
|
||||
title="Vores Produkter"
|
||||
description="Skandinavisk minimalisme til hverdagsbrug."
|
||||
/>
|
||||
</div>
|
||||
@@ -205,4 +196,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user