diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e2e5fa..0cab8b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,11 @@ export default function LandingPage() { @@ -54,41 +44,26 @@ export default function LandingPage() {
@@ -101,17 +76,11 @@ export default function LandingPage() { description="Why be tethered to a desk? Kuru AI brings the full power of modern development to your pocket with a native-feeling experience designed for creators, hackers, and visionaries." bulletPoints={[ { - title: "Zero Setup", - description: "Start coding instantly in a sandboxed, production-ready environment.", - }, + title: "Zero Setup", description: "Start coding instantly in a sandboxed, production-ready environment."}, { - title: "Live Preview", - description: "Watch your app come to life in real-time as you type your prompt.", - }, + title: "Live Preview", description: "Watch your app come to life in real-time as you type your prompt."}, { - title: "Direct Deploy", - description: "Push to a live URL or install as a PWA instantly.", - }, + title: "Direct Deploy", description: "Push to a live URL or install as a PWA instantly."}, ]} imageSrc="http://img.b2bpic.net/free-photo/double-exposure-caucasian-man-virtual-reality-vr-headset-is-presumably-gamer-hacker-cracking-code-into-secure-network-server-with-lines-code-green_146671-18905.jpg" imageAlt="mobile app design studio ui" @@ -127,23 +96,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "AI Generation", - description: "Prompt-based app and website generation.", - imageSrc: "http://img.b2bpic.net/free-photo/ai-cloud-concept-with-robot-hand_23-2149739751.jpg", - imageAlt: "code generation abstract icon", - }, + title: "AI Generation", description: "Prompt-based app and website generation.", imageSrc: "http://img.b2bpic.net/free-photo/ai-cloud-concept-with-robot-hand_23-2149739751.jpg", imageAlt: "code generation abstract icon"}, { - title: "Instant Build", - description: "Blazing fast compilation and hot reloading.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendewring-cryptocurency-distribution-concept_23-2149901294.jpg", - imageAlt: "fast app deployment concept", - }, + title: "Instant Build", description: "Blazing fast compilation and hot reloading.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendewring-cryptocurency-distribution-concept_23-2149901294.jpg", imageAlt: "fast app deployment concept"}, { - title: "Global Hosting", - description: "One-click deployment to our global CDN.", - imageSrc: "http://img.b2bpic.net/free-photo/global-logistics-international-shipping-network_23-2152021790.jpg", - imageAlt: "digital networking global map", - }, + title: "Global Hosting", description: "One-click deployment to our global CDN.", imageSrc: "http://img.b2bpic.net/free-photo/global-logistics-international-shipping-network_23-2152021790.jpg", imageAlt: "digital networking global map"}, ]} title="Built for Maximum Velocity" description="Experience a developer experience like no other." @@ -155,14 +112,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Google", - "Vercel", - "Replit", - "AWS", - "GitHub", - "Stripe", - "Supabase", - ]} + "Google", "Vercel", "Replit", "AWS", "GitHub", "Stripe", "Supabase"]} title="Used by Innovators Everywhere" description="Built on the same foundational technologies powering the modern web." /> @@ -176,25 +126,15 @@ export default function LandingPage() { author="Alex Rivera, Founder" avatars={[ { - src: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg", - alt: "young developer holding phone", - }, + src: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg", alt: "young developer holding phone"}, { - src: "http://img.b2bpic.net/free-photo/young-handsome-businessman-standing-table-talking-phone-holding-notebook_176420-6481.jpg", - alt: "professional app designer", - }, + src: "http://img.b2bpic.net/free-photo/young-handsome-businessman-standing-table-talking-phone-holding-notebook_176420-6481.jpg", alt: "professional app designer"}, { - src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12850.jpg", - alt: "young entrepreneur portrait", - }, + src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12850.jpg", alt: "young entrepreneur portrait"}, { - src: "http://img.b2bpic.net/free-photo/attractive-woman-holding-digital-tablet_329181-12076.jpg", - alt: "product manager office", - }, + src: "http://img.b2bpic.net/free-photo/attractive-woman-holding-digital-tablet_329181-12076.jpg", alt: "product manager office"}, { - src: "http://img.b2bpic.net/free-photo/no-minute-without-my-laptop-handsome-young-man-working-laptop-while-enjoying-coffee-cafe_639032-2899.jpg", - alt: "No minute without my laptop. Handsome young man working on laptop while enjoying coffee in cafe.", - }, + src: "http://img.b2bpic.net/free-photo/no-minute-without-my-laptop-handsome-young-man-working-laptop-while-enjoying-coffee-cafe_639032-2899.jpg", alt: "No minute without my laptop. Handsome young man working on laptop while enjoying coffee in cafe."}, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -207,20 +147,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Is it really free?", - content: "Yes, Kuru AI is designed for creators with no hidden subscription fees.", - }, + id: "q1", title: "Is it really free?", content: "Yes, Kuru AI is designed for creators with no hidden subscription fees."}, { - id: "q2", - title: "Can I export to APK?", - content: "Yes, we support direct PWA and APK generation for your Android projects.", - }, + id: "q2", title: "Can I export to APK?", content: "Yes, we support direct PWA and APK generation for your Android projects."}, { - id: "q3", - title: "Does it work on iOS?", - content: "Yes, PWA installation allows you to use it natively on your home screen.", - }, + id: "q3", title: "Does it work on iOS?", content: "Yes, PWA installation allows you to use it natively on your home screen."}, ]} title="Frequently Asked Questions" description="Got questions? We've got answers." @@ -232,8 +163,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file