Update src/app/page.tsx

This commit is contained in:
2026-03-12 13:57:48 +00:00
parent 596d930e0a
commit 9168a72830

View File

@@ -120,6 +120,8 @@ export default function HomePage() {
buttons={[
{
text: "View All Recipes", href: "/recipes"},
{
text: "Watch Free Preview", href: "/preview"},
]}
/>
</div>