Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
title="AI Workspace 3.0"
|
||||
description="Your centralized hub for intelligent creation and productivity. Ask anything, automate everything."
|
||||
buttons={[{ text: "Get Started", href: "#" }, { text: "Explore Tools", href: "#tools" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-red-blue-neon-lights_181624-26202.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-red-blue-neon-lights_181624-26202.jpg?_wi=1"
|
||||
imageAlt="AI Workspace Interface"
|
||||
/>
|
||||
</div>
|
||||
@@ -54,9 +54,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "AI Docs", description: "Intelligent document generation and editing.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-red-blue-neon-lights_181624-26202.jpg", imageAlt: "Docs" },
|
||||
{ title: "AI Slides", description: "Presentations created from simple prompts.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-red-blue-neon-lights_181624-26202.jpg", imageAlt: "Slides" },
|
||||
{ title: "AI Designer", description: "Generate high-fidelity mockups in seconds.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-red-blue-neon-lights_181624-26202.jpg", imageAlt: "Designer" }
|
||||
{ title: "AI Docs", description: "Intelligent document generation and editing.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-red-blue-neon-lights_181624-26202.jpg?_wi=2", imageAlt: "Docs" },
|
||||
{ title: "AI Slides", description: "Presentations created from simple prompts.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-red-blue-neon-lights_181624-26202.jpg?_wi=3", imageAlt: "Slides" },
|
||||
{ title: "AI Designer", description: "Generate high-fidelity mockups in seconds.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-red-blue-neon-lights_181624-26202.jpg?_wi=4", imageAlt: "Designer" }
|
||||
]}
|
||||
title="Universal AI Tools"
|
||||
description="Launch specialized AI modules instantly from your dashboard."
|
||||
@@ -70,12 +70,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{ id: "p1", name: "Meeting Bot", price: "Active", imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5469.jpg", imageAlt: "Meeting Bot" },
|
||||
{ id: "p2", name: "Data Analyst", price: "Active", imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5469.jpg", imageAlt: "Analyst" },
|
||||
{ id: "p3", name: "Voice Clone", price: "Pro", imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5469.jpg", imageAlt: "Voice" },
|
||||
{ id: "p4", name: "Image Editor", price: "Pro", imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5469.jpg", imageAlt: "Editor" },
|
||||
{ id: "p5", name: "Doc Scanner", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5469.jpg", imageAlt: "Scanner" },
|
||||
{ id: "p6", name: "Music Gen", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5469.jpg", imageAlt: "Music" }
|
||||
{ id: "p1", name: "Meeting Bot", price: "Active", imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5469.jpg?_wi=1", imageAlt: "Meeting Bot" },
|
||||
{ id: "p2", name: "Data Analyst", price: "Active", imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5469.jpg?_wi=2", imageAlt: "Analyst" },
|
||||
{ id: "p3", name: "Voice Clone", price: "Pro", imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5469.jpg?_wi=3", imageAlt: "Voice" },
|
||||
{ id: "p4", name: "Image Editor", price: "Pro", imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5469.jpg?_wi=4", imageAlt: "Editor" },
|
||||
{ id: "p5", name: "Doc Scanner", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5469.jpg?_wi=5", imageAlt: "Scanner" },
|
||||
{ id: "p6", name: "Music Gen", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5469.jpg?_wi=6", imageAlt: "Music" }
|
||||
]}
|
||||
title="Featured Add-ons"
|
||||
description="Enhance your workflow with advanced smart integrations."
|
||||
|
||||
Reference in New Issue
Block a user