Update src/app/page.tsx

This commit is contained in:
2026-05-13 16:07:18 +00:00
parent 4e4db34104
commit 742fff0eb6

View File

@@ -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"