diff --git a/src/app/page.tsx b/src/app/page.tsx index 621ae25..920d4ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,18 +31,9 @@ export default function LandingPage() { @@ -79,23 +68,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Scalable Infrastructure", - description: "Building microservices and cloud-native solutions that grow with your business.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-pressing-virtual-button_1112-493.jpg", - imageAlt: "Scalable Icon", - }, + title: "Scalable Infrastructure", description: "Building microservices and cloud-native solutions that grow with your business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-pressing-virtual-button_1112-493.jpg", imageAlt: "Scalable Icon"}, { - title: "Responsive APIs", - description: "High-throughput and low-latency API development for seamless application integration.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-streaks-with-spheres_1017-2806.jpg", - imageAlt: "API Icon", - }, + title: "Responsive APIs", description: "High-throughput and low-latency API development for seamless application integration.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-streaks-with-spheres_1017-2806.jpg", imageAlt: "API Icon"}, { - title: "Modern UI Design", - description: "Pixel-perfect and accessible user interfaces built for high conversion.", - imageSrc: "http://img.b2bpic.net/free-photo/man-works-with-sound-laptop-early-morning_169016-26471.jpg", - imageAlt: "UI Design Icon", - }, + title: "Modern UI Design", description: "Pixel-perfect and accessible user interfaces built for high conversion.", imageSrc: "http://img.b2bpic.net/free-photo/man-works-with-sound-laptop-early-morning_169016-26471.jpg", imageAlt: "UI Design Icon"}, ]} title="Technical Expertise" description="Delivering high-quality code through modern development practices." @@ -109,42 +86,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", - name: "App Dashboard", - price: "View Project", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-home-automation-app_23-2149036830.jpg", - }, - { - id: "2", - name: "Company Site", - price: "View Project", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-from-smart-house-controlling-ambience-with-wifi-gadget_482257-9703.jpg", - }, - { - id: "3", - name: "Project Planner", - price: "View Project", - imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833345.jpg", - }, - { - id: "4", - name: "Analytical Tool", - price: "View Project", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-reviewing-digital-tablet-with-greenscreen-template-coworking-space-working-budget-development-employee-analyzing-isolated-blank-mockup-template-gadget-display_482257-73710.jpg", - }, - { - id: "5", - name: "API Marketplace", - price: "View Project", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-computer_23-2149930993.jpg", - }, - { - id: "6", - name: "Cloud Storage", - price: "View Project", - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg", - }, + { id: "1", name: "App Dashboard", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-home-automation-app_23-2149036830.jpg" }, + { id: "2", name: "Company Site", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/man-working-from-smart-house-controlling-ambience-with-wifi-gadget_482257-9703.jpg" }, + { id: "3", name: "Project Planner", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833345.jpg" }, + { id: "4", name: "Analytical Tool", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-reviewing-digital-tablet-with-greenscreen-template-coworking-space-working-budget-development-employee-analyzing-isolated-blank-mockup-template-gadget-display_482257-73710.jpg" }, + { id: "5", name: "API Marketplace", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-computer_23-2149930993.jpg" }, + { id: "6", name: "Cloud Storage", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg" }, ]} title="Selected Works" description="A collection of my latest projects spanning various technologies and industries." @@ -157,33 +104,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "150k+", - title: "Lines of Code", - items: [ - "Well maintained", - "Robust architecture", - ], - }, - { - id: "m2", - value: "20+", - title: "Projects Shipped", - items: [ - "On time delivery", - "Satisfied clients", - ], - }, - { - id: "m3", - value: "99.9%", - title: "Uptime", - items: [ - "High reliability", - "Secure systems", - ], - }, + { id: "m1", value: "150k+", title: "Lines of Code", items: ["Well maintained", "Robust architecture"] }, + { id: "m2", value: "20+", title: "Projects Shipped", items: ["On time delivery", "Satisfied clients"] }, + { id: "m3", value: "99.9%", title: "Uptime", items: ["High reliability", "Secure systems"] }, ]} title="Performance Impact" description="Quantifiable results achieved through optimized engineering strategies." @@ -192,34 +115,17 @@ export default function LandingPage() {