Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e478663c1 | |||
| 0ed41fc657 | |||
| a1f1be4c65 | |||
| ceae44b5ce |
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
@@ -36,14 +35,12 @@ export default function LandingPage() {
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Weeribee Outdoor Archery"
|
||||
brandName="Werribee Outdoor Archery Range"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,7 +49,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
title="Master the Art of Precision at Weeribee"
|
||||
title="Master the Art of Precision at Werribee"
|
||||
description="Experience Australia's premier outdoor archery range. Whether you are a beginner taking your first shot or a seasoned archer looking for the perfect environment, our world-class facilities and expert coaching help you hit the mark."
|
||||
testimonials={[
|
||||
{
|
||||
@@ -117,23 +114,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Equipment", description: "Access professional-grade archery kits, meticulously maintained for optimal performance.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-knife-compass-binoculars-wooden-surface_23-2147604774.jpg"},
|
||||
{
|
||||
title: "Family Friendly", description: "Dedicated areas for different age groups for an enjoyable day out.", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-target-with-blurred-person-using-bow-arrow_181624-6664.jpg"},
|
||||
{
|
||||
title: "Professional Ranges", description: "Well-maintained outdoor facility designed for precision and safety.", imageSrc: "http://img.b2bpic.net/free-photo/man-firing-range-doing-shooting-sport-looking-results-paper-target_482257-119803.jpg"},
|
||||
]}
|
||||
title="Exceptional Archery Facilities"
|
||||
description="We pride ourselves on offering diverse spaces for all skill levels."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
@@ -230,8 +210,6 @@ export default function LandingPage() {
|
||||
title: "Range Info", items: [
|
||||
{
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Facilities", href: "#features"},
|
||||
{
|
||||
label: "Coaching", href: "#"},
|
||||
],
|
||||
@@ -255,7 +233,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Weeribee Outdoor Archery"
|
||||
bottomLeftText="© 2024 Werribee Outdoor Archery Range"
|
||||
bottomRightText="Precision-focused excellence"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user