diff --git a/src/app/page.tsx b/src/app/page.tsx index 4aebbb3..b6ddda0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,18 +31,9 @@ export default function LandingPage() {
@@ -92,21 +62,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Technical Expertise" metrics={[ - { - label: "Projects Completed", - value: "50+", - icon: CheckCircle, - }, - { - label: "Years Experience", - value: "7+", - icon: Award, - }, - { - label: "Code Lines Written", - value: "1M+", - icon: Code, - }, + { label: "Projects Completed", value: "50+", icon: CheckCircle }, + { label: "Years Experience", value: "7+", icon: Award }, + { label: "Code Lines Written", value: "1M+", icon: Code } ]} metricsAnimation="slide-up" /> @@ -118,27 +76,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Frontend", - subtitle: "React, Next.js, Tailwind", - category: "Web", - value: "95%", - }, - { - id: "f2", - title: "Backend", - subtitle: "Node.js, PostgreSQL, Redis", - category: "Server", - value: "90%", - }, - { - id: "f3", - title: "DevOps", - subtitle: "Docker, Kubernetes, AWS", - category: "Cloud", - value: "85%", - }, + { id: "f1", title: "Frontend", subtitle: "React, Next.js, Tailwind", category: "Web", value: "95%" }, + { id: "f2", title: "Backend", subtitle: "Node.js, PostgreSQL, Redis", category: "Server", value: "90%" }, + { id: "f3", title: "DevOps", subtitle: "Docker, Kubernetes, AWS", category: "Cloud", value: "85%" } ]} title="Core Competencies" description="Building scalable applications using industry-leading technology stacks." @@ -152,48 +92,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "p1", - name: "SaaS Platform", - price: "View Demo", - variant: "Cloud", - 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", - variant: "Web", - imageSrc: "http://img.b2bpic.net/free-photo/table-full-tailoring-instruments_482257-96375.jpg", - }, - { - id: "p3", - name: "Data Analytics", - price: "View Demo", - variant: "B2B", - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241197.jpg", - }, - { - id: "p4", - name: "Mobile App", - price: "View Demo", - variant: "App", - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design-smartphone_23-2150165980.jpg", - }, - { - id: "p5", - name: "Workboard", - price: "View Demo", - variant: "Productivity", - imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-flat-design_52683-15794.jpg", - }, - { - id: "p6", - name: "API Docs", - price: "View Demo", - variant: "Technical", - imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-writing-html-script-binary-code-database-security_482257-92458.jpg", - }, + { id: "p1", name: "SaaS Platform", price: "View Demo", variant: "Cloud", 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", variant: "Web", imageSrc: "http://img.b2bpic.net/free-photo/table-full-tailoring-instruments_482257-96375.jpg" }, + { id: "p3", name: "Data Analytics", price: "View Demo", variant: "B2B", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241197.jpg" }, + { id: "p4", name: "Mobile App", price: "View Demo", variant: "App", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design-smartphone_23-2150165980.jpg" }, + { id: "p5", name: "Workboard", price: "View Demo", variant: "Productivity", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-flat-design_52683-15794.jpg" }, + { id: "p6", name: "API Docs", price: "View Demo", variant: "Technical", imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-writing-html-script-binary-code-database-security_482257-92458.jpg" } ]} title="Featured Work" description="A showcase of recent software development projects ranging from enterprise SaaS to consumer web applications." @@ -202,25 +106,14 @@ export default function LandingPage() {