Merge version_1_1781528410115 into main #2
@@ -19,28 +19,21 @@ export default function HomePage() {
|
||||
title="Transform Your Vision into Reality"
|
||||
description="Unlock unprecedented creativity with our advanced AI suite. Designed for builders, dreamers, and visionaries."
|
||||
primaryButton={{
|
||||
text: "Launch Project",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Launch Project", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "See Demo",
|
||||
href: "#features",
|
||||
}}
|
||||
text: "See Demo", href: "#features"}}
|
||||
items={[
|
||||
{
|
||||
text: "Lightning Fast",
|
||||
icon: Zap,
|
||||
text: "Lightning Fast", icon: Zap,
|
||||
},
|
||||
{
|
||||
text: "Secure & Private",
|
||||
icon: Shield,
|
||||
text: "Secure & Private", icon: Shield,
|
||||
},
|
||||
{
|
||||
text: "Infinite Scalability",
|
||||
icon: RefreshCw,
|
||||
text: "Infinite Scalability", icon: RefreshCw,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -53,20 +46,11 @@ export default function HomePage() {
|
||||
description="We bridge the gap between imagination and technology, providing tools that empower every user to achieve more."
|
||||
items={[
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Advanced Learning",
|
||||
description: "Models that evolve with your input.",
|
||||
},
|
||||
icon: "Lightbulb", title: "Advanced Learning", description: "Models that evolve with your input."},
|
||||
{
|
||||
icon: Code,
|
||||
title: "Seamless Integration",
|
||||
description: "Connect easily with existing workflows.",
|
||||
},
|
||||
icon: "Code", title: "Seamless Integration", description: "Connect easily with existing workflows."},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Global Reach",
|
||||
description: "Deploy solutions anywhere on demand.",
|
||||
},
|
||||
icon: "Globe", title: "Global Reach", description: "Deploy solutions anywhere on demand."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201858.jpg"
|
||||
/>
|
||||
@@ -81,27 +65,13 @@ export default function HomePage() {
|
||||
description="Powerful tools engineered for scale and speed."
|
||||
features={[
|
||||
{
|
||||
title: "Neural Engines",
|
||||
description: "High-efficiency processing for complex tasks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robot-performing-ordinary-human-job_23-2151008299.jpg",
|
||||
},
|
||||
title: "Neural Engines", description: "High-efficiency processing for complex tasks.", imageSrc: "http://img.b2bpic.net/free-photo/robot-performing-ordinary-human-job_23-2151008299.jpg"},
|
||||
{
|
||||
title: "Hyper-Speed Flow",
|
||||
description: "Zero latency data processing pipelines.",
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105503.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=2",
|
||||
imageAlt: "neural network visualization",
|
||||
},
|
||||
title: "Hyper-Speed Flow", description: "Zero latency data processing pipelines.", imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105503.jpg"},
|
||||
{
|
||||
title: "Zero-Trust Security",
|
||||
description: "Encrypted environments for total privacy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637782.jpg",
|
||||
},
|
||||
title: "Zero-Trust Security", description: "Encrypted environments for total privacy.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637782.jpg"},
|
||||
{
|
||||
title: "Adaptive Design",
|
||||
description: "AI models that adjust to user style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-multi-colored-paint-splashing-together-against-black-background_23-2147837311.jpg",
|
||||
},
|
||||
title: "Adaptive Design", description: "AI models that adjust to user style.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-multi-colored-paint-splashing-together-against-black-background_23-2147837311.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -115,35 +85,17 @@ export default function HomePage() {
|
||||
description="Whether you're a startup or an enterprise, we have a plan for you."
|
||||
plans={[
|
||||
{
|
||||
tag: "Starter",
|
||||
price: "$49",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Basic AI Access",
|
||||
"5 Projects",
|
||||
"Email Support",
|
||||
],
|
||||
tag: "Starter", price: "$49", period: "/mo", features: [
|
||||
"Basic AI Access", "5 Projects", "Email Support"],
|
||||
primaryButton: {
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-glasses-liquid-with-shadow-yellow-background_23-2147949153.jpg",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-glasses-liquid-with-shadow-yellow-background_23-2147949153.jpg"},
|
||||
{
|
||||
tag: "Pro",
|
||||
price: "$199",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Advanced Models",
|
||||
"Unlimited Projects",
|
||||
"Priority Support",
|
||||
],
|
||||
tag: "Pro", price: "$199", period: "/mo", features: [
|
||||
"Advanced Models", "Unlimited Projects", "Priority Support"],
|
||||
primaryButton: {
|
||||
text: "Choose Pro",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103268.jpg",
|
||||
},
|
||||
text: "Choose Pro", href: "#"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103268.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -157,25 +109,13 @@ export default function HomePage() {
|
||||
description="Driving results through intelligent automation."
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
title: "Active Users",
|
||||
value: "1.2M+",
|
||||
},
|
||||
icon: "Users", title: "Active Users", value: "1.2M+"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Tasks Completed",
|
||||
value: "500M+",
|
||||
},
|
||||
icon: "Zap", title: "Tasks Completed", value: "500M+"},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Industry Awards",
|
||||
value: "15",
|
||||
},
|
||||
icon: "Award", title: "Industry Awards", value: "15"},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Global Deployment",
|
||||
value: "45+",
|
||||
},
|
||||
icon: "Globe", title: "Global Deployment", value: "45+"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -189,25 +129,15 @@ export default function HomePage() {
|
||||
author="Alex Rivera, Founder"
|
||||
avatars={[
|
||||
{
|
||||
name: "John",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-white-hoodie_23-2149051803.jpg",
|
||||
},
|
||||
name: "John", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-white-hoodie_23-2149051803.jpg"},
|
||||
{
|
||||
name: "Sarah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020771.jpg",
|
||||
},
|
||||
name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020771.jpg"},
|
||||
{
|
||||
name: "David",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-winks-eye-sticks-out-tongue-has-fun-while-walking-urban-setting-dressed-fashionable-pink-jacket-has-optimistic-mood_273609-54819.jpg",
|
||||
},
|
||||
name: "David", imageSrc: "http://img.b2bpic.net/free-photo/woman-winks-eye-sticks-out-tongue-has-fun-while-walking-urban-setting-dressed-fashionable-pink-jacket-has-optimistic-mood_273609-54819.jpg"},
|
||||
{
|
||||
name: "Anna",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-dark-skinned-male-employee-has-hysterical-laugh-positive-mood-smiles-broadly-wears-purple-jacket-orange-tie_273609-38884.jpg",
|
||||
},
|
||||
name: "Anna", imageSrc: "http://img.b2bpic.net/free-photo/portrait-dark-skinned-male-employee-has-hysterical-laugh-positive-mood-smiles-broadly-wears-purple-jacket-orange-tie_273609-38884.jpg"},
|
||||
{
|
||||
name: "Mike",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg",
|
||||
},
|
||||
name: "Mike", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -221,17 +151,11 @@ export default function HomePage() {
|
||||
description="Answers to our most frequently asked questions."
|
||||
items={[
|
||||
{
|
||||
question: "Can I use it for commercial projects?",
|
||||
answer: "Yes, all plans allow commercial use of generated content.",
|
||||
},
|
||||
question: "Can I use it for commercial projects?", answer: "Yes, all plans allow commercial use of generated content."},
|
||||
{
|
||||
question: "Is my data private?",
|
||||
answer: "Privacy is at our core. Your data is encrypted and never shared without consent.",
|
||||
},
|
||||
question: "Is my data private?", answer: "Privacy is at our core. Your data is encrypted and never shared without consent."},
|
||||
{
|
||||
question: "How do I upgrade?",
|
||||
answer: "You can upgrade or downgrade your plan at any time in the settings panel.",
|
||||
},
|
||||
question: "How do I upgrade?", answer: "You can upgrade or downgrade your plan at any time in the settings panel."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-interacting-with-robot-using-tablet-smart-home_23-2152000847.jpg"
|
||||
/>
|
||||
@@ -244,13 +168,9 @@ export default function HomePage() {
|
||||
tag="Let's Build"
|
||||
text="Ready to get started on your dream project?"
|
||||
primaryButton={{
|
||||
text: "Contact Sales",
|
||||
href: "mailto:hello@ourdream.ai",
|
||||
}}
|
||||
text: "Contact Sales", href: "mailto:hello@ourdream.ai"}}
|
||||
secondaryButton={{
|
||||
text: "View Documentation",
|
||||
href: "#",
|
||||
}}
|
||||
text: "View Documentation", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user