Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 094965d576 | |||
| 4f93c7a4cb | |||
| a83aef0331 | |||
| 6eddabbd53 | |||
| 14e8f38322 | |||
| a7d1c717d7 | |||
| 187c598596 | |||
| 5c1631fdad |
156
src/app/page.tsx
156
src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
@@ -31,64 +31,33 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Studio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Studio", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
]}
|
||||
brandName="Kuru AI"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Build Apps at the Speed of Thought"
|
||||
description="Kuru AI is the ultimate mobile-first development environment. Generate, edit, and deploy production-ready applications directly from your phone."
|
||||
buttons={[
|
||||
{
|
||||
text: "Launch Studio",
|
||||
href: "#",
|
||||
},
|
||||
text: "Launch Studio", href: "#"},
|
||||
]}
|
||||
mediaItems={[
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg",
|
||||
imageAlt: "mobile app design studio ui",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYiBIYS3r2Wr0YSB0K42YOlLBL/uploaded-1776701192558-lsrmythq.png?_wi=1", imageAlt: "mobile app design studio ui"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-paper_23-2149930977.jpg",
|
||||
imageAlt: "mobile app design studio ui",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645669.jpg",
|
||||
imageAlt: "mobile app design studio ui",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038910.jpg",
|
||||
imageAlt: "mobile app design studio ui",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-experts-working-with-tech-devices-neon-lights_23-2151645646.jpg",
|
||||
imageAlt: "mobile app design studio ui",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104479.jpg",
|
||||
imageAlt: "mobile app design studio ui",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYiBIYS3r2Wr0YSB0K42YOlLBL/uploaded-1776701192558-lsrmythq.png?_wi=2", imageAlt: "mobile app interface preview"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,17 +70,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 +90,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 +106,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 +120,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 +141,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 +157,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Stay Updated with Kuru AI"
|
||||
description="Join the waitlist for the Pro Mobile SDK and early access to features."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-dark-background-with-purple-lines-generative-ai_169016-30674.jpg"
|
||||
@@ -248,29 +172,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Studio",
|
||||
href: "#",
|
||||
},
|
||||
label: "Studio", href: "#"},
|
||||
{
|
||||
label: "Community",
|
||||
href: "#",
|
||||
},
|
||||
label: "Community", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Docs",
|
||||
href: "#",
|
||||
},
|
||||
label: "Docs", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -280,4 +194,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user