Update src/app/page.tsx

This commit is contained in:
2026-03-12 18:26:06 +00:00
parent 8d42ba832c
commit f83039d7a6

View File

@@ -58,32 +58,32 @@ export default function HomePage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-engine-close-up_1398-286.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-engine-close-up_1398-286.jpg?_wi=1",
imageAlt: "Powerful motorcycle on open road",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-motorbiker-inspecting-his-bike-before-ride_1098-19059.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-motorbiker-inspecting-his-bike-before-ride_1098-19059.jpg?_wi=1",
imageAlt: "Classic cruiser motorcycle",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-tattooed-bearded-man-with-dressed-black-leather-jacket-bow-tie-posing-near-retro-sports-motorbike-men-s-clothing-store_613910-19587.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-tattooed-bearded-man-with-dressed-black-leather-jacket-bow-tie-posing-near-retro-sports-motorbike-men-s-clothing-store_613910-19587.jpg?_wi=1",
imageAlt: "Custom motorcycle in sunlight",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-riding-motorbike_23-2150810263.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-riding-motorbike_23-2150810263.jpg?_wi=1",
imageAlt: "Motorcycle club gathering",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/two-lesbian-women-kissing-while-motorcycle-with-helmets_23-2149023869.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-lesbian-women-kissing-while-motorcycle-with-helmets_23-2149023869.jpg?_wi=1",
imageAlt: "Group ride on highway",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-riding-motorbike_23-2150810285.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-riding-motorbike_23-2150810285.jpg?_wi=1",
imageAlt: "Motorcycle detail shot",
},
]}
@@ -199,7 +199,7 @@ export default function HomePage() {
description="Ready to experience the DNK difference? Contact us to learn about membership, upcoming events, or to schedule a meet and greet with our club members. We look forward to meeting you on the road."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-riding-motorbike_23-2150819743.jpg"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-riding-motorbike_23-2150819743.jpg?_wi=1"
imageAlt="DNK Club Members on Motorcycles"
mediaAnimation="slide-up"
mediaPosition="right"