Bob AI: add a button on the cards of signature creations t...

This commit is contained in:
2026-02-07 20:28:14 +00:00
parent 4c03643865
commit 59f5b88a7a

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