Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-10 16:42:36 +00:00

View File

@@ -83,7 +83,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Designed for the Discerning Golfer"
description="Our platform removes the friction from organizing golf outings. Keep your group updated, track open spots, and ensure every round is perfectly coordinated."
imageSrc="http://img.b2bpic.net/free-photo/summertime-seasonal-scene-with-monochromatic-black-white-effect_23-2151244374.jpg"
imageSrc="http://img.b2bpic.net/free-photo/summertime-seasonal-scene-with-monochromatic-black-white-effect_23-2151244374.jpg?_wi=1"
imageAlt="Golf lifestyle"
/>
</div>
@@ -118,9 +118,9 @@ export default function LandingPage() {
description="Tips, techniques, and etiquette for our private member community."
blogs={[
{
id: "1", category: "Technique", title: "Mastering the Short Game", excerpt: "Essential drills to improve your performance around the green.", imageSrc: "http://img.b2bpic.net/free-photo/tropical-hawaii-landscape-with-palm-trees_23-2149082965.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/summertime-seasonal-scene-with-monochromatic-black-white-effect_23-2151244374.jpg", date: "2026-01-10"},
id: "1", category: "Technique", title: "Mastering the Short Game", excerpt: "Essential drills to improve your performance around the green.", imageSrc: "http://img.b2bpic.net/free-photo/tropical-hawaii-landscape-with-palm-trees_23-2149082965.jpg?_wi=1", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/summertime-seasonal-scene-with-monochromatic-black-white-effect_23-2151244374.jpg", date: "2026-01-10"},
{
id: "2", category: "Etiquette", title: "Respecting the Course", excerpt: "A reminder on keeping our fairways and greens pristine.", imageSrc: "http://img.b2bpic.net/free-photo/summertime-seasonal-scene-with-monochromatic-black-white-effect_23-2151244374.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/tropical-hawaii-landscape-with-palm-trees_23-2149082965.jpg", date: "2026-01-15"},
id: "2", category: "Etiquette", title: "Respecting the Course", excerpt: "A reminder on keeping our fairways and greens pristine.", imageSrc: "http://img.b2bpic.net/free-photo/summertime-seasonal-scene-with-monochromatic-black-white-effect_23-2151244374.jpg?_wi=2", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/tropical-hawaii-landscape-with-palm-trees_23-2149082965.jpg", date: "2026-01-15"},
]}
/>
</div>
@@ -138,7 +138,7 @@ export default function LandingPage() {
name: "course", type: "text", placeholder: "Golf Course", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/tropical-hawaii-landscape-with-palm-trees_23-2149082965.jpg"
imageSrc="http://img.b2bpic.net/free-photo/tropical-hawaii-landscape-with-palm-trees_23-2149082965.jpg?_wi=2"
imageAlt="Golfing setup"
/>
</div>