Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-06-08 07:40:56 +00:00

View File

@@ -32,21 +32,21 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Acasă", id: "#hero"},
name: "Acasă", id: "/#hero"},
{
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"
/>
@@ -58,7 +58,7 @@ export default function LandingPage() {
description="Inima Sportului Românesc, Locul Unde Se Scrie Istoria."
buttons={[
{
text: "Descoperă Evenimente", href: "#evenimente"},
text: "Descoperă Evenimente", href: "/#evenimente"},
{
text: "Tur Virtual", href: "#"},
]}
@@ -93,7 +93,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Află mai multe", href: "/despre"},
text: "Descoperă Istoria Noastră", href: "/despre"},
]}
/>
</div>
@@ -228,21 +228,21 @@ export default function LandingPage() {
{
title: "Descoperă", items: [
{
label: "Acasă", href: "#hero"},
label: "Acasă", href: "/#hero"},
{
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: [
{
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: "#"},
{