Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-10 16:15:04 +00:00
4 changed files with 61 additions and 22 deletions

View File

@@ -89,7 +89,7 @@ export default function AboutPage() {
description="Our platform combines the power of visual workflow design with the flexibility of code. Whether you're automating APIs, processing data, or orchestrating services, we provide the tools you need to build professional-grade automation workflows."
tag="Our Mission"
tagAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/a-collaborative-development-team-in-a-mo-1773159224074-0dad2440.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/a-collaborative-development-team-in-a-mo-1773159224074-0dad2440.png?_wi=2"
imageAlt="Team collaborating on automation platform"
useInvertedBackground={false}
buttons={[{ text: "Learn More", href: "/about" }]}

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Visual Automation Platform | Replit Automation",
description: "Build powerful automation workflows with an intuitive drag-and-drop canvas. Real-time execution, node-based architecture, and enterprise-grade reliability.",
keywords: "automation, workflow, visual programming, node-based, integration platform",
metadataBase: new URL("https://replit-automation.example.com"),
alternates: {
canonical: "https://replit-automation.example.com",
},
openGraph: {
title: "Visual Automation Platform | Replit Automation",
description: "Create complex automation workflows visually. Connect nodes, configure properties, and execute in real-time.",
url: "https://replit-automation.example.com",
siteName: "Replit Automation",
images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/a-modern-drag-and-drop-node-based-automa-1773159224026-97a9d26e.jpg",
alt: "Automation workflow canvas",
},
],
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Visual Automation Platform | Replit Automation",
description: "Build automation workflows with a professional drag-and-drop canvas",
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/a-modern-drag-and-drop-node-based-automa-1773159224026-97a9d26e.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -196,7 +196,7 @@ const HomePage = () => {
description="Our platform combines the power of visual workflow design with the flexibility of code. Whether you're automating APIs, processing data, or orchestrating services, we provide the tools you need to build professional-grade automation workflows."
tag="Our Mission"
tagAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/a-collaborative-development-team-in-a-mo-1773159224074-0dad2440.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/a-collaborative-development-team-in-a-mo-1773159224074-0dad2440.png?_wi=1"
imageAlt="Team collaborating on automation platform"
useInvertedBackground={false}
buttons={[{ text: "Learn More", href: "/features" }]}
@@ -259,7 +259,7 @@ const HomePage = () => {
testimonial:
"The visual workflow builder is intuitive and powerful. We reduced our data pipeline setup time by 80% using this platform.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-software-engi-1773159223352-fa9579a8.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-software-engi-1773159223352-fa9579a8.jpg?_wi=1",
imageAlt: "Sarah Chen",
},
{
@@ -269,7 +269,7 @@ const HomePage = () => {
testimonial:
"Real-time execution feedback is a game-changer. Our team can now debug workflows instantly without complex logging.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-product-manag-1773159224806-5ee55511.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-product-manag-1773159224806-5ee55511.png?_wi=1",
imageAlt: "Marcus Johnson",
},
{
@@ -279,7 +279,7 @@ const HomePage = () => {
testimonial:
"The node library is comprehensive and extensible. We've integrated our custom APIs seamlessly into workflows.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-devops-engine-1773159223841-b1c40d63.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-devops-engine-1773159223841-b1c40d63.png?_wi=1",
imageAlt: "Elena Rodriguez",
},
{
@@ -289,7 +289,7 @@ const HomePage = () => {
testimonial:
"From prototype to production, this platform handled everything we threw at it. Outstanding reliability and support.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-startup-found-1773159223429-7fc20ed5.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-startup-found-1773159223429-7fc20ed5.jpg?_wi=1",
imageAlt: "David Park",
},
{
@@ -299,7 +299,7 @@ const HomePage = () => {
testimonial:
"Triggering ML pipelines has never been easier. The webhook integration is rock-solid and incredibly fast.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-data-scientis-1773159224169-ccddd0e7.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-data-scientis-1773159224169-ccddd0e7.png?_wi=1",
imageAlt: "Priya Patel",
},
{
@@ -309,7 +309,7 @@ const HomePage = () => {
testimonial:
"Enterprise-grade automation at your fingertips. This is the future of workflow orchestration.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-senior-archit-1773159223611-10c25e20.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-senior-archit-1773159223611-10c25e20.png?_wi=1",
imageAlt: "James Wright",
},
]}

View File

@@ -118,7 +118,7 @@ export default function PricingPage() {
name: "Sarah Chen",
handle: "@dataengineer",
testimonial: "The visual workflow builder is intuitive and powerful. We reduced our data pipeline setup time by 80% using this platform.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-software-engi-1773159223352-fa9579a8.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-software-engi-1773159223352-fa9579a8.jpg?_wi=2",
imageAlt: "Sarah Chen",
},
{
@@ -126,7 +126,7 @@ export default function PricingPage() {
name: "Marcus Johnson",
handle: "CTO, TechFlow Inc",
testimonial: "Real-time execution feedback is a game-changer. Our team can now debug workflows instantly without complex logging.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-product-manag-1773159224806-5ee55511.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-product-manag-1773159224806-5ee55511.png?_wi=2",
imageAlt: "Marcus Johnson",
},
{
@@ -134,7 +134,7 @@ export default function PricingPage() {
name: "Elena Rodriguez",
handle: "DevOps Lead",
testimonial: "The node library is comprehensive and extensible. We've integrated our custom APIs seamlessly into workflows.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-devops-engine-1773159223841-b1c40d63.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-devops-engine-1773159223841-b1c40d63.png?_wi=2",
imageAlt: "Elena Rodriguez",
},
{
@@ -142,7 +142,7 @@ export default function PricingPage() {
name: "David Park",
handle: "Founder, AutoScale",
testimonial: "From prototype to production, this platform handled everything we threw at it. Outstanding reliability and support.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-startup-found-1773159223429-7fc20ed5.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-startup-found-1773159223429-7fc20ed5.jpg?_wi=2",
imageAlt: "David Park",
},
{
@@ -150,7 +150,7 @@ export default function PricingPage() {
name: "Priya Patel",
handle: "ML Engineer",
testimonial: "Triggering ML pipelines has never been easier. The webhook integration is rock-solid and incredibly fast.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-data-scientis-1773159224169-ccddd0e7.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-data-scientis-1773159224169-ccddd0e7.png?_wi=2",
imageAlt: "Priya Patel",
},
{
@@ -158,7 +158,7 @@ export default function PricingPage() {
name: "James Wright",
handle: "Architect",
testimonial: "Enterprise-grade automation at your fingertips. This is the future of workflow orchestration.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-senior-archit-1773159223611-10c25e20.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9KxfTg50MYDrJAi38iMzJ0ll/professional-headshot-of-a-senior-archit-1773159223611-10c25e20.png?_wi=2",
imageAlt: "James Wright",
},
]}