Merge version_1_1781578639687 into main #1
@@ -16,13 +16,9 @@ export default function HomePage() {
|
||||
brand="Golf Under the Midnight Sun — Fairbanks, Alaska"
|
||||
description="Experience the unique beauty of 9 holes in the land of the midnight sun. Play past 10 PM with full daylight, only at Fairbanks Golf Course."
|
||||
primaryButton={{
|
||||
text: "Book a Tee Time",
|
||||
href: "#book",
|
||||
}}
|
||||
text: "Book a Tee Time", href: "#book"}}
|
||||
secondaryButton={{
|
||||
text: "View the Course",
|
||||
href: "#course",
|
||||
}}
|
||||
text: "View the Course", href: "#course"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-beautiful-lake-tahoe-captured-snowy-sunset-california-usa_181624-28071.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -36,20 +32,11 @@ export default function HomePage() {
|
||||
description="More than just a golf course, we provide an unforgettable experience for golfers of all skill levels."
|
||||
items={[
|
||||
{
|
||||
title: "Midnight Sun Golf",
|
||||
description: "Play under the incredible midnight sun past 10 PM with full daylight all summer long.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg",
|
||||
},
|
||||
title: "Midnight Sun Golf", description: "Play under the incredible midnight sun past 10 PM with full daylight all summer long.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg"},
|
||||
{
|
||||
title: "Frostbite on the Loop",
|
||||
description: "Enjoy our local craft pub fare, burgers, and full bar service right here on the course.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-looking-hamburgers-wooden-board_23-2148614062.jpg",
|
||||
},
|
||||
title: "Frostbite on the Loop", description: "Enjoy our local craft pub fare, burgers, and full bar service right here on the course.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-looking-hamburgers-wooden-board_23-2148614062.jpg"},
|
||||
{
|
||||
title: "Local & Welcoming",
|
||||
description: "From casual leagues to professional lessons, we support every skill level in our community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-golf-course_23-2148295319.jpg",
|
||||
},
|
||||
title: "Local & Welcoming", description: "From casual leagues to professional lessons, we support every skill level in our community.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-golf-course_23-2148295319.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -63,17 +50,11 @@ export default function HomePage() {
|
||||
description="Key specs for our 9-hole layout."
|
||||
metrics={[
|
||||
{
|
||||
value: "36",
|
||||
description: "Course Par",
|
||||
},
|
||||
value: "36", description: "Course Par"},
|
||||
{
|
||||
value: "3,132",
|
||||
description: "Yards (Blue)",
|
||||
},
|
||||
value: "3,132", description: "Yards (Blue)"},
|
||||
{
|
||||
value: "122",
|
||||
description: "Slope Rating",
|
||||
},
|
||||
value: "122", description: "Slope Rating"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -87,47 +68,23 @@ export default function HomePage() {
|
||||
description="Unlimited access and exclusive benefits."
|
||||
plans={[
|
||||
{
|
||||
tag: "Individual",
|
||||
price: "$450",
|
||||
period: "/year",
|
||||
features: [
|
||||
"Unlimited Green Fees",
|
||||
"League Priority",
|
||||
],
|
||||
tag: "Individual", price: "$450", period: "/year", features: [
|
||||
"Unlimited Green Fees", "League Priority"],
|
||||
primaryButton: {
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-schwangau-germany_181624-30057.jpg",
|
||||
},
|
||||
text: "Join Now", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-schwangau-germany_181624-30057.jpg"},
|
||||
{
|
||||
tag: "Family",
|
||||
price: "$850",
|
||||
period: "/year",
|
||||
features: [
|
||||
"Full Family Access",
|
||||
"Junior Discounts",
|
||||
],
|
||||
tag: "Family", price: "$850", period: "/year", features: [
|
||||
"Full Family Access", "Junior Discounts"],
|
||||
primaryButton: {
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-golf-photorealistic-environment_23-2151489803.jpg",
|
||||
},
|
||||
text: "Join Now", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-golf-photorealistic-environment_23-2151489803.jpg"},
|
||||
{
|
||||
tag: "Junior",
|
||||
price: "$150",
|
||||
period: "/year",
|
||||
features: [
|
||||
"Discounted Rates",
|
||||
"League Priority",
|
||||
],
|
||||
tag: "Junior", price: "$150", period: "/year", features: [
|
||||
"Discounted Rates", "League Priority"],
|
||||
primaryButton: {
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beer-olives_23-2147680728.jpg",
|
||||
},
|
||||
text: "Join Now", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beer-olives_23-2147680728.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -141,40 +98,20 @@ export default function HomePage() {
|
||||
description="Don't just take our word for it."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
role: "Local Golfer",
|
||||
company: "Fairbanks",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702141.jpg",
|
||||
},
|
||||
name: "Sarah Miller", role: "Local Golfer", company: "Fairbanks", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702141.jpg"},
|
||||
{
|
||||
name: "David Chen",
|
||||
role: "Visitor",
|
||||
company: "Seattle",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-male-golfer-standing-with-golf-club_171337-6502.jpg",
|
||||
},
|
||||
name: "David Chen", role: "Visitor", company: "Seattle", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-male-golfer-standing-with-golf-club_171337-6502.jpg"},
|
||||
{
|
||||
name: "Emily Johnson",
|
||||
role: "Member",
|
||||
company: "North Pole",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-sports-man-happy-expression_1194-1272.jpg",
|
||||
},
|
||||
name: "Emily Johnson", role: "Member", company: "North Pole", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-sports-man-happy-expression_1194-1272.jpg"},
|
||||
{
|
||||
name: "Mark Stevens",
|
||||
role: "Golfer",
|
||||
company: "Anchorage",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-golfer-hitting-shot-with-iron-mature-man-sunglasses-enjoing-professional-game-green-course_549566-838.jpg",
|
||||
},
|
||||
name: "Mark Stevens", role: "Golfer", company: "Anchorage", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-golfer-hitting-shot-with-iron-mature-man-sunglasses-enjoing-professional-game-green-course_549566-838.jpg"},
|
||||
{
|
||||
name: "Lisa Wong",
|
||||
role: "Visitor",
|
||||
company: "Fairbanks",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-men-playing-golf-nature_23-2150978053.jpg",
|
||||
},
|
||||
name: "Lisa Wong", role: "Visitor", company: "Fairbanks", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-men-playing-golf-nature_23-2150978053.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -185,19 +122,14 @@ export default function HomePage() {
|
||||
<FaqSplitMedia
|
||||
tag="Common Questions"
|
||||
title="Frequently Asked Questions"
|
||||
description="We're here to answer your questions and help you plan your visit."
|
||||
items={[
|
||||
{
|
||||
question: "What are your hours?",
|
||||
answer: "May–Sep: 7 AM – 10 PM daily.",
|
||||
},
|
||||
question: "What are your hours?", answer: "May–Sep: 7 AM – 10 PM daily."},
|
||||
{
|
||||
question: "Can I book a tee time online?",
|
||||
answer: "Yes, our easy-to-use booking portal is available right here on our site.",
|
||||
},
|
||||
question: "Can I book a tee time online?", answer: "Yes, our easy-to-use booking portal is available right here on our site."},
|
||||
{
|
||||
question: "Do you offer rentals?",
|
||||
answer: "Yes, we have a full selection of club rentals available at the Pro Shop.",
|
||||
},
|
||||
question: "Do you offer rentals?", answer: "Yes, we have a full selection of club rentals available at the Pro Shop."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/golf-course-landscape_1388-96.jpg"
|
||||
/>
|
||||
@@ -210,13 +142,9 @@ export default function HomePage() {
|
||||
tag="Reach Out"
|
||||
text="Ready to book your midnight round or host an event? Contact us today."
|
||||
primaryButton={{
|
||||
text: "Book Now",
|
||||
href: "#book",
|
||||
}}
|
||||
text: "Book Now", href: "#book"}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "tel:9074796555",
|
||||
}}
|
||||
text: "Contact Us", href: "tel:9074796555"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user