From f7db78cf28065d25953e90bfebdd93614b9ca05a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 14:15:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 91 ++++++++++++------------------------------------ 1 file changed, 22 insertions(+), 69 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 535466b..d7faabc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,17 +44,14 @@ export default function LandingPage() {
@@ -81,37 +70,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "One-command setup", - description: "Get everything running in seconds.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/business-launching-rocket-ship-icon_53876-71300.jpg", - }, + title: "One-command setup", description: "Get everything running in seconds.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/scripting-computer-language-code-programming-developer-technology-concept_53876-125414.jpg", imageAlt: "rocket icon minimalist"}, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/scripting-computer-language-code-programming-developer-technology-concept_53876-125414.jpg?_wi=2", - imageAlt: "rocket icon minimalist", }, { - title: "Pre-configured", - description: "No more dependency hell.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/settings-icon-front-side-white-background_187299-40209.jpg", - }, + title: "Pre-configured", description: "No more dependency hell.", media: { + imageSrc: "http://img.b2bpic.net/free-vector/digital-connectivity-technology-icon-neon-gradient-background_53876-119515.jpg", imageAlt: "rocket icon minimalist"}, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-vector/digital-connectivity-technology-icon-neon-gradient-background_53876-119515.jpg", - imageAlt: "rocket icon minimalist", }, { - title: "Universal", - description: "Cross-platform consistency.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/software-developer-working-new-user-interface-with-online-system-create-algorithm-it-agency-office-system-engineer-programming-html-code-algorithm-computer-typing-sever-data_482257-64450.jpg?_wi=1", - }, + title: "Universal", description: "Cross-platform consistency.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg", imageAlt: "rocket icon minimalist"}, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg?_wi=1", - imageAlt: "rocket icon minimalist", }, ]} title="Everything You Need, Instantly" @@ -126,28 +100,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "1", - title: "Clone repo", - items: [ - "Git clone locally", - ], + id: "1", value: "1", title: "Clone repo", items: [ + "Git clone locally"], }, { - id: "2", - value: "2", - title: "Run command", - items: [ - "docker-compose up", - ], + id: "2", value: "2", title: "Run command", items: [ + "docker-compose up"], }, { - id: "3", - value: "3", - title: "Coding", - items: [ - "Code in your IDE", - ], + id: "3", value: "3", title: "Coding", items: [ + "Code in your IDE"], }, ]} title="Development Flow" @@ -163,20 +125,11 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "1", - name: "Alex Rivier", - imageSrc: "http://img.b2bpic.net/free-photo/software-developer-working-new-user-interface-with-online-system-create-algorithm-it-agency-office-system-engineer-programming-html-code-algorithm-computer-typing-sever-data_482257-64450.jpg?_wi=2", - }, + id: "1", name: "Alex Rivier", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-working-new-user-interface-with-online-system-create-algorithm-it-agency-office-system-engineer-programming-html-code-algorithm-computer-typing-sever-data_482257-64450.jpg"}, { - id: "2", - name: "Sarah Chen", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg?_wi=2", - }, + id: "2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg"}, { - id: "3", - name: "Mike Ross", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg", - }, + id: "3", name: "Mike Ross", imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg"}, ]} memberVariant="card" /> -- 2.49.1