diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f29705..40687a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,19 +29,14 @@ export default function LandingPage() { @@ -51,9 +46,7 @@ export default function LandingPage() { description="Authentic Flavours πŸ‡ΈπŸ‡·. The King of BBQ." buttons={[ { - text: "Bestel Nu", - href: "#menu", - }, + text: "Bestel Nu", href: "#menu"}, ]} imageSrc="http://img.b2bpic.net/free-photo/beef-chicken-kebab-bbq-with-roasted-grilled-potatoes-tomatoes-eggplants_114579-985.jpg" imageAlt="The King of BBQ" @@ -68,19 +61,13 @@ export default function LandingPage() { description="Wij serveren de meest authentieke BBQ gerechten in Paramaribo. Kom langs bij een van onze locaties voor een onvergetelijke maaltijd." bulletPoints={[ { - title: "Openingstijden", - description: "Ma-Za: 11:00-04:00 | Zon: 13:00-01:00", - }, + title: "Openingstijden", description: "Ma-Za: 11:00-04:00 | Zon: 13:00-01:00"}, { - title: "Takeout & In-store", - description: "Geen reserveringen nodig, kom gezellig langs.", - }, + title: "Takeout & In-store", description: "Geen reserveringen nodig, kom gezellig langs."}, { - title: "Worstwaren", - description: "Dagelijks vanaf 18:00 uur (Ringweg: vanaf 12:00)", - }, + title: "Worstwaren", description: "Dagelijks vanaf 18:00 uur (Ringweg: vanaf 12:00)"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-man-roasting-barbecue-grill-cottage-countryside_176420-1837.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-man-roasting-barbecue-grill-cottage-countryside_176420-1837.jpg" mediaAnimation="slide-up" /> @@ -93,23 +80,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Patat Carbonade", - price: "Vanaf SRD 50", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-meat-cutlets-baked-with-potatoes-tomatoes-black-plate-spices-garlics-cutlery-set-green-black-mix-colors-background_179666-46894.jpg", - }, + id: "p1", name: "Patat Carbonade", price: "Vanaf SRD 50", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-meat-cutlets-baked-with-potatoes-tomatoes-black-plate-spices-garlics-cutlery-set-green-black-mix-colors-background_179666-46894.jpg"}, { - id: "p2", - name: "Portie Bout", - price: "Vanaf SRD 65", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-plate_1339-5868.jpg", - }, + id: "p2", name: "Portie Bout", price: "Vanaf SRD 65", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-plate_1339-5868.jpg"}, { - id: "p3", - name: "Portie Mix Vlees", - price: "SRD 120", - imageSrc: "http://img.b2bpic.net/free-photo/barbecue-with-green-pepper_181624-2534.jpg", - }, + id: "p3", name: "Portie Mix Vlees", price: "SRD 120", imageSrc: "http://img.b2bpic.net/free-photo/barbecue-with-green-pepper_181624-2534.jpg"}, ]} title="Ons Menu" description="Vers van de grill." @@ -118,44 +93,20 @@ export default function LandingPage() {