Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9fd7e9bd72 | |||
| 887fe0083e | |||
| 35ebfa3814 |
157
src/app/page.tsx
157
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Apps",
|
||||
id: "apps",
|
||||
},
|
||||
name: "Apps", id: "apps"},
|
||||
]}
|
||||
brandName="WendyOS"
|
||||
/>
|
||||
@@ -48,41 +42,18 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="WendyOS: The Future of Mobile Intelligence"
|
||||
description="Create, develop, and innovate directly from your phone. An Android-based ecosystem powered by advanced AI and unified development tools."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get WendyOS",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Get WendyOS", href: "#features"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-element-collection_52683-30024.jpg?_wi=1",
|
||||
imageAlt: "AI Intelligence Core",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlBHZ8V1zQW1CmyOgfwmW47IvR/uploaded-1775053829439-ld87ckle.png", imageAlt: "WendyOS Logo"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-element-collection_52683-30024.jpg?_wi=2",
|
||||
imageAlt: "OS Interface Dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-element-collection_52683-30024.jpg?_wi=3",
|
||||
imageAlt: "Seamless User Experience",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-element-collection_52683-30024.jpg?_wi=4",
|
||||
imageAlt: "Integrated AI Assistant",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-element-collection_52683-30024.jpg?_wi=5",
|
||||
imageAlt: "Next Gen Development",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-element-collection_52683-30024.jpg?_wi=6",
|
||||
imageAlt: "Intelligent Mobile Ecosystem",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-element-collection_52683-30024.jpg?_wi=2", imageAlt: "OS Interface Dashboard"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,26 +66,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "ai",
|
||||
title: "Wesyx AI",
|
||||
description: "System-wide intelligent assistant that automates complex coding and daily tasks in real-time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-element-collection_52683-30024.jpg?_wi=7",
|
||||
imageAlt: "futuristic mobile os ai interface",
|
||||
},
|
||||
id: "ai", title: "Wesyx AI", description: "System-wide intelligent assistant that automates complex coding and daily tasks in real-time.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-element-collection_52683-30024.jpg?_wi=7", imageAlt: "futuristic mobile os ai interface"},
|
||||
{
|
||||
id: "code",
|
||||
title: "CMD WOS",
|
||||
description: "Full-scale IDE built into the OS, supporting mobile-first software development and site creation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-mobile-store-logo-design_23-2149697780.jpg?_wi=1",
|
||||
imageAlt: "digital app store icon",
|
||||
},
|
||||
id: "code", title: "CMD WOS", description: "Full-scale IDE built into the OS, supporting mobile-first software development and site creation.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-mobile-store-logo-design_23-2149697780.jpg?_wi=1", imageAlt: "digital app store icon"},
|
||||
{
|
||||
id: "store",
|
||||
title: "WesiStore",
|
||||
description: "A curated marketplace of apps exclusively optimized for the WendyOS performance engine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/contact-us-webpages-set-flat_78370-8561.jpg?_wi=1",
|
||||
imageAlt: "ai email client icon",
|
||||
},
|
||||
id: "store", title: "WesiStore", description: "A curated marketplace of apps exclusively optimized for the WendyOS performance engine.", imageSrc: "http://img.b2bpic.net/free-vector/contact-us-webpages-set-flat_78370-8561.jpg?_wi=1", imageAlt: "ai email client icon"},
|
||||
]}
|
||||
title="Built for Innovation"
|
||||
description="Experience a mobile environment designed for creators and professionals who demand more."
|
||||
@@ -129,29 +85,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "WesiStore",
|
||||
price: "Optimized",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-mobile-store-logo-design_23-2149697780.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "WesiStore", price: "Optimized", imageSrc: "http://img.b2bpic.net/free-vector/gradient-mobile-store-logo-design_23-2149697780.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Ilsy Email",
|
||||
price: "Intelligent",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/contact-us-webpages-set-flat_78370-8561.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Ilsy Email", price: "Intelligent", imageSrc: "http://img.b2bpic.net/free-vector/contact-us-webpages-set-flat_78370-8561.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "CMD WOS",
|
||||
price: "Development",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/web-programming-background_1300-188.jpg",
|
||||
},
|
||||
id: "p3", name: "CMD WOS", price: "Development", imageSrc: "http://img.b2bpic.net/free-vector/web-programming-background_1300-188.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Wesyt",
|
||||
price: "Search",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/contact-us-webpages-set-flat_78370-8561.jpg?_wi=3",
|
||||
},
|
||||
id: "p4", name: "Wesyt", price: "Search", imageSrc: "http://img.b2bpic.net/free-vector/contact-us-webpages-set-flat_78370-8561.jpg?_wi=3"},
|
||||
]}
|
||||
title="The WendyOS Suite"
|
||||
description="Powerful integrated tools built to maximize your productivity and creative potential."
|
||||
@@ -163,30 +103,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Riv",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-working-innovative-startup-office-using-programming-languages_482257-125915.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Alex Riv", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-innovative-startup-office-using-programming-languages_482257-125915.jpg?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sam Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boss-with-glasses-laptop_1098-1820.jpg",
|
||||
},
|
||||
id: "2", name: "Sam Chen", imageSrc: "http://img.b2bpic.net/free-photo/boss-with-glasses-laptop_1098-1820.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jordan Lee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-with-eyeglasses_23-2148452693.jpg",
|
||||
},
|
||||
id: "3", name: "Jordan Lee", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-with-eyeglasses_23-2148452693.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Casey Morgan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-writing-code-while-sitting-armchair-office_158595-5194.jpg",
|
||||
},
|
||||
id: "4", name: "Casey Morgan", imageSrc: "http://img.b2bpic.net/free-photo/man-writing-code-while-sitting-armchair-office_158595-5194.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Taylor Swift",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-working-innovative-startup-office-using-programming-languages_482257-125915.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Taylor Swift", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-innovative-startup-office-using-programming-languages_482257-125915.jpg?_wi=2"},
|
||||
]}
|
||||
cardTitle="Loved by Developers"
|
||||
cardTag="Testimonials"
|
||||
@@ -203,25 +128,13 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What devices support WendyOS?",
|
||||
content: "WendyOS is designed for high-performance Android hardware, with official support for most modern flagship devices.",
|
||||
},
|
||||
id: "q1", title: "What devices support WendyOS?", content: "WendyOS is designed for high-performance Android hardware, with official support for most modern flagship devices."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I develop apps on the phone?",
|
||||
content: "Yes, our CMD WOS tool is a full IDE optimized for touch and mobile interface development.",
|
||||
},
|
||||
id: "q2", title: "Can I develop apps on the phone?", content: "Yes, our CMD WOS tool is a full IDE optimized for touch and mobile interface development."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is the AI assistant privacy-focused?",
|
||||
content: "Privacy is at our core. All local AI processing happens directly on-device to ensure your data never leaves your hardware.",
|
||||
},
|
||||
id: "q3", title: "Is the AI assistant privacy-focused?", content: "Privacy is at our core. All local AI processing happens directly on-device to ensure your data never leaves your hardware."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Is WesiStore safe?",
|
||||
content: "Every app in the WesiStore undergoes rigorous sandboxing and security scanning before being listed.",
|
||||
},
|
||||
id: "q4", title: "Is WesiStore safe?", content: "Every app in the WesiStore undergoes rigorous sandboxing and security scanning before being listed."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -230,29 +143,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "About WendyOS",
|
||||
href: "#",
|
||||
},
|
||||
label: "About WendyOS", href: "#"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -263,4 +166,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user