diff --git a/src/app/page.tsx b/src/app/page.tsx
index f0be940..2c96103 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterCard from '@/components/sections/footer/FooterCard';
-import HeroBillboard from '@/components/sections/hero/HeroBillboard';
+import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -31,92 +31,36 @@ export default function LandingPage() {
-
@@ -126,12 +70,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Local Golfers",
- "Beginners",
- "Pros",
- "Eau Claire County",
- "Community Partners",
- ]}
+ "Local Golfers", "Beginners", "Pros", "Eau Claire County", "Community Partners"]}
title="Trusted by Local Golfers"
description="Join 128+ golfers who rated us 4.8 stars for our clean, laid-back atmosphere."
/>
@@ -144,22 +83,13 @@ export default function LandingPage() {
features={[
{
id: 1,
- title: "Welcoming Atmosphere",
- description: "No pressure. No judgment. Just golf.",
- imageSrc: "http://img.b2bpic.net/free-photo/professional-golfer-bali-indonesia_72229-852.jpg?_wi=1",
- },
+ title: "Welcoming Atmosphere", description: "No pressure. No judgment. Just golf.", imageSrc: "http://img.b2bpic.net/free-photo/professional-golfer-bali-indonesia_72229-852.jpg?_wi=1"},
{
id: 2,
- title: "Perfect Conditions",
- description: "Well-groomed tees. Clean range. Consistent balls.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-balls-spread_23-2148480790.jpg",
- },
+ title: "Perfect Conditions", description: "Well-groomed tees. Clean range. Consistent balls.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-balls-spread_23-2148480790.jpg"},
{
id: 3,
- title: "For Everyone",
- description: "First-timers to seasoned golfers—all fit here.",
- imageSrc: "http://img.b2bpic.net/free-photo/adult-fit-man-training-golf-outdoors_23-2148295354.jpg",
- },
+ title: "For Everyone", description: "First-timers to seasoned golfers—all fit here.", imageSrc: "http://img.b2bpic.net/free-photo/adult-fit-man-training-golf-outdoors_23-2148295354.jpg"},
]}
title="Why People Love Dick’s Divot"
description="We offer more than just a place to hit balls—we offer an experience."
@@ -173,34 +103,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "small",
- badge: "Entry",
- price: "$6",
- subtitle: "Small Bucket",
- features: [
- "Approx 40 balls",
- "Perfect for warm-ups",
- ],
+ id: "small", badge: "Entry", price: "$6", subtitle: "Small Bucket", features: [
+ "Approx 40 balls", "Perfect for warm-ups"],
},
{
- id: "medium",
- badge: "Value",
- price: "$10",
- subtitle: "Medium Bucket",
- features: [
- "Approx 80 balls",
- "Great for practice sessions",
- ],
+ id: "medium", badge: "Value", price: "$10", subtitle: "Medium Bucket", features: [
+ "Approx 80 balls", "Great for practice sessions"],
},
{
- id: "large",
- badge: "Best Deal",
- price: "$14",
- subtitle: "Large Bucket",
- features: [
- "Approx 120 balls",
- "Perfect for long practice",
- ],
+ id: "large", badge: "Best Deal", price: "$14", subtitle: "Large Bucket", features: [
+ "Approx 120 balls", "Perfect for long practice"],
},
]}
title="Simple Pricing"
@@ -225,8 +137,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file