diff --git a/src/app/page.tsx b/src/app/page.tsx index 31e93b8..d744650 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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. " /> @@ -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"