Merge version_2 into main #5
@@ -103,13 +103,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Essential Hoodie", price: "$89", variant: "Black / L", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style_1321-3388.jpg", imageAlt: "Essential Hoodie"},
|
||||
id: "p1", name: "Essential Hoodie", price: "$89", variant: "Black / L", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style_1321-3388.jpg?_wi=1", imageAlt: "Essential Hoodie"},
|
||||
{
|
||||
id: "p2", name: "Premium Tee", price: "$45", variant: "White / M", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-women-posing_23-2148906929.jpg", imageAlt: "Premium Tee"},
|
||||
id: "p2", name: "Premium Tee", price: "$45", variant: "White / M", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-women-posing_23-2148906929.jpg?_wi=1", imageAlt: "Premium Tee"},
|
||||
{
|
||||
id: "p3", name: "Urban Denim", price: "$120", variant: "Indigo / 32", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756259.jpg", imageAlt: "Urban Denim"},
|
||||
id: "p3", name: "Urban Denim", price: "$120", variant: "Indigo / 32", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756259.jpg?_wi=1", imageAlt: "Urban Denim"},
|
||||
{
|
||||
id: "p4", name: "Minimalist Sneaks", price: "$150", variant: "Off-White / 10", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-white-ice-skates_23-2148320574.jpg", imageAlt: "Minimalist Sneaks"},
|
||||
id: "p4", name: "Minimalist Sneaks", price: "$150", variant: "Off-White / 10", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-white-ice-skates_23-2148320574.jpg?_wi=1", imageAlt: "Minimalist Sneaks"},
|
||||
{
|
||||
id: "p5", name: "City Overcoat", price: "$290", variant: "Charcoal / L", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-portrait_23-2149157733.jpg", imageAlt: "City Overcoat"},
|
||||
{
|
||||
@@ -186,7 +186,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/copy-space-white-marble-wall_23-2148801210.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/copy-space-white-marble-wall_23-2148801210.jpg?_wi=1"
|
||||
logoText="MODERN"
|
||||
columns={[
|
||||
{
|
||||
|
||||
@@ -44,17 +44,17 @@ export default function ProductsPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Essential Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style_1321-3388.jpg" },
|
||||
{ id: "p2", name: "Premium Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-women-posing_23-2148906929.jpg" },
|
||||
{ id: "p3", name: "Urban Denim", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756259.jpg" },
|
||||
{ id: "p4", name: "Minimalist Sneaks", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-white-ice-skates_23-2148320574.jpg" },
|
||||
{ id: "p1", name: "Essential Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style_1321-3388.jpg?_wi=2" },
|
||||
{ id: "p2", name: "Premium Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-women-posing_23-2148906929.jpg?_wi=2" },
|
||||
{ id: "p3", name: "Urban Denim", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756259.jpg?_wi=2" },
|
||||
{ id: "p4", name: "Minimalist Sneaks", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-white-ice-skates_23-2148320574.jpg?_wi=2" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/copy-space-white-marble-wall_23-2148801210.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/copy-space-white-marble-wall_23-2148801210.jpg?_wi=2"
|
||||
logoText="MODERN"
|
||||
columns={[]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user