Merge version_2 into main #4
@@ -69,9 +69,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Frontend", description: "React, Next.js, Tailwind", imageSrc: "http://img.b2bpic.net/free-photo/business-analytics-financial-technology-concept-generative-ai_8829-2894.jpg" },
|
||||
{ title: "Backend", description: "Node.js, PostgreSQL, Redis", imageSrc: "http://img.b2bpic.net/free-photo/table-full-tailoring-instruments_482257-96375.jpg" },
|
||||
{ title: "DevOps", description: "Docker, Kubernetes, AWS", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241197.jpg" }
|
||||
{ title: "Frontend", description: "React, Next.js, Tailwind", imageSrc: "http://img.b2bpic.net/free-photo/business-analytics-financial-technology-concept-generative-ai_8829-2894.jpg?_wi=1" },
|
||||
{ title: "Backend", description: "Node.js, PostgreSQL, Redis", imageSrc: "http://img.b2bpic.net/free-photo/table-full-tailoring-instruments_482257-96375.jpg?_wi=1" },
|
||||
{ title: "DevOps", description: "Docker, Kubernetes, AWS", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241197.jpg?_wi=1" }
|
||||
]}
|
||||
title="Core Competencies"
|
||||
description="Building scalable applications using industry-leading technology stacks."
|
||||
@@ -85,9 +85,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
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" },
|
||||
{ id: "p2", name: "E-commerce Shop", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/table-full-tailoring-instruments_482257-96375.jpg" },
|
||||
{ id: "p3", name: "Data Analytics", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241197.jpg" }
|
||||
{ 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: "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: "p3", name: "Data Analytics", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241197.jpg?_wi=2" }
|
||||
]}
|
||||
title="Featured Work"
|
||||
description="A showcase of recent software development projects."
|
||||
|
||||
Reference in New Issue
Block a user