Merge version_1 into main #1
@@ -49,15 +49,15 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-salmon-fillets-ice-with-rosemary-spices_84443-74003.jpg", imageAlt: "Premium salmon selection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/drone-photo-lake-trees-khao-sok-national-park-daytime_181624-18901.jpg", imageAlt: "Quality sourcing process" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-slate-with-cutlery_23-2148643612.jpg", imageAlt: "Premium seafood display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-technologist-white-protective-uniform-controlling-industrial-process-production-plant_342744-1227.jpg", imageAlt: "Professional handling" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/drone-photo-lake-trees-khao-sok-national-park-daytime_181624-18901.jpg?_wi=1", imageAlt: "Quality sourcing process" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-slate-with-cutlery_23-2148643612.jpg?_wi=1", imageAlt: "Premium seafood display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-technologist-white-protective-uniform-controlling-industrial-process-production-plant_342744-1227.jpg?_wi=1", imageAlt: "Professional handling" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-apron-putting-raw-fish-chopping-board-pepper-grinder-pomegranate-seeds-bowl-table_179666-44288.jpg", imageAlt: "Professional culinary preparation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg", imageAlt: "Horeca kitchen setting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287807.jpg", imageAlt: "Premium retail presentation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-red-fish-slices_259150-58650.jpg", imageAlt: "Premium salmon cuts" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-apron-putting-raw-fish-chopping-board-pepper-grinder-pomegranate-seeds-bowl-table_179666-44288.jpg?_wi=1", imageAlt: "Professional culinary preparation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg?_wi=1", imageAlt: "Horeca kitchen setting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287807.jpg?_wi=1", imageAlt: "Premium retail presentation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-red-fish-slices_259150-58650.jpg?_wi=1", imageAlt: "Premium salmon cuts" },
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
@@ -93,22 +93,22 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Goldfood Salmon", description: "Premium loins en porties met een luxe uitstraling en consistente kwaliteit.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-red-fish-slices_259150-58650.jpg", imageAlt: "Premium salmon selection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-technologist-white-protective-uniform-controlling-industrial-process-production-plant_342744-1227.jpg", imageAlt: "Perfect portion control" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-red-fish-slices_259150-58650.jpg?_wi=2", imageAlt: "Premium salmon selection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-technologist-white-protective-uniform-controlling-industrial-process-production-plant_342744-1227.jpg?_wi=2", imageAlt: "Perfect portion control" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Seafood Selectie", description: "Geselecteerde seafood-items voor een strak, betrouwbaar aanbod.", icon: Star,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-ready-be-cooked_23-2150239066.jpg", imageAlt: "Premium seafood selection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-slate-with-cutlery_23-2148643612.jpg", imageAlt: "Professional display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-slate-with-cutlery_23-2148643612.jpg?_wi=2", imageAlt: "Professional display" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Chef Specials", description: "Beperkte batches, seizoensitems en high-end cuts voor exclusieve aanbod.", icon: Crown,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", imageAlt: "Chef special cuts" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-apron-putting-raw-fish-chopping-board-pepper-grinder-pomegranate-seeds-bowl-table_179666-44288.jpg", imageAlt: "Culinary excellence" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-apron-putting-raw-fish-chopping-board-pepper-grinder-pomegranate-seeds-bowl-table_179666-44288.jpg?_wi=2", imageAlt: "Culinary excellence" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -133,22 +133,22 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Voor Horeca", description: "Meer snelheid in de keuken, zonder in te leveren op kwaliteit. Portioneerbaar, constant, en perfect voor drukke service.", icon: ChefHat,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg", imageAlt: "Professional horeca kitchen" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-apron-putting-raw-fish-chopping-board-pepper-grinder-pomegranate-seeds-bowl-table_179666-44288.jpg", imageAlt: "Professional food preparation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg?_wi=2", imageAlt: "Professional horeca kitchen" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-apron-putting-raw-fish-chopping-board-pepper-grinder-pomegranate-seeds-bowl-table_179666-44288.jpg?_wi=3", imageAlt: "Professional food preparation" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Voor Groothandel", description: "Een premium lijn die verkoopt en vertrouwen geeft. Duidelijke specs, herhaalorders, professionele uitstraling.", icon: ShoppingCart,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cardboard-boxes-trolley_107420-96567.jpg", imageAlt: "Wholesale distribution" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-slate-with-cutlery_23-2148643612.jpg", imageAlt: "Professional packaging" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-slate-with-cutlery_23-2148643612.jpg?_wi=3", imageAlt: "Professional packaging" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Voor Retail", description: "Premium packaging die uit het schap springt. Geschikt voor premium segment en gifting.", icon: ShoppingCart,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/yogurt-drinks-section-supermarket_53876-63415.jpg", imageAlt: "Premium retail display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287807.jpg", imageAlt: "Retail presentation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287807.jpg?_wi=2", imageAlt: "Retail presentation" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
||||
tag="FAQ"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/drone-photo-lake-trees-khao-sok-national-park-daytime_181624-18901.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/drone-photo-lake-trees-khao-sok-national-park-daytime_181624-18901.jpg?_wi=2"
|
||||
imageAlt="Premium seafood quality"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
@@ -218,7 +218,7 @@ export default function LandingPage() {
|
||||
description="Wil je een prijs, sample of assortiment ontvangen? Vul het formulier in en we nemen snel contact met je op."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg?_wi=3"
|
||||
imageAlt="Professional service contact"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user