Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -85,12 +85,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarStyleCentered
|
||||
brandName="YmniK"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Events","id":"metrics"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Events", id: "metrics" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -102,10 +102,38 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<FooterBaseCard
|
||||
logoText="YmniK"
|
||||
columns={[
|
||||
{"title":"Club","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#team"},{"label":"Events","href":"#metrics"},{"label":"Tournaments","href":"#features"}]},
|
||||
{"title":"Learning","items":[{"label":"Training Programs","href":"#features"},{"label":"Coaching","href":"#features"},{"label":"Chess Library","href":"#features"},{"label":"Video Tutorials","href":"#features"}]},
|
||||
{"title":"Community","items":[{"label":"Members","href":"#team"},{"label":"Forums","href":"https://example.com"},{"label":"Events","href":"#metrics"},{"label":"Social Links","href":"#hero"}]},
|
||||
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Email","href":"mailto:info@ymnik.com"},{"label":"Discord","href":"https://discord.com"},{"label":"FAQ","href":"#faq"}]}
|
||||
{
|
||||
title: "Club", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
{ label: "Events", href: "#metrics" },
|
||||
{ label: "Tournaments", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Learning", items: [
|
||||
{ label: "Training Programs", href: "#features" },
|
||||
{ label: "Coaching", href: "#features" },
|
||||
{ label: "Chess Library", href: "#features" },
|
||||
{ label: "Video Tutorials", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Community", items: [
|
||||
{ label: "Members", href: "#team" },
|
||||
{ label: "Forums", href: "https://example.com" },
|
||||
{ label: "Events", href: "#metrics" },
|
||||
{ label: "Social Links", href: "#hero" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Email", href: "mailto:info@ymnik.com" },
|
||||
{ label: "Discord", href: "https://discord.com" },
|
||||
{ label: "FAQ", href: "#faq" }
|
||||
]
|
||||
}
|
||||
]
|
||||
copyrightText="© 2025 YmniK Chess Club. All rights reserved."
|
||||
/>
|
||||
@@ -134,12 +162,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarStyleCentered
|
||||
brandName="YmniK"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Events","id":"metrics"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Events", id: "metrics" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -159,10 +187,38 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<FooterBaseCard
|
||||
logoText="YmniK"
|
||||
columns={[
|
||||
{"title":"Club","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#team"},{"label":"Events","href":"#metrics"},{"label":"Tournaments","href":"#features"}]},
|
||||
{"title":"Learning","items":[{"label":"Training Programs","href":"#features"},{"label":"Coaching","href":"#features"},{"label":"Chess Library","href":"#features"},{"label":"Video Tutorials","href":"#features"}]},
|
||||
{"title":"Community","items":[{"label":"Members","href":"#team"},{"label":"Forums","href":"https://example.com"},{"label":"Events","href":"#metrics"},{"label":"Social Links","href":"#hero"}]},
|
||||
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Email","href":"mailto:info@ymnik.com"},{"label":"Discord","href":"https://discord.com"},{"label":"FAQ","href":"#faq"}]}
|
||||
{
|
||||
title: "Club", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
{ label: "Events", href: "#metrics" },
|
||||
{ label: "Tournaments", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Learning", items: [
|
||||
{ label: "Training Programs", href: "#features" },
|
||||
{ label: "Coaching", href: "#features" },
|
||||
{ label: "Chess Library", href: "#features" },
|
||||
{ label: "Video Tutorials", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Community", items: [
|
||||
{ label: "Members", href: "#team" },
|
||||
{ label: "Forums", href: "https://example.com" },
|
||||
{ label: "Events", href: "#metrics" },
|
||||
{ label: "Social Links", href: "#hero" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Email", href: "mailto:info@ymnik.com" },
|
||||
{ label: "Discord", href: "https://discord.com" },
|
||||
{ label: "FAQ", href: "#faq" }
|
||||
]
|
||||
}
|
||||
]
|
||||
copyrightText="© 2025 YmniK Chess Club. All rights reserved."
|
||||
/>
|
||||
@@ -190,12 +246,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarStyleCentered
|
||||
brandName="YmniK"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Events","id":"metrics"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Events", id: "metrics" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -240,10 +296,38 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<FooterBaseCard
|
||||
logoText="YmniK"
|
||||
columns={[
|
||||
{"title":"Club","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#team"},{"label":"Events","href":"#metrics"},{"label":"Tournaments","href":"#features"}]},
|
||||
{"title":"Learning","items":[{"label":"Training Programs","href":"#features"},{"label":"Coaching","href":"#features"},{"label":"Chess Library","href":"#features"},{"label":"Video Tutorials","href":"#features"}]},
|
||||
{"title":"Community","items":[{"label":"Members","href":"#team"},{"label":"Forums","href":"https://example.com"},{"label":"Events","href":"#metrics"},{"label":"Social Links","href":"#hero"}]},
|
||||
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Email","href":"mailto:info@ymnik.com"},{"label":"Discord","href":"https://discord.com"},{"label":"FAQ","href":"#faq"}]}
|
||||
{
|
||||
title: "Club", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
{ label: "Events", href: "#metrics" },
|
||||
{ label: "Tournaments", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Learning", items: [
|
||||
{ label: "Training Programs", href: "#features" },
|
||||
{ label: "Coaching", href: "#features" },
|
||||
{ label: "Chess Library", href: "#features" },
|
||||
{ label: "Video Tutorials", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Community", items: [
|
||||
{ label: "Members", href: "#team" },
|
||||
{ label: "Forums", href: "https://example.com" },
|
||||
{ label: "Events", href: "#metrics" },
|
||||
{ label: "Social Links", href: "#hero" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Email", href: "mailto:info@ymnik.com" },
|
||||
{ label: "Discord", href: "https://discord.com" },
|
||||
{ label: "FAQ", href: "#faq" }
|
||||
]
|
||||
}
|
||||
]
|
||||
copyrightText="© 2025 YmniK Chess Club. All rights reserved."
|
||||
/>
|
||||
|
||||
@@ -35,12 +35,12 @@ export default function ShopPage() {
|
||||
<NavbarStyleCentered
|
||||
brandName="YmniK"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Events","id":"metrics"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Events", id: "metrics" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
/>
|
||||
@@ -52,10 +52,38 @@ export default function ShopPage() {
|
||||
<FooterBaseCard
|
||||
logoText="YmniK"
|
||||
columns={[
|
||||
{"title":"Club","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#team"},{"label":"Events","href":"#metrics"},{"label":"Tournaments","href":"#features"}]},
|
||||
{"title":"Learning","items":[{"label":"Training Programs","href":"#features"},{"label":"Coaching","href":"#features"},{"label":"Chess Library","href":"#features"},{"label":"Video Tutorials","href":"#features"}]},
|
||||
{"title":"Community","items":[{"label":"Members","href":"#team"},{"label":"Forums","href":"https://example.com"},{"label":"Events","href":"#metrics"},{"label":"Social Links","href":"#hero"}]},
|
||||
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Email","href":"mailto:info@ymnik.com"},{"label":"Discord","href":"https://discord.com"},{"label":"FAQ","href":"#faq"}]}
|
||||
{
|
||||
title: "Club", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
{ label: "Events", href: "#metrics" },
|
||||
{ label: "Tournaments", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Learning", items: [
|
||||
{ label: "Training Programs", href: "#features" },
|
||||
{ label: "Coaching", href: "#features" },
|
||||
{ label: "Chess Library", href: "#features" },
|
||||
{ label: "Video Tutorials", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Community", items: [
|
||||
{ label: "Members", href: "#team" },
|
||||
{ label: "Forums", href: "https://example.com" },
|
||||
{ label: "Events", href: "#metrics" },
|
||||
{ label: "Social Links", href: "#hero" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Email", href: "mailto:info@ymnik.com" },
|
||||
{ label: "Discord", href: "https://discord.com" },
|
||||
{ label: "FAQ", href: "#faq" }
|
||||
]
|
||||
}
|
||||
]
|
||||
copyrightText="© 2025 YmniK Chess Club. All rights reserved."
|
||||
/>
|
||||
@@ -83,12 +111,12 @@ export default function ShopPage() {
|
||||
<NavbarStyleCentered
|
||||
brandName="YmniK"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Events","id":"metrics"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Events", id: "metrics" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
/>
|
||||
@@ -108,10 +136,38 @@ export default function ShopPage() {
|
||||
<FooterBaseCard
|
||||
logoText="YmniK"
|
||||
columns={[
|
||||
{"title":"Club","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#team"},{"label":"Events","href":"#metrics"},{"label":"Tournaments","href":"#features"}]},
|
||||
{"title":"Learning","items":[{"label":"Training Programs","href":"#features"},{"label":"Coaching","href":"#features"},{"label":"Chess Library","href":"#features"},{"label":"Video Tutorials","href":"#features"}]},
|
||||
{"title":"Community","items":[{"label":"Members","href":"#team"},{"label":"Forums","href":"https://example.com"},{"label":"Events","href":"#metrics"},{"label":"Social Links","href":"#hero"}]},
|
||||
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Email","href":"mailto:info@ymnik.com"},{"label":"Discord","href":"https://discord.com"},{"label":"FAQ","href":"#faq"}]}
|
||||
{
|
||||
title: "Club", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
{ label: "Events", href: "#metrics" },
|
||||
{ label: "Tournaments", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Learning", items: [
|
||||
{ label: "Training Programs", href: "#features" },
|
||||
{ label: "Coaching", href: "#features" },
|
||||
{ label: "Chess Library", href: "#features" },
|
||||
{ label: "Video Tutorials", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Community", items: [
|
||||
{ label: "Members", href: "#team" },
|
||||
{ label: "Forums", href: "https://example.com" },
|
||||
{ label: "Events", href: "#metrics" },
|
||||
{ label: "Social Links", href: "#hero" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Email", href: "mailto:info@ymnik.com" },
|
||||
{ label: "Discord", href: "https://discord.com" },
|
||||
{ label: "FAQ", href: "#faq" }
|
||||
]
|
||||
}
|
||||
]
|
||||
copyrightText="© 2025 YmniK Chess Club. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user