10 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
75ad1869c7 Update src/app/page.tsx 2026-06-11 02:12:51 +00:00
eabc137c32 Switch to version 16: modified src/app/page.tsx 2026-06-11 02:11:22 +00:00
c8d6786afc Switch to version 17: modified src/app/page.tsx 2026-06-11 02:11:16 +00:00
2e6283d530 Merge version_19 into main
Merge version_19 into main
2026-06-11 02:11:01 +00:00
5e8abcb6b2 Update src/app/page.tsx 2026-06-11 02:10:58 +00:00
0b9057261a Merge version_18 into main
Merge version_18 into main
2026-06-11 02:10:28 +00:00
2afc4dfe92 Update src/app/page.tsx 2026-06-11 02:10:25 +00:00
f797496da4 Merge version_17 into main
Merge version_17 into main
2026-06-11 02:09:00 +00:00

View File

@@ -132,7 +132,7 @@ export default function LandingPage() {
id: "p6", brand: "", name: "Roofing Project ", price: "", rating: 5,
reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134689001-yl8r30sw.png", imageAlt: "Restaurant Online Ordering"},
]}
title="showcasing my web projects"
title="Showcasing My Web Projects"
description="Explore a selection of high-performing websites I've designed and developed for clients across various industries."
/>
</div>
@@ -192,34 +192,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
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"}
]
}
]}
columns={[]}
bottomLeftText="© 2024 Ibrahim. All rights reserved."
bottomRightText="Built with Webild."
/>