6 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
f0b54eb12c Bob AI: Make the background color white but the button col... 2026-02-07 20:21:37 +00:00
9ff2d7bb2f Merge version_6 into main
Merge version_6 into main
2026-02-07 20:20:52 +00:00
2 changed files with 10 additions and 5 deletions

View File

@@ -3,17 +3,17 @@
/* --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: #28a745;; --primary-cta: #800080;;
--secondary-cta: "Inter", sans-serif;; --secondary-cta: "Inter", sans-serif;;
--accent: #90ee90;; --accent: #90ee90;;
--background-accent: #20b2aa;; */ --background-accent: #20b2aa;; */
--background: #f5fffa;; --background: #ffffff;;
--card: #f0fff0;; --card: #ff0000;;
--foreground: "Inter", sans-serif;; --foreground: "Inter", sans-serif;;
--primary-cta: #28a745;; --primary-cta: #800080;;
--secondary-cta: "Inter", sans-serif;; --secondary-cta: "Inter", sans-serif;;
--accent: #90ee90;; --accent: #90ee90;;
--background-accent: #20b2aa;; --background-accent: #20b2aa;;

View File

@@ -160,6 +160,11 @@ const FeatureCardTwentyFive = ({
</div> </div>
))} ))}
</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> </div>
); );
})} })}