Skip to content

Commit

Permalink
fix: update conference location & title
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 28, 2024
1 parent a95dc95 commit f2359f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function HeroSection() {
<span>ایران</span>
<br />
<span className="text-green-500">اسفند ۱۴۰۲</span>{" "}
<span>در فریدون‌کنار، مازندران</span>
<span>در آمل، مازندران</span>
</h1>

<h2 className="text-lg text-zinc-400 lg:text-2xl/normal">
Expand All @@ -45,11 +45,11 @@ export default function HeroSection() {
},
{
title: "شهر",
description: "فریدون‌کنار، مازندران",
description: "آمل، مازندران",
},
{
title: "مکان",
description: "مجتمع تفریحی رجایی",
description: "مجموعه اریکه آریایی",
},
].map((item, index) => {
return (
Expand Down

0 comments on commit f2359f3

Please sign in to comment.