Merge version_9 into main

Merge version_9 into main
This commit was merged in pull request #15.
This commit is contained in:
2026-06-11 01:03:25 +00:00

View File

@@ -248,6 +248,8 @@ export default function LandingPage() {
label: "Testimonials", href: "#testimonials"},
{
label: "Contact", href: "#contact"},
{
label: "Email: ibkhen99@gmail.com", href: "mailto:ibkhen99@gmail.com"}
]
},
{
@@ -268,4 +270,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}