Merge version_1 into main #2
161
src/app/page.tsx
161
src/app/page.tsx
@@ -10,6 +10,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import { Check } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Parks",
|
||||
id: "parks",
|
||||
},
|
||||
name: "Parks", id: "parks"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "programs",
|
||||
},
|
||||
name: "Programs", id: "programs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Godfrey Parks & Rec"
|
||||
/>
|
||||
@@ -56,35 +49,21 @@ export default function LandingPage() {
|
||||
description="Discover our beautiful community parks. Rated 4.6 stars for excellence, quality, and nature."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Parks",
|
||||
href: "#parks",
|
||||
},
|
||||
text: "Explore Parks", href: "#parks"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-walk-side-lake_1150-17999.jpg?_wi=1",
|
||||
imageAlt: "Forest park silhouette",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-walk-side-lake_1150-17999.jpg", imageAlt: "Forest park silhouette"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-crystal-palace-retiro-park-madrid-spain_268835-1311.jpg?_wi=1",
|
||||
imageAlt: "Glazebrook Park",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-crystal-palace-retiro-park-madrid-spain_268835-1311.jpg", imageAlt: "Glazebrook Park"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/health-activity-wellbeing-age-people-concept-self-determined-active-bearded-european-man-his-sixties-walking-fast-while-trekking-mountain-forest-having-confident-focused-look_343059-2615.jpg?_wi=1",
|
||||
imageAlt: "Homer Adams Park",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/health-activity-wellbeing-age-people-concept-self-determined-active-bearded-european-man-his-sixties-walking-fast-while-trekking-mountain-forest-having-confident-focused-look_343059-2615.jpg", imageAlt: "Homer Adams Park"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape_8327-99.jpg?_wi=1",
|
||||
imageAlt: "Hoffman Gardens",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape_8327-99.jpg", imageAlt: "Hoffman Gardens"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684374.jpg?_wi=1",
|
||||
imageAlt: "Community Programs",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684374.jpg", imageAlt: "Community Programs"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,21 +75,15 @@ export default function LandingPage() {
|
||||
description="We strive to provide top-tier recreational spaces for every resident in Godfrey. With 3 distinct parks, we offer over 50 acres of managed natural beauty and community facilities."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.6★",
|
||||
title: "Community Rating",
|
||||
},
|
||||
value: "4.6★", title: "Community Rating"},
|
||||
{
|
||||
value: "3",
|
||||
title: "Public Parks",
|
||||
},
|
||||
value: "3", title: "Public Parks"},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Acres Maintained",
|
||||
},
|
||||
value: "50+", title: "Acres Maintained"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-walk-side-lake_1150-17999.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-walk-side-lake_1150-17999.jpg"
|
||||
imageAlt="Community gathering at park"
|
||||
/>
|
||||
</div>
|
||||
@@ -122,73 +95,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Glazebrook Park",
|
||||
description: "The heart of our sports programs, featuring multiple playing fields.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-crystal-palace-retiro-park-madrid-spain_268835-1311.jpg?_wi=2",
|
||||
imageAlt: "Glazebrook Park",
|
||||
},
|
||||
id: "p1", title: "Glazebrook Park", description: "The heart of our sports programs, featuring multiple playing fields.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-crystal-palace-retiro-park-madrid-spain_268835-1311.jpg", imageAlt: "Glazebrook Park"},
|
||||
items: [
|
||||
{
|
||||
text: "Playing Fields",
|
||||
text: "Playing Fields", icon: Check
|
||||
},
|
||||
{
|
||||
text: "Restrooms",
|
||||
text: "Restrooms", icon: Check
|
||||
},
|
||||
{
|
||||
text: "Shelter Rental",
|
||||
text: "Shelter Rental", icon: Check
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-walk-side-lake_1150-17999.jpg?_wi=3",
|
||||
imageAlt: "forest silhouettes natural landscape",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Homer Adams Park",
|
||||
description: "Known for its winding trails and serene wooded areas.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/health-activity-wellbeing-age-people-concept-self-determined-active-bearded-european-man-his-sixties-walking-fast-while-trekking-mountain-forest-having-confident-focused-look_343059-2615.jpg?_wi=2",
|
||||
imageAlt: "Homer Adams Park",
|
||||
},
|
||||
id: "p2", title: "Homer Adams Park", description: "Known for its winding trails and serene wooded areas.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/health-activity-wellbeing-age-people-concept-self-determined-active-bearded-european-man-his-sixties-walking-fast-while-trekking-mountain-forest-having-confident-focused-look_343059-2615.jpg", imageAlt: "Homer Adams Park"},
|
||||
items: [
|
||||
{
|
||||
text: "Walking Trails",
|
||||
text: "Walking Trails", icon: Check
|
||||
},
|
||||
{
|
||||
text: "Wooded Areas",
|
||||
text: "Wooded Areas", icon: Check
|
||||
},
|
||||
{
|
||||
text: "Scenic Views",
|
||||
text: "Scenic Views", icon: Check
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-crystal-palace-retiro-park-madrid-spain_268835-1311.jpg?_wi=3",
|
||||
imageAlt: "glazebrook park landscape greenery",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Hoffman Gardens",
|
||||
description: "A tranquil haven for nature lovers and plant enthusiasts.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape_8327-99.jpg?_wi=2",
|
||||
imageAlt: "Hoffman Gardens",
|
||||
},
|
||||
id: "p3", title: "Hoffman Gardens", description: "A tranquil haven for nature lovers and plant enthusiasts.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape_8327-99.jpg", imageAlt: "Hoffman Gardens"},
|
||||
items: [
|
||||
{
|
||||
text: "Botanical Gardens",
|
||||
text: "Botanical Gardens", icon: Check
|
||||
},
|
||||
{
|
||||
text: "Photography Spot",
|
||||
text: "Photography Spot", icon: Check
|
||||
},
|
||||
{
|
||||
text: "Seating Areas",
|
||||
text: "Seating Areas", icon: Check
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/health-activity-wellbeing-age-people-concept-self-determined-active-bearded-european-man-his-sixties-walking-fast-while-trekking-mountain-forest-having-confident-focused-look_343059-2615.jpg?_wi=3",
|
||||
imageAlt: "homer adams park walking trail",
|
||||
},
|
||||
]}
|
||||
title="Explore Our Parks"
|
||||
@@ -204,26 +156,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "prog1",
|
||||
name: "Youth Sports Leagues",
|
||||
price: "Register Now",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684374.jpg?_wi=2",
|
||||
imageAlt: "Youth Sports",
|
||||
},
|
||||
id: "prog1", name: "Youth Sports Leagues", price: "Register Now", imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684374.jpg", imageAlt: "Youth Sports"},
|
||||
{
|
||||
id: "prog2",
|
||||
name: "Shelter Rentals",
|
||||
price: "Book Today",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-crystal-palace-retiro-park-madrid-spain_268835-1311.jpg?_wi=4",
|
||||
imageAlt: "Park Shelter",
|
||||
},
|
||||
id: "prog2", name: "Shelter Rentals", price: "Book Today", imageSrc: "http://img.b2bpic.net/free-photo/famous-crystal-palace-retiro-park-madrid-spain_268835-1311.jpg", imageAlt: "Park Shelter"},
|
||||
{
|
||||
id: "prog3",
|
||||
name: "Memorial Trees",
|
||||
price: "Learn More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape_8327-99.jpg?_wi=3",
|
||||
imageAlt: "Memorial Tree",
|
||||
},
|
||||
id: "prog3", name: "Memorial Trees", price: "Learn More", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape_8327-99.jpg", imageAlt: "Memorial Tree"},
|
||||
]}
|
||||
title="Programs & Events"
|
||||
description="Engaging activities for the whole family all year round."
|
||||
@@ -236,20 +173,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are dogs allowed?",
|
||||
content: "Yes, but they must be kept on a leash at all times.",
|
||||
},
|
||||
id: "f1", title: "Are dogs allowed?", content: "Yes, but they must be kept on a leash at all times."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is alcohol allowed?",
|
||||
content: "No alcohol is permitted within park boundaries.",
|
||||
},
|
||||
id: "f2", title: "Is alcohol allowed?", content: "No alcohol is permitted within park boundaries."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "When are the parks open?",
|
||||
content: "Our parks are open from sunrise until sunset daily.",
|
||||
},
|
||||
id: "f3", title: "When are the parks open?", content: "Our parks are open from sunrise until sunset daily."},
|
||||
]}
|
||||
title="Park Guidelines"
|
||||
description="Help us keep our parks beautiful for everyone."
|
||||
@@ -261,16 +189,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Need Assistance?"
|
||||
description="Contact the Godfrey Parks & Recreation office for rentals, programs, or general inquiries. 618-555-0123. Office hours: 8am-4:30pm."
|
||||
buttons={[
|
||||
{
|
||||
text: "View on Map",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "View on Map", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -279,13 +204,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Godfrey Parks & Rec"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Admin Login",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Admin Login", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user