Merge version_1 into main #2
227
src/app/page.tsx
227
src/app/page.tsx
@@ -30,103 +30,64 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Facilities",
|
||||
id: "facilities",
|
||||
},
|
||||
name: "Facilities", id: "facilities"},
|
||||
{
|
||||
name: "Book a Court",
|
||||
id: "booking",
|
||||
},
|
||||
name: "Book a Court", id: "booking"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lanova Arena"
|
||||
button={{
|
||||
text: "Reserve Now",
|
||||
href: "#booking",
|
||||
}}
|
||||
text: "Reserve Now", href: "#booking"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Lanova: Where Sports Meet Luxury Comfort."
|
||||
description="Book world-class Padel courts and premium football fields in an elite, premium environment."
|
||||
kpis={[
|
||||
{
|
||||
value: "6",
|
||||
label: "Panoramic Padel Courts",
|
||||
},
|
||||
value: "6", label: "Panoramic Padel Courts"},
|
||||
{
|
||||
value: "1",
|
||||
label: "FIFA-Grade Turf",
|
||||
},
|
||||
value: "1", label: "FIFA-Grade Turf"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Luxury Lounge Access",
|
||||
},
|
||||
value: "24/7", label: "Luxury Lounge Access"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Reserve Now", href: "#booking"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/berlin-concert-hall-germany_181624-18088.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/berlin-concert-hall-germany_181624-18088.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hong-kong-culture-centre_649448-5049.jpg",
|
||||
alt: "Pro player one",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hong-kong-culture-centre_649448-5049.jpg", alt: "Pro player one"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-sauna-interior-with-mountain-view-wood-light_169016-70841.jpg",
|
||||
alt: "Pro player two",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-sauna-interior-with-mountain-view-wood-light_169016-70841.jpg", alt: "Pro player two"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/white-gray-building-interior_250224-79.jpg",
|
||||
alt: "Pro player three",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/white-gray-building-interior_250224-79.jpg", alt: "Pro player three"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-building-illuminated-night_1150-18357.jpg",
|
||||
alt: "Pro player four",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-building-illuminated-night_1150-18357.jpg", alt: "Pro player four"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-empty-paddle-tennis-field_23-2149458993.jpg",
|
||||
alt: "Pro player five",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-empty-paddle-tennis-field_23-2149458993.jpg", alt: "Pro player five"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "World-Class Facilities",
|
||||
},
|
||||
type: "text", text: "World-Class Facilities"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Elite Sports Culture",
|
||||
},
|
||||
type: "text", text: "Elite Sports Culture"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Padel & Football",
|
||||
},
|
||||
type: "text", text: "Premium Padel & Football"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Member Benefits",
|
||||
},
|
||||
type: "text", text: "Member Benefits"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Coaching",
|
||||
},
|
||||
type: "text", text: "Professional Coaching"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,51 +99,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Padel",
|
||||
price: "From $40",
|
||||
subtitle: "Premium panoramic glass courts",
|
||||
features: [
|
||||
"1.5 Hour Session",
|
||||
"Premium Rackets Included",
|
||||
"Lounge Access",
|
||||
],
|
||||
id: "p1", badge: "Padel", price: "From $40", subtitle: "Premium panoramic glass courts", features: [
|
||||
"1.5 Hour Session", "Premium Rackets Included", "Lounge Access"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Confirm Reservation",
|
||||
},
|
||||
text: "Confirm Reservation"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Football",
|
||||
price: "From $80",
|
||||
subtitle: "FIFA-standard turf pitch",
|
||||
features: [
|
||||
"Full Pitch Rental",
|
||||
"Professional Lighting",
|
||||
"Match Balls Provided",
|
||||
],
|
||||
id: "p2", badge: "Football", price: "From $80", subtitle: "FIFA-standard turf pitch", features: [
|
||||
"Full Pitch Rental", "Professional Lighting", "Match Balls Provided"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Confirm Reservation",
|
||||
},
|
||||
text: "Confirm Reservation"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "VIP Table",
|
||||
price: "From $50",
|
||||
subtitle: "Luxury lounge viewing area",
|
||||
features: [
|
||||
"Spectator Comfort",
|
||||
"Cafe Services",
|
||||
"Court Views",
|
||||
],
|
||||
id: "p3", badge: "VIP Table", price: "From $50", subtitle: "Luxury lounge viewing area", features: [
|
||||
"Spectator Comfort", "Cafe Services", "Court Views"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Confirm Reservation",
|
||||
},
|
||||
text: "Confirm Reservation"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -198,49 +135,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Padel",
|
||||
description: "World-class panoramic glass courts, pristine white lines, top-tier turf, and expert coaching clinics.",
|
||||
icon: Sparkles,
|
||||
title: "Premium Padel", description: "World-class panoramic glass courts, pristine white lines, top-tier turf, and expert coaching clinics.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-paddle-tennis-full-shot_23-2149443592.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-paddle-tennis-full-shot_23-2149443592.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miniature-pool-still-life-assortment-with-basketballs_23-2148633504.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miniature-pool-still-life-assortment-with-basketballs_23-2148633504.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/berlin-concert-hall-germany_181624-18088.jpg?_wi=2",
|
||||
imageAlt: "professional padel court panoramic glass",
|
||||
},
|
||||
{
|
||||
title: "Football Turf",
|
||||
description: "Professional-grade shock-absorbent turf with FIFA-standard spacing and modern stadium-style lighting.",
|
||||
icon: Zap,
|
||||
title: "Football Turf", description: "Professional-grade shock-absorbent turf with FIFA-standard spacing and modern stadium-style lighting.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-230.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-230.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-coloured-lawn-field-sunlight-daytime_181624-20417.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-coloured-lawn-field-sunlight-daytime_181624-20417.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-close-up_1127-3508.jpg",
|
||||
imageAlt: "professional padel court panoramic glass",
|
||||
},
|
||||
{
|
||||
title: "Luxury Lounge",
|
||||
description: "Architectural glass viewing deck overlooking the active courts for spectators to relax in comfort.",
|
||||
icon: Coffee,
|
||||
title: "Luxury Lounge", description: "Architectural glass viewing deck overlooking the active courts for spectators to relax in comfort.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/viewpoint-toaca-peak-carpathians-romania-nature-sunset_1268-19791.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/viewpoint-toaca-peak-carpathians-romania-nature-sunset_1268-19791.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-playing-paddle-tennis_23-2149443577.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-playing-paddle-tennis_23-2149443577.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-american-football-player-uniform-field_23-2150034570.jpg?_wi=1",
|
||||
imageAlt: "professional padel court panoramic glass",
|
||||
},
|
||||
]}
|
||||
title="The Lanova Experience"
|
||||
@@ -255,26 +174,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "6",
|
||||
title: "Padel Courts",
|
||||
description: "Top-tier design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-playing-paddle-tennis_23-2149443577.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", value: "6", title: "Padel Courts", description: "Top-tier design", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-playing-paddle-tennis_23-2149443577.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1",
|
||||
title: "Football Turf",
|
||||
description: "FIFA approved",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-american-football-player-uniform-field_23-2150034570.jpg?_wi=2",
|
||||
},
|
||||
id: "m2", value: "1", title: "Football Turf", description: "FIFA approved", imageSrc: "http://img.b2bpic.net/free-photo/male-american-football-player-uniform-field_23-2150034570.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
title: "Pro Staff",
|
||||
description: "Expert coaches",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-footbridge-night_1359-545.jpg",
|
||||
},
|
||||
id: "m3", value: "10+", title: "Pro Staff", description: "Expert coaches", imageSrc: "http://img.b2bpic.net/free-photo/view-footbridge-night_1359-545.jpg"},
|
||||
]}
|
||||
title="Operational Excellence"
|
||||
description="Quality assurance across all our facilities."
|
||||
@@ -290,30 +194,15 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I book a court?",
|
||||
content: "You can select your preferred time and court type directly through our booking interface.",
|
||||
},
|
||||
id: "f1", title: "How do I book a court?", content: "You can select your preferred time and court type directly through our booking interface."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is equipment provided?",
|
||||
content: "Yes, all our Padel sessions include professional-grade racket rentals.",
|
||||
},
|
||||
id: "f2", title: "Is equipment provided?", content: "Yes, all our Padel sessions include professional-grade racket rentals."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are there changing facilities?",
|
||||
content: "Our facility features private, luxury changing rooms and showers for all guests.",
|
||||
},
|
||||
id: "f3", title: "Are there changing facilities?", content: "Our facility features private, luxury changing rooms and showers for all guests."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Do you offer membership plans?",
|
||||
content: "Membership offers priority booking and exclusive access to the VIP lounge.",
|
||||
},
|
||||
id: "f4", title: "Do you offer membership plans?", content: "Membership offers priority booking and exclusive access to the VIP lounge."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "What are your operating hours?",
|
||||
content: "Lanova Arena is open 7 days a week, from 8:00 AM to 11:00 PM.",
|
||||
},
|
||||
id: "f5", title: "What are your operating hours?", content: "Lanova Arena is open 7 days a week, from 8:00 AM to 11:00 PM."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -324,29 +213,19 @@ export default function LandingPage() {
|
||||
logoText="Lanova Arena"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "123 Padel Drive, SportCity",
|
||||
href: "#",
|
||||
},
|
||||
label: "123 Padel Drive, SportCity", href: "#"},
|
||||
{
|
||||
label: "Open daily: 8AM - 11PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open daily: 8AM - 11PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user