Merge version_1 into main #2
@@ -50,10 +50,10 @@ export default function LandingPage() {
|
||||
{ text: "Contact Me", href: "contact" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/coffee-shop-web-template_23-2148448479.jpg?_wi=1", imageAlt: "Design Project 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/modern-elegant-photography-project-proposal_742173-5927.jpg?_wi=1", imageAlt: "Design Project 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-web-designer-landing-page_23-2150397655.jpg?_wi=1", imageAlt: "Design Project 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/business-landing-page-template-design_23-2149188956.jpg?_wi=1", imageAlt: "Design Project 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/coffee-shop-web-template_23-2148448479.jpg", imageAlt: "Design Project 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/modern-elegant-photography-project-proposal_742173-5927.jpg", imageAlt: "Design Project 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-web-designer-landing-page_23-2150397655.jpg", imageAlt: "Design Project 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/business-landing-page-template-design_23-2149188956.jpg", imageAlt: "Design Project 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-financial-consultancy-landing-page_23-2150871221.jpg", imageAlt: "Design Project 5" }
|
||||
]}
|
||||
/>
|
||||
@@ -68,19 +68,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Brand Identity & Visual Design", tags: ["Branding", "Design"],
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/coffee-shop-web-template_23-2148448479.jpg?_wi=2", imageAlt: "Brand Identity Project"
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/coffee-shop-web-template_23-2148448479.jpg", imageAlt: "Brand Identity Project"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Digital Experience Design", tags: ["UI/UX", "Digital"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-elegant-photography-project-proposal_742173-5927.jpg?_wi=2", imageAlt: "Digital Design Project"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-elegant-photography-project-proposal_742173-5927.jpg", imageAlt: "Digital Design Project"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Creative Photography Series", tags: ["Photography", "Visual"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-web-designer-landing-page_23-2150397655.jpg?_wi=2", imageAlt: "Photography Project"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-web-designer-landing-page_23-2150397655.jpg", imageAlt: "Photography Project"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Motion Graphics & Animation", tags: ["Animation", "Video"],
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/business-landing-page-template-design_23-2149188956.jpg?_wi=2", imageAlt: "Motion Graphics Project"
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/business-landing-page-template-design_23-2149188956.jpg", imageAlt: "Motion Graphics Project"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -103,6 +103,7 @@ export default function LandingPage() {
|
||||
imageAlt="Professional Portrait"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,15 +116,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Brand Strategy & Identity", tags: ["Branding", "Strategy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/coffee-shop-web-template_23-2148448479.jpg?_wi=3", imageAlt: "Branding Service"
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/coffee-shop-web-template_23-2148448479.jpg", imageAlt: "Branding Service"
|
||||
},
|
||||
{
|
||||
id: "2", title: "UI/UX Design", tags: ["Design", "Digital"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-elegant-photography-project-proposal_742173-5927.jpg?_wi=3", imageAlt: "UI/UX Service"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-elegant-photography-project-proposal_742173-5927.jpg", imageAlt: "UI/UX Service"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Visual Content Creation", tags: ["Content", "Creative"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-web-designer-landing-page_23-2150397655.jpg?_wi=3", imageAlt: "Content Service"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-web-designer-landing-page_23-2150397655.jpg", imageAlt: "Content Service"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user