Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
{ text: "View My Work", href: "work" },
|
||||
{ text: "Get in Touch", href: "contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/colorless-concept-banner_23-2148843162.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/colorless-concept-banner_23-2148843162.jpg?_wi=1"
|
||||
imageAlt="Portfolio hero background"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -72,13 +72,13 @@ export default function LandingPage() {
|
||||
tag="Portfolio"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "E-Commerce Platform Redesign", price: "2024", variant: "UI/UX Design", imageSrc: "http://img.b2bpic.net/free-psd/design-landing-page-template_23-2148947823.jpg", imageAlt: "E-commerce platform redesign"
|
||||
id: "1", name: "E-Commerce Platform Redesign", price: "2024", variant: "UI/UX Design", imageSrc: "http://img.b2bpic.net/free-psd/design-landing-page-template_23-2148947823.jpg?_wi=1", imageAlt: "E-commerce platform redesign"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Brand Identity System", price: "2024", variant: "Branding", imageSrc: "http://img.b2bpic.net/free-vector/marketing-plan-proposal-template-design_742173-15135.jpg", imageAlt: "Brand identity system"
|
||||
id: "2", name: "Brand Identity System", price: "2024", variant: "Branding", imageSrc: "http://img.b2bpic.net/free-vector/marketing-plan-proposal-template-design_742173-15135.jpg?_wi=1", imageAlt: "Brand identity system"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mobile App Interface", price: "2023", variant: "Mobile Design", imageSrc: "http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567524.jpg", imageAlt: "Mobile app interface"
|
||||
id: "3", name: "Mobile App Interface", price: "2023", variant: "Mobile Design", imageSrc: "http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567524.jpg?_wi=1", imageAlt: "Mobile app interface"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
description="Core competencies that drive exceptional results"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "UI/UX Design", description: "Creating intuitive, accessible interfaces with a focus on user research and testing. Expertise in design systems and prototyping.", media: { imageSrc: "http://img.b2bpic.net/free-psd/design-landing-page-template_23-2148947823.jpg" },
|
||||
id: "1", title: "UI/UX Design", description: "Creating intuitive, accessible interfaces with a focus on user research and testing. Expertise in design systems and prototyping.", media: { imageSrc: "http://img.b2bpic.net/free-psd/design-landing-page-template_23-2148947823.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: Figma, text: "Figma & Design Systems" },
|
||||
{ icon: Users, text: "User Research & Testing" },
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Frontend Development", description: "Building responsive, performant web applications with modern technologies. Passionate about clean code and best practices.", media: { imageSrc: "http://img.b2bpic.net/free-vector/marketing-plan-proposal-template-design_742173-15135.jpg" },
|
||||
id: "2", title: "Frontend Development", description: "Building responsive, performant web applications with modern technologies. Passionate about clean code and best practices.", media: { imageSrc: "http://img.b2bpic.net/free-vector/marketing-plan-proposal-template-design_742173-15135.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: Code, text: "React & Next.js" },
|
||||
{ icon: Zap, text: "Performance Optimization" },
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Brand Strategy", description: "Developing comprehensive brand identities that resonate with target audiences. From strategy to visual execution.", media: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567524.jpg" },
|
||||
id: "3", title: "Brand Strategy", description: "Developing comprehensive brand identities that resonate with target audiences. From strategy to visual execution.", media: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567524.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: Palette, text: "Visual Identity" },
|
||||
{ icon: MessageSquare, text: "Brand Messaging" },
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-psd/colorless-concept-banner_23-2148843162.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/colorless-concept-banner_23-2148843162.jpg?_wi=2"
|
||||
imageAlt="Footer background"
|
||||
logoText="Portfolio"
|
||||
copyrightText="© 2024 Your Name. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user