Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:05:13 +00:00
parent f2fef74eb3
commit 5119c46f00

View File

@@ -55,19 +55,19 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg", imageAlt: "Pristine golf course at golden hour"
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg?_wi=1", imageAlt: "Pristine golf course at golden hour"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg", imageAlt: "Luxury fairway landscape"
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg?_wi=2", imageAlt: "Luxury fairway landscape"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg", imageAlt: "Exclusive golf grounds"
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg?_wi=3", imageAlt: "Exclusive golf grounds"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg", imageAlt: "Premium course views"
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg?_wi=4", imageAlt: "Premium course views"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg", imageAlt: "Golf course beauty"
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg?_wi=5", imageAlt: "Golf course beauty"
}
]}
background={{ variant: "plain" }}
@@ -174,10 +174,10 @@ export default function LandingPage() {
<TestimonialCardSix
testimonials={[
{
id: "1", name: "James Mitchell", handle: "Championship Golfer", testimonial: "The level of precision and strategic insight provided was exceptional. My caddie understood the course like no one before.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-golfer-with-club-resting_171337-6608.jpg", imageAlt: "James Mitchell"
id: "1", name: "James Mitchell", handle: "Championship Golfer", testimonial: "The level of precision and strategic insight provided was exceptional. My caddie understood the course like no one before.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-golfer-with-club-resting_171337-6608.jpg?_wi=1", imageAlt: "James Mitchell"
},
{
id: "2", name: "Catherine Wells", handle: "Club Member", testimonial: "Professional, disciplined, and truly elevating. Every detail demonstrates their commitment to excellence.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-male-golfer-holding-golf-club_171337-6503.jpg", imageAlt: "Catherine Wells"
id: "2", name: "Catherine Wells", handle: "Club Member", testimonial: "Professional, disciplined, and truly elevating. Every detail demonstrates their commitment to excellence.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-male-golfer-holding-golf-club_171337-6503.jpg?_wi=1", imageAlt: "Catherine Wells"
},
{
id: "3", name: "Robert Sterling", handle: "Corporate Executive", testimonial: "Our company outing was handled with impeccable attention. An unforgettable experience from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/adult-man-carrying-golf-clubs-outdoors_23-2148295336.jpg", imageAlt: "Robert Sterling"
@@ -186,10 +186,10 @@ export default function LandingPage() {
id: "4", name: "Elizabeth Lawrence", handle: "Serious Golfer", testimonial: "The instruction sessions transformed my fundamentals. Their coaching is both traditional and highly effective.", imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-smiling-bearded-businessman-suit_171337-18872.jpg", imageAlt: "Elizabeth Lawrence"
},
{
id: "5", name: "Michael Chen", handle: "Amateur Competitor", testimonial: "Working with this team elevated my mental approach to the game. Their caddie services are truly premium.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-golfer-with-club-resting_171337-6608.jpg", imageAlt: "Michael Chen"
id: "5", name: "Michael Chen", handle: "Amateur Competitor", testimonial: "Working with this team elevated my mental approach to the game. Their caddie services are truly premium.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-golfer-with-club-resting_171337-6608.jpg?_wi=2", imageAlt: "Michael Chen"
},
{
id: "6", name: "Sarah Thompson", handle: "Golf Enthusiast", testimonial: "The refinement and professionalism throughout the entire experience was outstanding. I return every season.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-male-golfer-holding-golf-club_171337-6503.jpg", imageAlt: "Sarah Thompson"
id: "6", name: "Sarah Thompson", handle: "Golf Enthusiast", testimonial: "The refinement and professionalism throughout the entire experience was outstanding. I return every season.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-male-golfer-holding-golf-club_171337-6503.jpg?_wi=2", imageAlt: "Sarah Thompson"
}
]}
title="What Our Clients Say"