Skip to content

Commit

Permalink
Update metadata and UI with enhanced branding
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanghaffar committed May 26, 2024
1 parent 6c995c0 commit 5c739c7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 23 deletions.
12 changes: 6 additions & 6 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ type Props = {


export const metadata: Metadata = {
title: 'بایو جی پی تی',
description: 'ساخت بایو حرفه ای با یک کلیک',
title: 'در کسری از ثانیه، بایویی خیره‌کننده و جذاب بساز!',
description: 'اینجا می‌تونی با چند کلیک ساده، بایویی شخصی‌سازی شده و جذاب که نمایانگر واقعی شخصیت توه، بسازی.',
alternates: {
canonical: '/'
},
openGraph: {
title: 'بایو جی پی تی',
description: 'ساختن بایو با یک کلیک همراه چت جی پی تی',
title: 'در کسری از ثانیه، بایویی خیره‌کننده و جذاب بساز!',
description: 'اینجا می‌تونی با چند کلیک ساده، بایویی شخصی‌سازی شده و جذاب که نمایانگر واقعی شخصیت توه، بسازی.',
images: [{
url: 'https://biogpt-chi.vercel.app/screenshot.png',
url: 'https://bio.eindev.ir/screenshot.png',
width: '300',
height: '300',
alt: "ساختن بایو با یک کلیک همراه چت جی پی تی"
alt: "با استفاده از جدیدترین فناوری هوش مصنوعی، ما به شما کمک می‌کنیم تا بایویی ایجاد کنید که همه را مجذوب خود کند."
}]
},
}
Expand Down
20 changes: 12 additions & 8 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,20 @@ const BioGenerator = () => {
return (
<>
<div className="flex flex-1 w-full flex-col items-center justify-center text-center px-4">
<h2 className="text-xl sm:text-2xl !leading-[4rem] font-bold text-slate-700">
با
<span className="pl-2 text-orange-500/50">
Bio
</span>
<span className="pr-2 text-gray-300">
GPT
</span>
<div className="flex items-center">
<h2 className=" text-xl sm:text-2xl !leading-[4rem] font-bold text-slate-700">
با</h2>
<img
alt="ClubGPT icon"
src="/screenshot.png"
className="sm:w-36"
width={100}
height={50}
/>
<h2>
برای خودت بایو حـرفه‌ای بساز 😎
</h2>
</div>
<div className="w-full sm:max-w-2xl mt-6 sm:mt-1 p-4 border rounded">
<div className="grid w-full gap-2">
<div className="flex items-center gap-2">
Expand Down
12 changes: 3 additions & 9 deletions components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@ export default function Header() {
return (
<div className="flex justify-between items-center space-x-4 py-1 border-b sm:px-4">
<Link href="/">
{/* <img
<img
alt="ClubGPT icon"
src="/logo.png"
src="/screenshot.png"
className="sm:w-36"
width={100}
height={60}
/> */}
<p className="p-2 text-xl text-orange-500/50 font-bold">
Bio
<span className=" text-gray-300">
GPT
</span>
</p>
/>
</Link>
<a
className="flex items-center gap-2 justify-center border py-1 px-2 rounded text-xs sm:text-sm text-gray-600 transition-colors hover:bg-gray-100"
Expand Down
Binary file modified public/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5c739c7

Please sign in to comment.