Compare commits
8 Commits
version_10
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| b54023969b | |||
| 4490372f31 | |||
| 894d856dc3 | |||
| d7f52f307d | |||
| 2ae2b7ea9f | |||
| 28fa8eabc4 | |||
| 798520e4b2 | |||
| 0a9037abc1 |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="My Portfolio"
|
||||
brandName=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,6 +108,8 @@ export default function LandingPage() {
|
||||
title="A Passion for Pixel-Perfect Performance"
|
||||
description={[
|
||||
"As a dedicated web designer and developer, I specialize in transforming complex ideas into intuitive, aesthetically pleasing, and highly functional digital solutions. My approach combines strategic thinking with meticulous execution to ensure every project not only looks exceptional but also achieves its business objectives.", "With years of experience across various industries, I've honed my skills in creating responsive, high-performance websites and user-centric applications. I thrive on problem-solving and am committed to staying at the forefront of design and development trends to deliver cutting-edge results for my clients." ]}
|
||||
buttons={[]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -230,6 +232,8 @@ export default function LandingPage() {
|
||||
label: "UI/UX Strategy", href: "#about"},
|
||||
{
|
||||
label: "Consulting", href: "#contact"},
|
||||
{
|
||||
label: "Email: ibkhen99@gmail.com", href: "mailto:ibkhen99@gmail.com"}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -241,21 +245,9 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Email: ibkhen99@gmail.com", href: "mailto:ibkhen99@gmail.com"}
|
||||
label: "Contact", href: "#contact"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "LinkedIn", href: "#"},
|
||||
{
|
||||
label: "Twitter", href: "#"},
|
||||
{
|
||||
label: "Behance", href: "#"},
|
||||
]
|
||||
},
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Ibrahim. All rights reserved."
|
||||
bottomRightText="Built with Webild."
|
||||
@@ -264,4 +256,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user