Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e76d3e601 | |||
| 161286ba3f | |||
| e42e56d627 | |||
| c6bf600f72 | |||
| d2b38bb37f | |||
| b98f3ad535 |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
logoText="Code That Moves"
|
logoText="Code That Moves"
|
||||||
description="Fullstack developer crafting innovative digital solutions with modern technologies. Explore my work and let's build something extraordinary together."
|
description="Fullstack developer crafting innovative digital solutions with modern technologies. Explore my work and let's build something extraordinary together."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View My Projects", href: "#projects" }
|
{ text: "Discuss Your Project", href: "#projects" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "animated-grid" }}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -85,9 +85,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "SaaS Platform", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/business-analytics-financial-technology-concept-generative-ai_8829-2894.jpg?_wi=2" },
|
{ id: "p1", name: "SaaS Platform", price: "Explore Case Study", imageSrc: "http://img.b2bpic.net/free-photo/business-analytics-financial-technology-concept-generative-ai_8829-2894.jpg?_wi=2" },
|
||||||
{ id: "p2", name: "E-commerce Shop", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/table-full-tailoring-instruments_482257-96375.jpg?_wi=2" },
|
{ id: "p2", name: "E-commerce Shop", price: "Explore Case Study", imageSrc: "http://img.b2bpic.net/free-photo/table-full-tailoring-instruments_482257-96375.jpg?_wi=2" },
|
||||||
{ id: "p3", name: "Data Analytics", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241197.jpg?_wi=2" }
|
{ id: "p3", name: "Data Analytics", price: "Explore Case Study", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241197.jpg?_wi=2" }
|
||||||
]}
|
]}
|
||||||
title="Featured Work"
|
title="Featured Work"
|
||||||
description="A showcase of recent software development projects."
|
description="A showcase of recent software development projects."
|
||||||
|
|||||||
Reference in New Issue
Block a user