Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75ee3c282c | |||
| a1bdfff759 | |||
| dadf013038 |
@@ -32,21 +32,21 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Acasă", id: "#hero"},
|
name: "Acasă", id: "/#hero"},
|
||||||
{
|
{
|
||||||
name: "Despre Noi", id: "/despre"},
|
name: "Despre Noi", id: "/despre"},
|
||||||
{
|
{
|
||||||
name: "Facilități", id: "#facilitati"},
|
name: "Facilități", id: "/#facilitati"},
|
||||||
{
|
{
|
||||||
name: "Evenimente", id: "#evenimente"},
|
name: "Evenimente", id: "/#evenimente"},
|
||||||
{
|
{
|
||||||
name: "Statistici", id: "#statistici"},
|
name: "Statistici", id: "/#statistici"},
|
||||||
{
|
{
|
||||||
name: "Testimoniale", id: "#testimoniale"},
|
name: "Testimoniale", id: "/#testimoniale"},
|
||||||
{
|
{
|
||||||
name: "Întrebări Frecvente", id: "#faq"},
|
name: "Întrebări Frecvente", id: "/#faq"},
|
||||||
{
|
{
|
||||||
name: "Contact", id: "#contact"},
|
name: "Contact", id: "/#contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Stadionul Arcul de Triumf"
|
brandName="Stadionul Arcul de Triumf"
|
||||||
/>
|
/>
|
||||||
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
|||||||
description="Inima Sportului Românesc, Locul Unde Se Scrie Istoria."
|
description="Inima Sportului Românesc, Locul Unde Se Scrie Istoria."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Descoperă Evenimente", href: "#evenimente"},
|
text: "Descoperă Evenimente", href: "/#evenimente"},
|
||||||
{
|
{
|
||||||
text: "Tur Virtual", href: "#"},
|
text: "Tur Virtual", href: "#"},
|
||||||
]}
|
]}
|
||||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Află mai multe", href: "/despre"},
|
text: "Descoperă Istoria Noastră", href: "/despre"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -228,21 +228,21 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Descoperă", items: [
|
title: "Descoperă", items: [
|
||||||
{
|
{
|
||||||
label: "Acasă", href: "#hero"},
|
label: "Acasă", href: "/#hero"},
|
||||||
{
|
{
|
||||||
label: "Despre Noi", href: "/despre"},
|
label: "Despre Noi", href: "/despre"},
|
||||||
{
|
{
|
||||||
label: "Facilități", href: "#facilitati"},
|
label: "Facilități", href: "/#facilitati"},
|
||||||
{
|
{
|
||||||
label: "Evenimente", href: "#evenimente"},
|
label: "Evenimente", href: "/#evenimente"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resurse", items: [
|
title: "Resurse", items: [
|
||||||
{
|
{
|
||||||
label: "Contact", href: "#contact"},
|
label: "Contact", href: "/#contact"},
|
||||||
{
|
{
|
||||||
label: "Întrebări Frecvente", href: "#faq"},
|
label: "Întrebări Frecvente", href: "/#faq"},
|
||||||
{
|
{
|
||||||
label: "Termeni și Condiții", href: "#"},
|
label: "Termeni și Condiții", href: "#"},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user