Merge version_1 into main #1
329
src/app/page.tsx
329
src/app/page.tsx
@@ -30,34 +30,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Sākums",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Sākums", id: "#hero"},
|
||||
{
|
||||
name: "Par Mums",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Par Mums", id: "#features"},
|
||||
{
|
||||
name: "Galerija",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Galerija", id: "#gallery"},
|
||||
{
|
||||
name: "Pakalpojumi",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Pakalpojumi", id: "#services"},
|
||||
{
|
||||
name: "Atsauksmes",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Atsauksmes", id: "#reviews"},
|
||||
{
|
||||
name: "Kontakti",
|
||||
id: "#contact-us",
|
||||
},
|
||||
name: "Kontakti", id: "#contact-us"},
|
||||
]}
|
||||
button={{
|
||||
text: "Pieteikt sporta zāli",
|
||||
href: "#contact-form",
|
||||
}}
|
||||
text: "Pieteikt sporta zāli", href: "#contact-form"}}
|
||||
brandName="Depo Sports"
|
||||
/>
|
||||
</div>
|
||||
@@ -65,44 +51,23 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Profesionāla sporta zāle Rīgā komandām, treniņiem un sporta pasākumiem"
|
||||
description="Modernas telpas, ērta atrašanās vieta un profesionāla vide sportam."
|
||||
tag="Depo Sports - Jūsu sporta galamērķis"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Pieteikt rezervāciju",
|
||||
href: "#contact-form",
|
||||
},
|
||||
text: "Pieteikt rezervāciju", href: "#contact-form"},
|
||||
{
|
||||
text: "Zvanīt +371 26 331 006",
|
||||
href: "tel:+37126331006",
|
||||
},
|
||||
text: "Zvanīt +371 26 331 006", href: "tel:+37126331006"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-157.jpg",
|
||||
imageAlt: "A modern indoor basketball court ready for play",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-157.jpg", imageAlt: "A modern indoor basketball court ready for play"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-basketball-player_23-2151098141.jpg",
|
||||
imageAlt: "Youth basketball team training in a well-lit sports hall",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/town-square_1359-1055.jpg",
|
||||
imageAlt: "town square",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-performer-dancing-subway-station_23-2149344086.jpg",
|
||||
imageAlt: "Young male performer dancing at a subway station",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-court-render-3d-illustration_654080-1391.jpg",
|
||||
imageAlt: "Tennis court Render 3d Illustration",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-basketball-player_23-2151098141.jpg", imageAlt: "Youth basketball team training in a well-lit sports hall"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.7}
|
||||
@@ -118,41 +83,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Profesionāla sporta vide",
|
||||
description: "Mūsu zāle ir aprīkota ar augstas kvalitātes segumu un inventāru, nodrošinot ideālus apstākļus treniņiem un sacensībām.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/sport-stadiums-collection-isometric-style_23-2147852504.jpg",
|
||||
imageAlt: "Profesionāls sporta laukums",
|
||||
},
|
||||
title: "Profesionāla sporta vide", description: "Mūsu zāle ir aprīkota ar augstas kvalitātes segumu un inventāru, nodrošinot ideālus apstākļus treniņiem un sacensībām.", imageSrc: "http://img.b2bpic.net/free-vector/sport-stadiums-collection-isometric-style_23-2147852504.jpg", imageAlt: "Profesionāls sporta laukums"},
|
||||
{
|
||||
title: "Ērta atrašanās vieta Rīgā",
|
||||
description: "Viegli pieejama centrālā atrašanās vieta ar plašām autostāvvietām un labu sabiedriskā transporta savienojumu.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-rome-map-infographics_23-2148797142.jpg",
|
||||
imageAlt: "Ērta atrašanās vieta",
|
||||
},
|
||||
title: "Ērta atrašanās vieta Rīgā", description: "Viegli pieejama centrālā atrašanās vieta ar plašām autostāvvietām un labu sabiedriskā transporta savienojumu.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-rome-map-infographics_23-2148797142.jpg", imageAlt: "Ērta atrašanās vieta"},
|
||||
{
|
||||
title: "Piemērota komandām un individuāliem treniņiem",
|
||||
description: "Plašas telpas, kas pielāgojamas gan komandu spēlēm, gan individuālām nodarbībām un personīgajiem treneriem.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-man-success-design_1020-1066.jpg",
|
||||
imageAlt: "Komandu un individuālie treniņi",
|
||||
},
|
||||
title: "Piemērota komandām un individuāliem treniņiem", description: "Plašas telpas, kas pielāgojamas gan komandu spēlēm, gan individuālām nodarbībām un personīgajiem treneriem.", imageSrc: "http://img.b2bpic.net/free-vector/business-man-success-design_1020-1066.jpg", imageAlt: "Komandu un individuālie treniņi"},
|
||||
{
|
||||
title: "Plaša sporta zāle",
|
||||
description: "Liela, gaiša un moderna zāle, kas nodrošina pietiekami daudz vietas dažādiem sporta veidiem un pasākumiem.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/isometric-fitness-club-illustration_1284-32761.jpg",
|
||||
imageAlt: "Plašas telpas",
|
||||
},
|
||||
title: "Plaša sporta zāle", description: "Liela, gaiša un moderna zāle, kas nodrošina pietiekami daudz vietas dažādiem sporta veidiem un pasākumiem.", imageSrc: "http://img.b2bpic.net/free-vector/isometric-fitness-club-illustration_1284-32761.jpg", imageAlt: "Plašas telpas"},
|
||||
{
|
||||
title: "Ērta rezervācija",
|
||||
description: "Vienkārša un ātra rezervācijas sistēma, kas ļauj ērti plānot jūsu laiku un nodrošināt vietu vēlamajā laikā.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-miscellaneous-25-blue-icon-pack-such-as-favorite-book-solution-plugin_1142-25113.jpg",
|
||||
imageAlt: "Vienkārša rezervācija",
|
||||
},
|
||||
title: "Ērta rezervācija", description: "Vienkārša un ātra rezervācijas sistēma, kas ļauj ērti plānot jūsu laiku un nodrošināt vietu vēlamajā laikā.", imageSrc: "http://img.b2bpic.net/free-vector/creative-miscellaneous-25-blue-icon-pack-such-as-favorite-book-solution-plugin_1142-25113.jpg", imageAlt: "Vienkārša rezervācija"},
|
||||
{
|
||||
title: "Draudzīga un atsaucīga komanda",
|
||||
description: "Mūsu personāls ir vienmēr gatavs palīdzēt un atbildēt uz jūsu jautājumiem, nodrošinot patīkamu pieredzi.",
|
||||
imageSrc: "asset://features-item-6",
|
||||
imageAlt: "Atsaucīgs personāls",
|
||||
},
|
||||
title: "Draudzīga un atsaucīga komanda", description: "Mūsu personāls ir vienmēr gatavs palīdzēt un atbildēt uz jūsu jautājumiem, nodrošinot patīkamu pieredzi.", imageSrc: "asset://features-item-6", imageAlt: "Atsaucīgs personāls"},
|
||||
]}
|
||||
title="Kāpēc izvēlēties Depo Sports?"
|
||||
description="Mēs piedāvājam profesionālu vidi, kas piemērota visu līmeņu sportistiem un komandām, nodrošinot maksimālu komfortu un efektivitāti jūsu treniņos un pasākumos."
|
||||
@@ -169,65 +110,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "gallery-1",
|
||||
brand: "Depo Sports",
|
||||
name: "Basketbola laukums",
|
||||
price: "Premium",
|
||||
rating: 5,
|
||||
reviewCount: "250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-view-gym_1048-9960.jpg",
|
||||
imageAlt: "Clean and well-maintained indoor basketball court with clear markings",
|
||||
},
|
||||
id: "gallery-1", brand: "Depo Sports", name: "Basketbola laukums", price: "Premium", rating: 5,
|
||||
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/interior-view-gym_1048-9960.jpg", imageAlt: "Clean and well-maintained indoor basketball court with clear markings"},
|
||||
{
|
||||
id: "gallery-2",
|
||||
brand: "Depo Sports",
|
||||
name: "Volejbola laukums",
|
||||
price: "Premium",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-paddle-tennis-field-with-net_23-2149458995.jpg",
|
||||
imageAlt: "Indoor volleyball court with net and boundary lines",
|
||||
},
|
||||
id: "gallery-2", brand: "Depo Sports", name: "Volejbola laukums", price: "Premium", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/empty-paddle-tennis-field-with-net_23-2149458995.jpg", imageAlt: "Indoor volleyball court with net and boundary lines"},
|
||||
{
|
||||
id: "gallery-3",
|
||||
brand: "Depo Sports",
|
||||
name: "Treniņu zona",
|
||||
price: "Premium",
|
||||
rating: 5,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-gym_23-2149445922.jpg",
|
||||
imageAlt: "Training equipment and dedicated fitness area",
|
||||
},
|
||||
id: "gallery-3", brand: "Depo Sports", name: "Treniņu zona", price: "Premium", rating: 5,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-gym_23-2149445922.jpg", imageAlt: "Training equipment and dedicated fitness area"},
|
||||
{
|
||||
id: "gallery-4",
|
||||
brand: "Depo Sports",
|
||||
name: "Komandu treniņi",
|
||||
price: "Premium",
|
||||
rating: 5,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707980.jpg",
|
||||
imageAlt: "Youth athletes participating in a team training session",
|
||||
},
|
||||
id: "gallery-4", brand: "Depo Sports", name: "Komandu treniņi", price: "Premium", rating: 5,
|
||||
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707980.jpg", imageAlt: "Youth athletes participating in a team training session"},
|
||||
{
|
||||
id: "gallery-5",
|
||||
brand: "Depo Sports",
|
||||
name: "Ieeja un uzņemšana",
|
||||
price: "Premium",
|
||||
rating: 5,
|
||||
reviewCount: "220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3341.jpg",
|
||||
imageAlt: "Modern and welcoming entrance area of the sports facility",
|
||||
},
|
||||
id: "gallery-5", brand: "Depo Sports", name: "Ieeja un uzņemšana", price: "Premium", rating: 5,
|
||||
reviewCount: "220", imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3341.jpg", imageAlt: "Modern and welcoming entrance area of the sports facility"},
|
||||
{
|
||||
id: "gallery-6",
|
||||
brand: "Depo Sports",
|
||||
name: "Ģērbtuves un labierīcības",
|
||||
price: "Premium",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-s-foot-steps-into-pool_169016-22243.jpg",
|
||||
imageAlt: "Clean and spacious locker room with changing facilities",
|
||||
},
|
||||
id: "gallery-6", brand: "Depo Sports", name: "Ģērbtuves un labierīcības", price: "Premium", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-s-foot-steps-into-pool_169016-22243.jpg", imageAlt: "Clean and spacious locker room with changing facilities"},
|
||||
]}
|
||||
title="Mūsu sporta zāle: Galerija"
|
||||
description="Iepazīstieties ar mūsu modernajām telpām, kas aprīkotas visām jūsu sporta vajadzībām. Skaidri parādot katru stūri, mēs veidojam uzticību un caurspīdīgumu."
|
||||
@@ -238,34 +137,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Sporta zāles noma",
|
||||
description: "Nodrošiniet savai komandai, klubam vai skolai ekskluzīvu pieeju mūsu modernajai sporta zālei stundu nomā.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209885.jpg",
|
||||
imageAlt: "Empty basketball court ready for rental",
|
||||
},
|
||||
title: "Sporta zāles noma", description: "Nodrošiniet savai komandai, klubam vai skolai ekskluzīvu pieeju mūsu modernajai sporta zālei stundu nomā.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209885.jpg", imageAlt: "Empty basketball court ready for rental"},
|
||||
{
|
||||
title: "Komandu treniņi",
|
||||
description: "Regulāras treniņu sesijas un speciāli izstrādātas programmas, lai uzlabotu komandas sniegumu un fizisko sagatavotību.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-gym_52683-111024.jpg",
|
||||
imageAlt: "Sports team discussing strategy with coach",
|
||||
},
|
||||
title: "Komandu treniņi", description: "Regulāras treniņu sesijas un speciāli izstrādātas programmas, lai uzlabotu komandas sniegumu un fizisko sagatavotību.", imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-gym_52683-111024.jpg", imageAlt: "Sports team discussing strategy with coach"},
|
||||
{
|
||||
title: "Turnīri un pasākumi",
|
||||
description: "Organizējiet sporta turnīrus, pasākumus vai korporatīvās spēles mūsu plašajās un pielāgojamās telpās.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-339.jpg",
|
||||
imageAlt: "Indoor sports tournament in progress",
|
||||
},
|
||||
title: "Turnīri un pasākumi", description: "Organizējiet sporta turnīrus, pasākumus vai korporatīvās spēles mūsu plašajās un pielāgojamās telpās.", imageSrc: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-339.jpg", imageAlt: "Indoor sports tournament in progress"},
|
||||
{
|
||||
title: "Jauniešu sports",
|
||||
description: "Attīstības programmas un treniņi jaunajiem sportistiem, veicinot talantu izaugsmi un mīlestību pret sportu.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-posing-together_23-2149351802.jpg",
|
||||
imageAlt: "Children participating in youth sports training",
|
||||
},
|
||||
title: "Jauniešu sports", description: "Attīstības programmas un treniņi jaunajiem sportistiem, veicinot talantu izaugsmi un mīlestību pret sportu.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-posing-together_23-2149351802.jpg", imageAlt: "Children participating in youth sports training"},
|
||||
]}
|
||||
title="Mūsu piedāvātie pakalpojumi"
|
||||
description="Mēs nodrošinām daudzveidīgus pakalpojumus, lai atbalstītu jūsu komandas un individuālos sportistus, veicinot izaugsmi un panākumus."
|
||||
@@ -282,59 +166,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jānis Bērziņš",
|
||||
role: "Basketbola kluba treneris",
|
||||
company: "Rīgas 'Vīri'",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg",
|
||||
imageAlt: "Photo of Jānis Bērziņš",
|
||||
},
|
||||
id: "1", name: "Jānis Bērziņš", role: "Basketbola kluba treneris", company: "Rīgas 'Vīri'", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg", imageAlt: "Photo of Jānis Bērziņš"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Santa Ozoliņa",
|
||||
role: "Volejbola komandas kapteine",
|
||||
company: "Sporta meitenes",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-happy-redhead-girl-posing-against-white-wall_176420-30193.jpg",
|
||||
imageAlt: "Photo of Santa Ozoliņa",
|
||||
},
|
||||
id: "2", name: "Santa Ozoliņa", role: "Volejbola komandas kapteine", company: "Sporta meitenes", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-happy-redhead-girl-posing-against-white-wall_176420-30193.jpg", imageAlt: "Photo of Santa Ozoliņa"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mārtiņš Liepiņš",
|
||||
role: "Skolas sporta pedagogs",
|
||||
company: "Rīgas 1. vidusskola",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-protesting-streets-front-view_23-2148576100.jpg",
|
||||
imageAlt: "Photo of Mārtiņš Liepiņš",
|
||||
},
|
||||
id: "3", name: "Mārtiņš Liepiņš", role: "Skolas sporta pedagogs", company: "Rīgas 1. vidusskola", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-protesting-streets-front-view_23-2148576100.jpg", imageAlt: "Photo of Mārtiņš Liepiņš"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Evija Kalniņa",
|
||||
role: "Jauniešu programmas vadītāja",
|
||||
company: "Latvijas Jaunatnes Sports",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-helping-kids-medium-shot_23-2149742061.jpg",
|
||||
imageAlt: "Photo of Evija Kalniņa",
|
||||
},
|
||||
id: "4", name: "Evija Kalniņa", role: "Jauniešu programmas vadītāja", company: "Latvijas Jaunatnes Sports", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-helping-kids-medium-shot_23-2149742061.jpg", imageAlt: "Photo of Evija Kalniņa"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Andris Krūmiņš",
|
||||
role: "Amatieru sportists",
|
||||
company: "Individuālais treniņš",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sportive-young-woman_23-2148297813.jpg",
|
||||
imageAlt: "Photo of Andris Krūmiņš",
|
||||
},
|
||||
id: "5", name: "Andris Krūmiņš", role: "Amatieru sportists", company: "Individuālais treniņš", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sportive-young-woman_23-2148297813.jpg", imageAlt: "Photo of Andris Krūmiņš"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Līga Pētersone",
|
||||
role: "Korporatīvo pasākumu organizatore",
|
||||
company: "Uzņēmums X",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586517.jpg",
|
||||
imageAlt: "Photo of Līga Pētersone",
|
||||
},
|
||||
id: "6", name: "Līga Pētersone", role: "Korporatīvo pasākumu organizatore", company: "Uzņēmums X", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586517.jpg", imageAlt: "Photo of Līga Pētersone"},
|
||||
]}
|
||||
title="Ko par mums saka klienti"
|
||||
description="Mēs lepojamies ar mūsu klientu atsauksmēm par augstu kvalitāti, profesionālu vidi un izcilu servisu. Lasiet, kā Depo Sports ir palīdzējis viņu sporta mērķiem."
|
||||
@@ -350,17 +198,11 @@ export default function LandingPage() {
|
||||
description="Mūsu ērtā atrašanās vieta Jūrkalnes ielā nodrošina vieglu piekļuvi ar auto un sabiedrisko transportu. Viegli norādīta piekļuve un atrašanās vieta padara mūs par ideālu izvēli jebkuram sportistam."
|
||||
metrics={[
|
||||
{
|
||||
value: "Jūrkalnes iela 1",
|
||||
title: "Adrese",
|
||||
},
|
||||
value: "Jūrkalnes iela 1", title: "Adrese"},
|
||||
{
|
||||
value: "+371 26 331 006",
|
||||
title: "Tālrunis",
|
||||
},
|
||||
value: "+371 26 331 006", title: "Tālrunis"},
|
||||
{
|
||||
value: "4.7/5",
|
||||
title: "Vērtējums",
|
||||
},
|
||||
value: "4.7/5", title: "Vērtējums"},
|
||||
]}
|
||||
tagAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pink-blue-pushpins-showing-marking-location-map_23-2147837134.jpg"
|
||||
@@ -374,8 +216,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Sazināties ar mums"
|
||||
title="Rezervējiet sporta zāli jau šodien"
|
||||
description="Aizpildiet zemāk esošo veidlapu, lai pieteiktu telpas nomu, komandu treniņus vai citus sporta pasākumus. Mēs ar jums sazināsimies drīzumā un palīdzēsim plānot jūsu sporta pasākumu!"
|
||||
@@ -390,79 +231,47 @@ export default function LandingPage() {
|
||||
logoText="Depo Sports"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigācija",
|
||||
items: [
|
||||
title: "Navigācija", items: [
|
||||
{
|
||||
label: "Sākums",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Sākums", href: "#hero"},
|
||||
{
|
||||
label: "Par Mums",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Par Mums", href: "#features"},
|
||||
{
|
||||
label: "Galerija",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Galerija", href: "#gallery"},
|
||||
{
|
||||
label: "Pakalpojumi",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Pakalpojumi", href: "#services"},
|
||||
{
|
||||
label: "Atsauksmes",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Atsauksmes", href: "#reviews"},
|
||||
{
|
||||
label: "Kontakti",
|
||||
href: "#contact-us",
|
||||
},
|
||||
label: "Kontakti", href: "#contact-us"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakti",
|
||||
items: [
|
||||
title: "Kontakti", items: [
|
||||
{
|
||||
label: "Tālrunis: +371 26 331 006",
|
||||
href: "tel:+37126331006",
|
||||
},
|
||||
label: "Tālrunis: +371 26 331 006", href: "tel:+37126331006"},
|
||||
{
|
||||
label: "Adrese: Jūrkalnes iela 1, Rīga",
|
||||
href: "https://maps.app.goo.gl/example-depo-sports-location",
|
||||
},
|
||||
label: "Adrese: Jūrkalnes iela 1, Rīga", href: "https://maps.app.goo.gl/example-depo-sports-location"},
|
||||
{
|
||||
label: "E-pasts: info@deposports.lv",
|
||||
href: "mailto:info@deposports.lv",
|
||||
},
|
||||
label: "E-pasts: info@deposports.lv", href: "mailto:info@deposports.lv"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Darba laiks",
|
||||
items: [
|
||||
title: "Darba laiks", items: [
|
||||
{
|
||||
label: "P-Pk: 08:00 - 22:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "P-Pk: 08:00 - 22:00", href: "#"},
|
||||
{
|
||||
label: "S: 09:00 - 20:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "S: 09:00 - 20:00", href: "#"},
|
||||
{
|
||||
label: "Sv: Slēgts",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sv: Slēgts", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Seko mums",
|
||||
items: [
|
||||
title: "Seko mums", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/deposports",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/deposports"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/deposports",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/deposports"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user