Update src/app/page.tsx
This commit is contained in:
@@ -82,15 +82,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Workflow Automation & Orchestration", author: "n8n • Zapier • Make • OpenAI API", description: "Design complex, multi-step workflows that integrate APIs, databases, and AI models for seamless end-to-end automation.", tags: ["Workflow Design", "API Integration", "Process Automation"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/screenshot-of-an-advanced-automation-wor-1773162535265-eab3c66f.png?_wi=1", imageAlt: "Workflow automation interface"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/screenshot-of-an-advanced-automation-wor-1773162535265-eab3c66f.png", imageAlt: "Workflow automation interface"
|
||||
},
|
||||
{
|
||||
id: "2", title: "AI-Powered Integration", author: "LangChain • OpenAI • Claude • LLMs", description: "Integrate cutting-edge LLMs and AI models into automated workflows for intelligent decision-making and content generation.", tags: ["LLM Integration", "AI Chains", "NLP Processing"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/visual-of-an-ai-powered-customer-support-1773162535047-1cc97521.png?_wi=1", imageAlt: "AI integration interface"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/visual-of-an-ai-powered-customer-support-1773162535047-1cc97521.png", imageAlt: "AI integration interface"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Content & Data Automation", author: "Python • Data Processing • Scheduling", description: "Build systems that automatically generate, process, and manage content at scale using Python and intelligent scheduling.", tags: ["Content Generation", "Data Processing", "Automation Scripts"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/content-generation-automation-dashboard--1773162538205-e40fcd0e.png?_wi=1", imageAlt: "Content automation dashboard"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/content-generation-automation-dashboard--1773162538205-e40fcd0e.png", imageAlt: "Content automation dashboard"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -110,15 +110,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "E-Commerce Automation", name: "Order Processing & Fulfillment Automation", price: "Cost Saved: $15K/month", rating: 5,
|
||||
reviewCount: "3 clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/screenshot-of-an-advanced-automation-wor-1773162535265-eab3c66f.png?_wi=2", imageAlt: "E-commerce automation workflow"
|
||||
reviewCount: "3 clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/screenshot-of-an-advanced-automation-wor-1773162535265-eab3c66f.png", imageAlt: "E-commerce automation workflow"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "AI Support Systems", name: "24/7 Intelligent Customer Support Bot", price: "Response Time: <30s", rating: 5,
|
||||
reviewCount: "5 clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/visual-of-an-ai-powered-customer-support-1773162535047-1cc97521.png?_wi=2", imageAlt: "AI customer support system"
|
||||
reviewCount: "5 clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/visual-of-an-ai-powered-customer-support-1773162535047-1cc97521.png", imageAlt: "AI customer support system"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Content Marketing", name: "Automated Content Pipeline with AI Generation", price: "Output: 100+ posts/month", rating: 5,
|
||||
reviewCount: "4 clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/content-generation-automation-dashboard--1773162538205-e40fcd0e.png?_wi=2", imageAlt: "Content automation system"
|
||||
reviewCount: "4 clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/content-generation-automation-dashboard--1773162538205-e40fcd0e.png", imageAlt: "Content automation system"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user