Merge version_2 into main #3

Merged
bender merged 5 commits from version_2 into main 2026-03-10 22:29:19 +00:00
5 changed files with 18 additions and 18 deletions

View File

@@ -46,7 +46,7 @@ export default function AboutPage() {
{ text: "Ontdek Producten", href: "/products" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/people-working-out-gym_53876-13559.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-working-out-gym_53876-13559.jpg?_wi=2"
imageAlt="SANBO Sports team and community"
showBlur={true}
showDimOverlay={true}

View File

@@ -44,7 +44,7 @@ export default function ContactPage() {
{ text: "Bekijk FAQ", href: "/faq" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg?_wi=2"
imageAlt="SANBO Sports customer support team"
showBlur={true}
showDimOverlay={true}
@@ -66,7 +66,7 @@ export default function ContactPage() {
required: true
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg?_wi=3"
imageAlt="Professional customer support team ready to help"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -45,7 +45,7 @@ export default function FaqPage() {
{ text: "Terug naar Home", href: "/" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg?_wi=2"
imageAlt="Customer support team ready to help"
showBlur={true}
showDimOverlay={true}
@@ -64,7 +64,7 @@ export default function FaqPage() {
mediaAnimation="slide-up"
faqsAnimation="slide-up"
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg?_wi=3"
imageAlt="Customer support representative assisting clients"
faqs={[
{

View File

@@ -53,9 +53,9 @@ export default function LandingPage() {
buttonAnimation="slide-up"
background={{ variant: "plain" }}
carouselItems={[
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/people-working-out-gym_53876-13559.jpg", imageAlt: "Dynamic fitness equipment and training gear in action" },
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/people-working-out-gym_53876-13559.jpg?_wi=1", imageAlt: "Dynamic fitness equipment and training gear in action" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traveler-checking-mobile_23-2148622542.jpg", imageAlt: "Outdoor adventure and trekking equipment showcase" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-air-humidifier-flowers-vase-health-care-concept_169016-8490.jpg", imageAlt: "Home wellness products and air purification systems" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-air-humidifier-flowers-vase-health-care-concept_169016-8490.jpg?_wi=1", imageAlt: "Home wellness products and air purification systems" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/office-table-with-smartphone-it-view-from_93675-131556.jpg", imageAlt: "Modern tech gadgets and smart devices collection" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/stylish-darkskinned-curly-woman-shows-peace-sign-outside-active-lady-beige-trench-coat-poses-with-bicycle-outside_197531-29486.jpg", imageAlt: "Satisfied customers enjoying active lifestyle with SANBO products" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110067.jpg", imageAlt: "Close-up of premium quality product details and craftsmanship" }
@@ -79,19 +79,19 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "SANBO Sports", name: "Premium Fitness Gear Set", price: "€149,99", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yoga-essential-items_23-2149458899.jpg", imageAlt: "Premium fitness training equipment"
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yoga-essential-items_23-2149458899.jpg?_wi=1", imageAlt: "Premium fitness training equipment"
},
{
id: "2", brand: "SANBO Sports", name: "Professional Yoga & Pilates Kit", price: "€89,99", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yoga-mat-outdoors-grass_23-2148769590.jpg", imageAlt: "Professional yoga and pilates equipment"
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yoga-mat-outdoors-grass_23-2148769590.jpg?_wi=1", imageAlt: "Professional yoga and pilates equipment"
},
{
id: "3", brand: "SANBO Sports", name: "Advanced Air Purifier System", price: "€299,99", rating: 5,
reviewCount: "956", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-speaker-digital-assistant_23-2149108006.jpg", imageAlt: "Advanced home air purification system"
reviewCount: "956", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-speaker-digital-assistant_23-2149108006.jpg?_wi=1", imageAlt: "Advanced home air purification system"
},
{
id: "4", brand: "SANBO Sports", name: "Outdoor Trekking Adventure Bundle", price: "€199,99", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/travel-elements-arrangement-luggage_23-2148634208.jpg", imageAlt: "Complete outdoor trekking equipment bundle"
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/travel-elements-arrangement-luggage_23-2148634208.jpg?_wi=1", imageAlt: "Complete outdoor trekking equipment bundle"
}
]}
carouselMode="buttons"
@@ -194,7 +194,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
faqsAnimation="slide-up"
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg?_wi=1"
imageAlt="Customer support representative assisting clients"
faqs={[
{
@@ -234,7 +234,7 @@ export default function LandingPage() {
required: true
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg?_wi=1"
imageAlt="Professional customer support team ready to help"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -45,7 +45,7 @@ export default function ProductsPage() {
{ text: "Contact Ons", href: "/contact" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/composition-with-air-humidifier-flowers-vase-health-care-concept_169016-8490.jpg"
imageSrc="http://img.b2bpic.net/free-photo/composition-with-air-humidifier-flowers-vase-health-care-concept_169016-8490.jpg?_wi=2"
imageAlt="Premium product collection showcase"
showBlur={true}
showDimOverlay={true}
@@ -66,19 +66,19 @@ export default function ProductsPage() {
products={[
{
id: "1", brand: "SANBO Sports", name: "Premium Fitness Gear Set", price: "€149,99", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yoga-essential-items_23-2149458899.jpg", imageAlt: "Premium fitness training equipment"
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yoga-essential-items_23-2149458899.jpg?_wi=2", imageAlt: "Premium fitness training equipment"
},
{
id: "2", brand: "SANBO Sports", name: "Professional Yoga & Pilates Kit", price: "€89,99", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yoga-mat-outdoors-grass_23-2148769590.jpg", imageAlt: "Professional yoga and pilates equipment"
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yoga-mat-outdoors-grass_23-2148769590.jpg?_wi=2", imageAlt: "Professional yoga and pilates equipment"
},
{
id: "3", brand: "SANBO Sports", name: "Advanced Air Purifier System", price: "€299,99", rating: 5,
reviewCount: "956", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-speaker-digital-assistant_23-2149108006.jpg", imageAlt: "Advanced home air purification system"
reviewCount: "956", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-speaker-digital-assistant_23-2149108006.jpg?_wi=2", imageAlt: "Advanced home air purification system"
},
{
id: "4", brand: "SANBO Sports", name: "Outdoor Trekking Adventure Bundle", price: "€199,99", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/travel-elements-arrangement-luggage_23-2148634208.jpg", imageAlt: "Complete outdoor trekking equipment bundle"
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/travel-elements-arrangement-luggage_23-2148634208.jpg?_wi=2", imageAlt: "Complete outdoor trekking equipment bundle"
}
]}
carouselMode="buttons"