2 Commits

Author SHA1 Message Date
1116ae9843 Update src/app/page.tsx 2026-06-11 02:17:04 +00:00
f7cf3c5cd6 Merge version_20 into main
Merge version_20 into main
2026-06-11 02:12:58 +00:00

View File

@@ -192,34 +192,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[]}
{
title: "Services", items: [
{
label: "Web Design", href: "#work"},
{
label: "Development", href: "#work"},
{
label: "UI/UX Strategy", href: "#about"},
{
label: "Consulting", href: "#contact"},
{
label: "How It Works", href: "#how-it-works"},
{
label: "Email: ibkhen99@gmail.com", href: "mailto:ibkhen99@gmail.com"}
]
},
{
title: "Company", items: [
{
label: "About Me", href: "#about"},
{
label: "Portfolio", href: "#work"},
{
label: "Contact", href: "#contact"}
]
}
]}
bottomLeftText="© 2024 Ibrahim. All rights reserved." bottomLeftText="© 2024 Ibrahim. All rights reserved."
bottomRightText="Built with Webild." bottomRightText="Built with Webild."
/> />
@@ -227,4 +200,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }