File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { Badge } from "@/components/ui/badge" ;
22import { Button } from "@/components/ui/button" ;
3+ import { linksConfig } from "@/configs/links" ;
34import { CarrotIcon , TicketIcon } from "lucide-react" ;
45import Link from "next/link" ;
56
@@ -28,7 +29,7 @@ const HeroContent = () => {
2829 حوزه فرانتاند
2930 </ p >
3031 < div className = "relative z-10 flex animate-appear flex-wrap justify-center gap-4 opacity-0 delay-300" >
31- < Link href = { "/" } >
32+ < Link href = { linksConfig . buyTicket } >
3233 < Button
3334 variant = "secondary"
3435 size = "default"
@@ -41,7 +42,7 @@ const HeroContent = () => {
4142 </ Button >
4243 </ Link >
4344 < div className = "overflow-hidden rounded-md" >
44- < Link href = { "/" } >
45+ < Link href = { linksConfig . support } >
4546 < Button variant = "glow" size = "default" >
4647 ارتباط با پشتیبانی
4748 </ Button >
Original file line number Diff line number Diff line change 1+ export const linksConfig = {
2+ buyTicket : "https://frontchapter.ir/product/conf1403/" ,
3+ support : "https://t.me/FrontChapterSupport" ,
4+ } ;
You can’t perform that action at this time.
0 commit comments