2 Commits

Author SHA1 Message Date
280378ad6f Update src/app/page.tsx 2026-04-05 09:55:43 +00:00
21386762ff Update src/app/page.tsx 2026-04-05 09:55:15 +00:00

View File

@@ -2,12 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroLogo from '@/components/sections/hero/HeroLogo'; import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
export default function LandingPage() { export default function LandingPage() {
@@ -26,24 +26,12 @@ export default function LandingPage() {
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarStyleApple
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", { name: "Features", id: "features" },
id: "hero", { name: "FAQ", id: "faq" },
}, { name: "Contact", id: "contact" },
{
name: "Features",
id: "features",
},
{
name: "FAQ",
id: "faq",
},
{
name: "Contact",
id: "contact",
},
]} ]}
brandName="FairwayFees" brandName="FairwayFees"
/> />
@@ -54,10 +42,7 @@ export default function LandingPage() {
logoText="FairwayFees" logoText="FairwayFees"
description="The world's most comprehensive database of golf green fees. Simply search your desired course to get instant, accurate pricing." description="The world's most comprehensive database of golf green fees. Simply search your desired course to get instant, accurate pricing."
buttons={[ buttons={[
{ { text: "Search Now", href: "#features" },
text: "Search Now",
href: "#features",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-golf-course-landscape_23-2151014760.jpg" imageSrc="http://img.b2bpic.net/free-photo/beautiful-golf-course-landscape_23-2151014760.jpg"
@@ -72,26 +57,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
tag: "Search", tag: "Search", title: "Universal Search", subtitle: "Find any course", description: "Type the name of any course globally and get instant green fee results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvr9MJSjgs014ZQBXN4BRjq0Fs/uploaded-1775382900523-bdxb8zjt.png"},
title: "Universal Search",
subtitle: "Find any course",
description: "Type the name of any course globally and get instant green fee results.",
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-with-internet-browser-search-bar-screen_169016-40049.jpg",
},
{ {
tag: "Global", tag: "Global", title: "Comprehensive Data", subtitle: "Worldwide coverage", description: "We aggregate thousands of pricing data points daily for 100% accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-golf-course-landscape_23-2151014782.jpg"},
title: "Comprehensive Data",
subtitle: "Worldwide coverage",
description: "We aggregate thousands of pricing data points daily for 100% accuracy.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-golf-course-landscape_23-2151014782.jpg",
},
{ {
tag: "Insights", tag: "Insights", title: "Pricing Trends", subtitle: "Save on golf", description: "Understand seasonal pricing fluctuations to plan your best golf trips.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-binoculars-golf-field_23-2148822961.jpg"},
title: "Pricing Trends",
subtitle: "Save on golf",
description: "Understand seasonal pricing fluctuations to plan your best golf trips.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-binoculars-golf-field_23-2148822961.jpg",
},
]} ]}
title="Precision Golf Intelligence" title="Precision Golf Intelligence"
description="Unlock data-driven insights for every fairway on the planet." description="Unlock data-driven insights for every fairway on the planet."
@@ -103,21 +73,9 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ { id: "1", title: "How often is pricing updated?", content: "Our database refreshes daily to ensure current green fees." },
id: "1", { id: "2", title: "Do you cover private clubs?", content: "We include public access and daily fee information for thousands of private clubs." },
title: "How often is pricing updated?", { id: "3", title: "Is this service free?", content: "Yes, FairwayFees is completely free for golfers to search any course." },
content: "Our database refreshes daily to ensure current green fees.",
},
{
id: "2",
title: "Do you cover private clubs?",
content: "We include public access and daily fee information for thousands of private clubs.",
},
{
id: "3",
title: "Is this service free?",
content: "Yes, FairwayFees is completely free for golfers to search any course.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-picture-human-taking-white-gold-ball-field_181624-21600.jpg" imageSrc="http://img.b2bpic.net/free-photo/closeup-picture-human-taking-white-gold-ball-field_181624-21600.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -136,55 +94,26 @@ export default function LandingPage() {
description="Choose the right plan for your needs." description="Choose the right plan for your needs."
plans={[ plans={[
{ {
id: "free", id: "free", tag: "Basic", price: "$0", period: "/mo", description: "Perfect for casual golfers.", button: { text: "Get Started" },
tag: "Basic", featuresTitle: "Includes", features: ["Basic Search", "Community Support", "No Hidden Fees"],
price: "$0",
period: "/mo",
description: "Perfect for casual golfers.",
button: {
text: "Get Started",
},
featuresTitle: "Includes",
features: [
"Basic Search",
"Community Support",
"No Hidden Fees",
],
}, },
{ {
id: "pro", id: "pro", tag: "Pro", price: "$19", period: "/mo", description: "For serious golf enthusiasts.", button: { text: "Upgrade" },
tag: "Pro", featuresTitle: "Everything in Basic, plus:", features: ["Advanced Filters", "Alerts", "Priority Data", "Ad-Free"],
price: "$19",
period: "/mo",
description: "For serious golf enthusiasts.",
button: {
text: "Upgrade",
},
featuresTitle: "Everything in Basic, plus:",
features: [
"Advanced Filters",
"Alerts",
"Priority Data",
"Ad-Free",
],
}, },
]} ]}
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactCenter
useInvertedBackground={true} background={{ variant: "animated-grid" }}
background={{ useInvertedBackground={false}
variant: "animated-grid", tag="Contact Us"
}} title="Get in Touch"
tag="Newsletter" description="Have questions or need assistance? Reach out to our team directly."
title="Stay Updated on Golf Deals" buttonText="Submit Inquiry"
description="Join thousands of golfers receiving the best rates for the top courses globally." inputPlaceholder="Enter your email..."
imageSrc="http://img.b2bpic.net/free-photo/professional-golfer-bali-indonesia_72229-881.jpg"
mediaAnimation="opacity"
mediaPosition="right"
inputPlaceholder="Enter your email address"
/> />
</div> </div>
@@ -192,42 +121,21 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [ { label: "About", href: "#" },
{ { label: "Careers", href: "#" },
label: "About",
href: "#",
},
{
label: "Careers",
href: "#",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [ { label: "API Access", href: "#" },
{ { label: "Partner With Us", href: "#" },
label: "API Access",
href: "#",
},
{
label: "Partner With Us",
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [ { label: "Privacy Policy", href: "#" },
{ { label: "Terms", href: "#" },
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
], ],
}, },
]} ]}
@@ -238,4 +146,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }