4 Commits

Author SHA1 Message Date
59f5b88a7a Bob AI: add a button on the cards of signature creations t... 2026-02-07 20:28:14 +00:00
4c03643865 Merge version_8 into main
Merge version_8 into main
2026-02-07 20:23:14 +00:00
d24ea2dc75 Bob AI: Change the card color to red 2026-02-07 20:22:38 +00:00
77bea668f6 Merge version_7 into main
Merge version_7 into main
2026-02-07 20:22:11 +00:00
2 changed files with 7 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
/* --vw is set by ThemeProvider */
/* --background: #fffafa;;
--card: #f0fff0;;
--card: #ff0000;;
--foreground: "Inter", sans-serif;;
--primary-cta: #800080;;
--secondary-cta: "Inter", sans-serif;;
@@ -11,7 +11,7 @@
--background-accent: #20b2aa;; */
--background: #ffffff;;
--card: #f0fff0;;
--card: #ff0000;;
--foreground: "Inter", sans-serif;;
--primary-cta: #800080;;
--secondary-cta: "Inter", sans-serif;;

View File

@@ -160,6 +160,11 @@ const FeatureCardTwentyFive = ({
</div>
))}
</div>
<div className="mt-5">
<a href="#dishes" className="bg-primary text-background px-4 py-2 rounded-theme transition-colors hover:bg-primary-hover">
Take a Look at Dishes
</a>
</div>
</div>
);
})}