Compare commits
5 Commits
version_20
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d6bbcd980d | |||
| 6136bf4e84 | |||
| 306e50a6cc | |||
| 1116ae9843 | |||
| f7cf3c5cd6 |
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon", text: "Performance", icon: Zap
|
type: "text-icon", text: "Performance", icon: Zap
|
||||||
},
|
}
|
||||||
]}
|
]}
|
||||||
marqueeSpeed={40}
|
marqueeSpeed={40}
|
||||||
showMarqueeCard={true}
|
showMarqueeCard={true}
|
||||||
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
|||||||
reviewCount: "22", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134662725-kuyphl0l.png", imageAlt: "Real Estate Listing Website"},
|
reviewCount: "22", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134662725-kuyphl0l.png", imageAlt: "Real Estate Listing Website"},
|
||||||
{
|
{
|
||||||
id: "p6", brand: "", name: "Roofing Project ", price: "", rating: 5,
|
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"},
|
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."
|
description="Explore a selection of high-performing websites I've designed and developed for clients across various industries."
|
||||||
@@ -192,36 +192,9 @@ 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=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user