Update src/app/page.tsx
This commit is contained in:
@@ -54,10 +54,10 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-golf-club-template_23-2150084781.jpg", imageAlt: "luxury golf course aerial view"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-golfer-bali-indonesia_72229-888.jpg", imageAlt: "professional golf course green"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-golfer-bali-indonesia_72229-888.jpg?_wi=1", imageAlt: "professional golf course green"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-game-golf-outdoors-course_23-2150551635.jpg", imageAlt: "golf player teeing off course"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-game-golf-outdoors-course_23-2150551635.jpg?_wi=1", imageAlt: "golf player teeing off course"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
@@ -172,10 +172,10 @@ export default function LandingPage() {
|
||||
tag="Courses"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Cheadle Golf Club", price: "10 Credits", imageSrc: "http://img.b2bpic.net/free-photo/professional-golfer-bali-indonesia_72229-888.jpg", imageAlt: "Cheadle Golf Club"
|
||||
id: "1", name: "Cheadle Golf Club", price: "10 Credits", imageSrc: "http://img.b2bpic.net/free-photo/professional-golfer-bali-indonesia_72229-888.jpg?_wi=2", imageAlt: "Cheadle Golf Club"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Dukinfield Golf Club", price: "10 Credits", imageSrc: "http://img.b2bpic.net/free-photo/man-having-game-golf-outdoors-course_23-2150551635.jpg", imageAlt: "Dukinfield Golf Club"
|
||||
id: "2", name: "Dukinfield Golf Club", price: "10 Credits", imageSrc: "http://img.b2bpic.net/free-photo/man-having-game-golf-outdoors-course_23-2150551635.jpg?_wi=2", imageAlt: "Dukinfield Golf Club"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Disley Golf Club", price: "10 Credits", imageSrc: "http://img.b2bpic.net/free-photo/bed-pool_1203-2562.jpg", imageAlt: "Disley Golf Club"
|
||||
|
||||
Reference in New Issue
Block a user