diff --git a/src/app/page.tsx b/src/app/page.tsx index f0bf1b1..a850e3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Code } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,145 +32,26 @@ export default function LandingPage() {
@@ -177,12 +59,7 @@ export default function LandingPage() { @@ -191,24 +68,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "Manual code reviews", - "Siloed communication", - "Legacy pipeline maintenance", - "Long feedback loops", - "High technical debt", - ], - }} - positiveCard={{ - items: [ - "Automated CI/CD workflows", - "Real-time collaboration", - "Scalable cloud infrastructure", - "AI-assisted coding", - "Instant observability", - ], - }} + negativeCard={{ items: ["Manual code reviews", "Siloed communication", "Legacy pipeline maintenance"] }} + positiveCard={{ items: ["Automated CI/CD workflows", "Real-time collaboration", "Scalable cloud infrastructure"] }} title="Efficiency vs Chaos" description="We compare traditional workflows with modern streamlined development practices." /> @@ -220,71 +81,36 @@ export default function LandingPage() { textboxLayout="split" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - products={[ - { - id: "p1", - name: "Web Platform", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/important-information-placed-cork-board_329181-15321.jpg", - }, - { - id: "p2", - name: "Mobile Apps", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-illustrating-ethics-concept_23-2149412262.jpg", - }, - { - id: "p3", - name: "Cloud Infra", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-vector/flat-gradient-geometric-circle-infographics_52683-9726.jpg", - }, - { - id: "p4", - name: "API Services", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/man-pointing-important-papers-cork-board_329181-15333.jpg", - }, - { - id: "p5", - name: "AI/ML Integration", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/team-discussing-about-industrial-project-using-dual-monitors-setup-desing-d-gears-metalic-cla_482257-2640.jpg", - }, - { - id: "p6", - name: "Security Audits", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-planning-tasks-with-sticky-notes_53876-15192.jpg", - }, - ]} + products={[{ id: "p1", name: "Web Platform", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/important-information-placed-cork-board_329181-15321.jpg" }]} title="Our Coding Services" description="Comprehensive engineering solutions tailored to your technical requirements." /> +
+ +
+
@@ -293,73 +119,16 @@ export default function LandingPage() {
@@ -369,65 +138,19 @@ export default function LandingPage() {
); -} +} \ No newline at end of file