4 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

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>
); );
})} })}