Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-04 15:28:35 +00:00

View File

@@ -14,294 +14,142 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Disciplines",
id: "disciplines",
},
{
name: "Training",
id: "training",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Aga Shooting Arena"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "hero" },
{ name: "Disciplines", id: "products" },
{ name: "Training", id: "training" },
{ name: "Contact", id: "contact" }
]}
brandName="Aga Shooting Arena"
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "plain",
}}
title="Experience Traditional Shooting Sports"
description="Welcome to the Aga Shooting Arena your premier destination for fun, sport, leisure, and open-air events. State-of-the-art facilities for shooters of all levels."
kpis={[
{
value: "2021",
label: "Operational Since",
},
{
value: "15",
label: "Trap Machines",
},
{
value: "300m",
label: "Rifle Distance",
},
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/3d-view-powerful-weapon_23-2150888917.jpg?_wi=1"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg",
alt: "Sarah",
},
{
src: "http://img.b2bpic.net/free-photo/tourist-by-bonfire-forest_1303-9080.jpg",
alt: "Mark",
},
{
src: "http://img.b2bpic.net/free-photo/redhead-bearded-freelance-photographer-with-tripod-backpack_613910-1576.jpg",
alt: "Elena",
},
{
src: "http://img.b2bpic.net/free-photo/handsome-african-american-guy-wear-military-jacket-isolated-dark-background_613910-19513.jpg",
alt: "David",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-businessman-with-bruises_1098-1086.jpg",
alt: "Tom",
},
]}
avatarText="Join our 500+ active members"
marqueeItems={[
{
type: "text",
text: "Trap & Skeet",
},
{
type: "text",
text: "Running Boar",
},
{
type: "text",
text: "100m Rifle",
},
{
type: "text",
text: "Competition Ready",
},
{
type: "text",
text: "Professional Training",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{ variant: "plain" }}
title="Experience Traditional Shooting Sports"
description="Welcome to the Aga Shooting Arena your premier destination for fun, sport, leisure, and open-air events. State-of-the-art facilities for shooters of all levels."
kpis={[
{ value: "2021", label: "Operational Since" },
{ value: "15", label: "Trap Machines" },
{ value: "300m", label: "Rifle Distance" }
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/3d-view-powerful-weapon_23-2150888917.jpg"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", alt: "Sarah" },
{ src: "http://img.b2bpic.net/free-photo/tourist-by-bonfire-forest_1303-9080.jpg", alt: "Mark" },
{ src: "http://img.b2bpic.net/free-photo/redhead-bearded-freelance-photographer-with-tripod-backpack_613910-1576.jpg", alt: "Elena" },
{ src: "http://img.b2bpic.net/free-photo/handsome-african-american-guy-wear-military-jacket-isolated-dark-background_613910-19513.jpg", alt: "David" },
{ src: "http://img.b2bpic.net/free-photo/close-up-businessman-with-bruises_1098-1086.jpg", alt: "Tom" }
]}
avatarText="Join our 500+ active members"
marqueeItems={[
{ type: "text", text: "Trap & Skeet" },
{ type: "text", text: "Running Boar" },
{ type: "text", text: "100m Rifle" },
{ type: "text", text: "Competition Ready" },
{ type: "text", text: "Professional Training" }
]}
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Shotgun",
name: "Trap & Double Trap",
price: "From €25",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/aiming-gun_53876-32439.jpg?_wi=1",
},
{
id: "p2",
brand: "Rifle",
name: "Running Boar",
price: "From €30",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-soldier-camouflage-aiming-machine-gun-dark-wall_140725-153525.jpg?_wi=1",
},
{
id: "p3",
brand: "Rifle",
name: "300m Long Range",
price: "From €40",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/park-lujiazui-financial-center-shanghai-china_1127-3318.jpg?_wi=1",
},
]}
title="Our Disciplines"
description="Explore our wide range of shooting disciplines, from shotgun training to long-range rifle shooting."
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Shotgun", name: "Trap & Double Trap", price: "From €25", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/aiming-gun_53876-32439.jpg" },
{ id: "p2", brand: "Rifle", name: "Running Boar", price: "From €30", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-soldier-camouflage-aiming-machine-gun-dark-wall_140725-153525.jpg" },
{ id: "p3", brand: "Rifle", name: "300m Long Range", price: "From €40", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/park-lujiazui-financial-center-shanghai-china_1127-3318.jpg" }
]}
title="Our Disciplines"
description="Explore our wide range of shooting disciplines, from shotgun training to long-range rifle shooting."
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "A Former Clay Pit Transformed into a Modern Sports Facility",
},
]}
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{ type: "text", content: "A Former Clay Pit Transformed into a Modern Sports Facility" }
]}
/>
</div>
<div id="training" data-section="training">
<FeatureCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
{
title: "Free Wednesday Training",
description: "Shotgun from 3 PM, Running Boar 4-7 PM, 50/100m 4-7 PM.",
imageSrc: "http://img.b2bpic.net/free-photo/aiming-gun_53876-32439.jpg?_wi=2",
},
{
title: "Prior Registration",
description: "No registration needed for Wednesdays, but appointments required for other days.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-soldier-camouflage-aiming-machine-gun-dark-wall_140725-153525.jpg?_wi=2",
},
{
title: "Exclusivity",
description: "Open training is exclusively for sport shooters and hunters.",
imageSrc: "http://img.b2bpic.net/free-photo/park-lujiazui-financial-center-shanghai-china_1127-3318.jpg?_wi=2",
},
]}
title="Training & Arena Guidelines"
description="Open training every Wednesday for sport shooters and hunters. Please ensure registration for larger groups."
/>
</div>
<div id="training" data-section="training">
<FeatureCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
{ title: "Free Wednesday Training", description: "Shotgun from 3 PM, Running Boar 4-7 PM, 50/100m 4-7 PM.", imageSrc: "http://img.b2bpic.net/free-photo/aiming-gun_53876-32439.jpg" },
{ title: "Prior Registration", description: "No registration needed for Wednesdays, but appointments required for other days.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-soldier-camouflage-aiming-machine-gun-dark-wall_140725-153525.jpg" },
{ title: "Exclusivity", description: "Open training is exclusively for sport shooters and hunters.", imageSrc: "http://img.b2bpic.net/free-photo/park-lujiazui-financial-center-shanghai-china_1127-3318.jpg" }
]}
title="Training & Arena Guidelines"
description="Open training every Wednesday for sport shooters and hunters. Please ensure registration for larger groups."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "@smiller",
testimonial: "Fantastic facilities! The running boar range is top-tier.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg",
},
{
id: "2",
name: "Mark Jensen",
handle: "@mjensen",
testimonial: "The staff is professional and the safety standards are excellent.",
imageSrc: "http://img.b2bpic.net/free-photo/tourist-by-bonfire-forest_1303-9080.jpg",
},
{
id: "3",
name: "Elena Rossi",
handle: "@erossi",
testimonial: "I love the Wednesday open training sessions. Very efficient!",
imageSrc: "http://img.b2bpic.net/free-photo/redhead-bearded-freelance-photographer-with-tripod-backpack_613910-1576.jpg",
},
{
id: "4",
name: "David Clark",
handle: "@dclark",
testimonial: "Great environment for both recreational and competitive shooters.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-guy-wear-military-jacket-isolated-dark-background_613910-19513.jpg",
},
{
id: "5",
name: "Tom Webber",
handle: "@twebber",
testimonial: "The best shooting arena in the region. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-bruises_1098-1086.jpg",
},
]}
title="What Our Shooters Say"
description="Hear from our dedicated community about their experience at Aga Shooting Arena."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Fantastic facilities! The running boar range is top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg" },
{ id: "2", name: "Mark Jensen", handle: "@mjensen", testimonial: "The staff is professional and the safety standards are excellent.", imageSrc: "http://img.b2bpic.net/free-photo/tourist-by-bonfire-forest_1303-9080.jpg" },
{ id: "3", name: "Elena Rossi", handle: "@erossi", testimonial: "I love the Wednesday open training sessions. Very efficient!", imageSrc: "http://img.b2bpic.net/free-photo/redhead-bearded-freelance-photographer-with-tripod-backpack_613910-1576.jpg" },
{ id: "4", name: "David Clark", handle: "@dclark", testimonial: "Great environment for both recreational and competitive shooters.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-guy-wear-military-jacket-isolated-dark-background_613910-19513.jpg" },
{ id: "5", name: "Tom Webber", handle: "@twebber", testimonial: "The best shooting arena in the region. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-bruises_1098-1086.jpg" }
]}
title="What Our Shooters Say"
description="Hear from our dedicated community about their experience at Aga Shooting Arena."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Contact"
title="Get in Touch"
description="Have questions about our shooting ranges or services? Contact our team for assistance."
imageSrc="http://img.b2bpic.net/free-photo/3d-view-powerful-weapon_23-2150888917.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Contact"
title="Get in Touch"
description="Have questions about our shooting ranges or services? Contact our team for assistance."
imageSrc="http://img.b2bpic.net/free-photo/3d-view-powerful-weapon_23-2150888917.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Support",
items: [
{
label: "FAQ",
href: "#faq",
},
{
label: "Privacy Policy",
href: "#privacy",
},
],
},
{
title: "Services",
items: [
{
label: "Booking",
href: "#booking",
},
{
label: "Vouchers",
href: "#vouchers",
},
],
},
]}
logoText="Shooting Sports Arena Aga"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "#privacy" }] },
{ title: "Services", items: [{ label: "Booking", href: "#booking" }, { label: "Vouchers", href: "#vouchers" }] }
]}
logoText="Shooting Sports Arena Aga"
/>
</div>
</ReactLenis>
</ThemeProvider>
);