Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #8.
This commit is contained in:
@@ -101,13 +101,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Premium Gadget", price: "€49,99", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/gray-stage-background-pedestal-podium-product-display-show-product-white-background-3d-rendering_56104-1496.jpg"},
|
||||
id: "p1", name: "", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/gray-stage-background-pedestal-podium-product-display-show-product-white-background-3d-rendering_56104-1496.jpg"},
|
||||
{
|
||||
id: "p2", name: "Design Keukengerei", price: "€29,99", variant: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/kitchen-still-life_23-2152009917.jpg"},
|
||||
id: "p2", name: "", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/kitchen-still-life_23-2152009917.jpg"},
|
||||
{
|
||||
id: "p3", name: "Ergo Stoel", price: "€149,00", variant: "New", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-very-busy-man_329181-14548.jpg"},
|
||||
id: "p3", name: "", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-very-busy-man_329181-14548.jpg"},
|
||||
]}
|
||||
title="Our Top Offers "
|
||||
title="A webshop of peace. "
|
||||
description="Check out our current range of high-quality products. "
|
||||
/>
|
||||
</div>
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Heb je vragen?"
|
||||
title="Do you have questions? "
|
||||
description="Neem contact op met het team van ST. Wij staan klaar om je te helpen."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user