Merge version_8_1778308738222 into main

Merge version_8_1778308738222 into main
This commit was merged in pull request #10.
This commit is contained in:
2026-05-09 06:40:47 +00:00
4 changed files with 6 additions and 6 deletions

View File

@@ -44,21 +44,21 @@ export default function ActivitiesPage() {
tag: "Cruising",
title: "Leisurely Cruises",
description: "Join our group cruises to explore the beautiful San Diego coastline, visit other clubs, and enjoy overnight trips.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-fluffy-clouds-sky-reflecting-calm-sea-with-boat-sailing_181624-2261.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-fluffy-clouds-sky-reflecting-calm-sea-with-boat-sailing_181624-2261.jpg?_wi=1",
primaryButton: { text: "Learn More", href: "/activities/leisurely-cruises" },
},
{
tag: "Social",
title: "Club Socials & Dinners",
description: "From holiday parties to themed dinners, our social events are the perfect opportunity to relax and connect with other members.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-together_23-2149155791.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-together_23-2149155791.jpg?_wi=1",
primaryButton: { text: "Learn More", href: "/activities/club-socials" },
},
{
tag: "Learning",
title: "Sailing School & Seminars",
description: "Whether you're a novice or an experienced sailor, our certified instructors and guest speakers offer valuable lessons and insights.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-learning-sail-boat_1303-27222.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-learning-sail-boat_1303-27222.jpg?_wi=1",
primaryButton: { text: "Learn More", href: "/activities/sailing-school" },
},
]}

View File

@@ -7,7 +7,7 @@ export default function ClubSocialsPage() {
tag="Social"
title="Club Socials & Dinners"
description="From holiday parties to themed dinners, our social events are the perfect opportunity to relax and connect with other members."
imageSrc="http://img.b2bpic.net/free-photo/group-friends-celebrating-together_23-2149155791.jpg"
imageSrc="http://img.b2bpic.net/free-photo/group-friends-celebrating-together_23-2149155791.jpg?_wi=2"
/>
</div>
);

View File

@@ -7,7 +7,7 @@ export default function LeisurelyCruisesPage() {
tag="Cruising"
title="Leisurely Cruises"
description="Join our group cruises to explore the beautiful San Diego coastline, visit other clubs, and enjoy overnight trips."
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-fluffy-clouds-sky-reflecting-calm-sea-with-boat-sailing_181624-2261.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-fluffy-clouds-sky-reflecting-calm-sea-with-boat-sailing_181624-2261.jpg?_wi=2"
/>
</div>
);

View File

@@ -7,7 +7,7 @@ export default function SailingSchoolPage() {
tag="Learning"
title="Sailing School & Seminars"
description="Whether you're a novice or an experienced sailor, our certified instructors and guest speakers offer valuable lessons and insights."
imageSrc="http://img.b2bpic.net/free-photo/young-woman-learning-sail-boat_1303-27222.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-learning-sail-boat_1303-27222.jpg?_wi=2"
/>
</div>
);