This commit is contained in:
MeysamMoghaddam
2025-10-09 22:52:42 +03:30
parent 6eddf7b295
commit d1c03c5c99
4 changed files with 207 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
namespace FrontOffice.Main.Pages;
public partial class About
{
private void ScrollToContact()
{
// TODO: Implement smooth scroll to contact section
}
}