Skip to content

Commit 8f64ef6

Browse files
feat: set top navigation links
1 parent fbc0852 commit 8f64ef6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/app/components/top-navigation/top-navigation.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ export default function TopNavigation() {
3232
<NavbarRight>
3333
<Button variant="glow" size="lg" className="flex gap-2">
3434
<TicketIcon className="h-4 w-4" />
35-
<Link href="/">خرید بلیت</Link>
35+
<Link href="https://frontchapter.ir/product/conf1403/">
36+
خرید بلیت
37+
</Link>
3638
</Button>
3739
</NavbarRight>
3840
</NavbarComponent>

src/configs/NavigationData.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import { NavigationDataType } from "@/app/components/top-navigation/navigationDa
33
export const NavigationData: NavigationDataType[] = [
44
{
55
content: "شروع",
6-
link: "/",
6+
link: "#",
77
},
88
{
99
content: "سخنرانان",
10-
link: "/",
10+
link: "/#speakers",
1111
},
1212
{
1313
content: "خرید بلیط",
14-
link: "/",
14+
link: "https://frontchapter.ir/product/conf1403/",
1515
},
1616
];

0 commit comments

Comments
 (0)