Skip to content

Commit 1b12071

Browse files
committed
enhancement: update responsive footer and copy hero section
1 parent 3dcf522 commit 1b12071

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/components/FooterMenu/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ export default function Footer() {
7777
return (
7878
<footer className="py-4 w-full">
7979
<div className="mx-auto">
80-
<div className="grid grid-cols-1 md:grid-cols-6 gap-8">
80+
<div className="grid grid-cols-1 lg:grid-cols-6 gap-8">
8181
{/* Jan Logo and Newsletter */}
82-
<div className="md:col-span-2">
82+
<div className="md:col-span-1 lg:col-span-2">
8383
<h2 className="text-[52px] font-bold mb-6">Jan</h2>
8484
<div>
8585
<div className="flex items-center gap-2 mb-3">
@@ -138,7 +138,7 @@ export default function Footer() {
138138
{/* Menu Columns */}
139139
{FOOTER_MENUS.map((menu) => (
140140
<div key={menu.title} className="">
141-
<h3 className="text-lg mb-4 font-bold">{menu.title}</h3>
141+
<h3 className="text-base mb-4 font-bold">{menu.title}</h3>
142142
<ul className="space-y-2">
143143
{menu.links.map((link) => (
144144
<li key={link.name}>

docs/src/components/Home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const Home = () => {
124124
</h1>
125125
</div>
126126
<p className="px-4 lg:px-0 mt-2 text-lg lg:text-2xl font-medium leading-relaxed text-white animate-fade-in-up delay-500 -tracking-[0.6px]">
127-
Jan is the open-source ChatGPT replacement.
127+
The best of open-source AI in an easy-to-use product.
128128
</p>
129129
</div>
130130
<div className="flex px-4 flex-col lg:flex-row items-center gap-4 w-full justify-center text-center animate-fade-in-up delay-600 mt-8 lg:mt-10">

0 commit comments

Comments
 (0)