Update src/app/page.tsx
This commit is contained in:
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
handle: "@ahmedy",
|
||||
testimonial: "Het beste vlees in de stad, altijd vers en super betaalbaar.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/racks-salmon-smoking-small-smoker_169016-37260.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/racks-salmon-smoking-small-smoker_169016-37260.jpg?_wi=1",
|
||||
imageAlt: "halal butcher shop professional",
|
||||
},
|
||||
{
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
handle: "@fatimaz",
|
||||
testimonial: "De service is geweldig en het assortiment aan kruiden is top.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-cherry-tomatoes-cumcuat-lettuce-dill-yellow-bell-pepper-cucumber-zucchini-free-space-center_140725-63451.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-cherry-tomatoes-cumcuat-lettuce-dill-yellow-bell-pepper-cucumber-zucchini-free-space-center_140725-63451.jpg?_wi=1",
|
||||
imageAlt: "halal butcher shop professional",
|
||||
},
|
||||
{
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
handle: "@samirl",
|
||||
testimonial: "Eerlijke prijzen en uitstekende Halal kwaliteit. Een vaste waarde.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-meat-steak-with-rosemary-stand_141793-12504.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-meat-steak-with-rosemary-stand_141793-12504.jpg?_wi=1",
|
||||
imageAlt: "halal butcher shop professional",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
handle: "@laylam",
|
||||
testimonial: "Zeer vriendelijk personeel en altijd een uitgebreid aanbod.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-selection-raw-steaks-ready-be-cooked_23-2148439476.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-selection-raw-steaks-ready-be-cooked_23-2148439476.jpg?_wi=1",
|
||||
imageAlt: "halal butcher shop professional",
|
||||
},
|
||||
{
|
||||
@@ -97,11 +97,11 @@ export default function LandingPage() {
|
||||
handle: "@omarb",
|
||||
testimonial: "Al jarenlang klant, de kwaliteit is nog nooit veranderd.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-baking-paper_23-2148599735.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-baking-paper_23-2148599735.jpg?_wi=1",
|
||||
imageAlt: "halal butcher shop professional",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/racks-salmon-smoking-small-smoker_169016-37260.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/racks-salmon-smoking-small-smoker_169016-37260.jpg?_wi=2"
|
||||
imageAlt="Professionele Halal slagerij"
|
||||
avatars={[
|
||||
{
|
||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Vers Halal Vlees",
|
||||
description: "Altijd de hoogste kwaliteit rund, lam en kip.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-cherry-tomatoes-cumcuat-lettuce-dill-yellow-bell-pepper-cucumber-zucchini-free-space-center_140725-63451.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-cherry-tomatoes-cumcuat-lettuce-dill-yellow-bell-pepper-cucumber-zucchini-free-space-center_140725-63451.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Authentieke Kruiden",
|
||||
@@ -213,19 +213,19 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Rundvlees Selectie",
|
||||
price: "Topkwaliteit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-meat-steak-with-rosemary-stand_141793-12504.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-meat-steak-with-rosemary-stand_141793-12504.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Verse Kip",
|
||||
price: "Halal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-selection-raw-steaks-ready-be-cooked_23-2148439476.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-selection-raw-steaks-ready-be-cooked_23-2148439476.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Lamsvlees",
|
||||
price: "Mals & Vers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-baking-paper_23-2148599735.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-baking-paper_23-2148599735.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
|
||||
Reference in New Issue
Block a user