Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a1f1be4c65 | |||
| ceae44b5ce |
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
@@ -36,8 +35,6 @@ export default function LandingPage() {
|
|||||||
name: "Home", id: "hero"},
|
name: "Home", id: "hero"},
|
||||||
{
|
{
|
||||||
name: "About", id: "about"},
|
name: "About", id: "about"},
|
||||||
{
|
|
||||||
name: "Services", id: "features"},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials", id: "testimonials"},
|
name: "Testimonials", id: "testimonials"},
|
||||||
{
|
{
|
||||||
@@ -117,23 +114,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardThree
|
<MetricCardThree
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -230,8 +210,6 @@ export default function LandingPage() {
|
|||||||
title: "Range Info", items: [
|
title: "Range Info", items: [
|
||||||
{
|
{
|
||||||
label: "Our Story", href: "#about"},
|
label: "Our Story", href: "#about"},
|
||||||
{
|
|
||||||
label: "Facilities", href: "#features"},
|
|
||||||
{
|
{
|
||||||
label: "Coaching", href: "#"},
|
label: "Coaching", href: "#"},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user