Merge version_9 into main #8

Merged
development merged 1 commits from version_9 into main 2026-02-07 20:28:49 +00:00

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