6 Commits

Author SHA1 Message Date
42497229d7 Bob AI: You added the text to the cards but not an actual ... 2026-02-07 20:40:29 +00:00
2c9bfb461c Merge version_9 into main
Merge version_9 into main
2026-02-07 20:28:49 +00:00
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 */ /* --vw is set by ThemeProvider */
/* --background: #fffafa;; /* --background: #fffafa;;
--card: #f0fff0;; --card: #ff0000;;
--foreground: "Inter", sans-serif;; --foreground: "Inter", sans-serif;;
--primary-cta: #800080;; --primary-cta: #800080;;
--secondary-cta: "Inter", sans-serif;; --secondary-cta: "Inter", sans-serif;;
@@ -11,7 +11,7 @@
--background-accent: #20b2aa;; */ --background-accent: #20b2aa;; */
--background: #ffffff;; --background: #ffffff;;
--card: #f0fff0;; --card: #ff0000;;
--foreground: "Inter", sans-serif;; --foreground: "Inter", sans-serif;;
--primary-cta: #800080;; --primary-cta: #800080;;
--secondary-cta: "Inter", sans-serif;; --secondary-cta: "Inter", sans-serif;;

View File

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