Merge version_21 into main #32

Merged
bender merged 1 commits from version_21 into main 2026-06-11 02:17:08 +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."
/> />