Skip to content

Commit

Permalink
Add Image generator changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaapple committed Jan 1, 2025
1 parent bb38a74 commit 7041aa3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions frontend/app/[locale]/(marketing)/changelog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,22 @@ export default async function Changelog() {
const data = await getChangelogData();
return (
<div className="min-h-screen">
<div className="py-24 max-w-4xl mx-auto px-4">
<div className="py-10 max-w-4xl mx-auto px-4">
<div className="max-w-4xl mx-auto">
<h1 className="text-2xl sm:text-3xl font-bold">{data.text.title}</h1>
<h2 className="text-muted-foreground pt-6 font-bold">{data.text.description}</h2>
<h2 className="text-muted-foreground pt-6 font-bold">
MemFree is committed to becoming the <strong>ultimate AI assistant</strong> for <strong>Indie Makers</strong> and{' '}
<strong>Full-Stack Developers</strong>. Our vision is to boost product development efficiency by <strong>10x</strong> through
cutting-edge AI technology.
</h2>
<h2 className="text-muted-foreground pt-6 font-bold">
Currently, MemFree offers five core features: <strong>AI Search</strong>, <strong>AI Chatbot</strong>, <strong>AI UI generator</strong>,{' '}
<strong>AI Image generator</strong>, and <strong>AI Coding Assistant</strong>.
</h2>
<h2 className="text-muted-foreground pt-6 font-bold">
Moving forward, we will continue to enhance our <strong>AI Search</strong> and <strong>AI Coding</strong> capabilities, providing
developers with smarter and more efficient solutions to seamlessly transform ideas into products.
</h2>

<p className="text-muted-foreground font-bold py-6">
This ChangeLog Page is generated by{' '}
Expand Down
4 changes: 2 additions & 2 deletions frontend/components/layout/changelog-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { X } from 'lucide-react';

export default function ChangelogBanner() {
const [isVisible, setIsVisible] = useState(true);
const bannerKey = 'changelog-banner-closed';
const bannerKey = 'changelog-image-generator';

useEffect(() => {
const isBannerClosed = localStorage.getItem(bannerKey);
Expand All @@ -25,7 +25,7 @@ export default function ChangelogBanner() {
<div className="hidden md:flex relative text-sm isolate items-center gap-x-6 overflow-hidden bg-primary text-violet-100 px-6 py-2.5 sm:px-3.5">
<div className="flex w-full flex-wrap items-center justify-center gap-x-4 gap-y-2 font-bold">
<p>
<span>MemFree Supports DeepSeek-V3 and Google Gemini-2.0 AI Models Now 🎉 </span>
<span>MemFree Supports AI Image Generator Now 🎉 </span>
</p>
<Link href="/changelog" target="_black" className="underline">
Learn More
Expand Down

0 comments on commit 7041aa3

Please sign in to comment.