Merge version_10 into main #9

Merged
development merged 1 commits from version_10 into main 2026-02-07 20:41:04 +00:00

View File

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