From d6f5b1bf39ebd22c9917c580aa243ec98a56a31d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:31:19 +0000 Subject: [PATCH 1/5] Update src/app/features/page.tsx --- src/app/features/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 1606aae..be01a87 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -93,7 +93,7 @@ export default function FeaturesPage() { description: "Complete pixel-perfect control over every element of your website. Customize colors, typography, spacing, shadows, borders, and layouts without any restrictions. Our intuitive design tools make professional design accessible to everyone.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/an-advanced-design-customization-panel-f-1773664157931-ab3c7e6d.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/an-advanced-design-customization-panel-f-1773664157931-ab3c7e6d.png?_wi=2", imageAlt: "Advanced design customization", }, { @@ -102,7 +102,7 @@ export default function FeaturesPage() { description: "Work together seamlessly with your team. Real-time collaborative editing, granular permission controls, comment threads, and complete version history. Manage who can edit, view, or publish with precision.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/a-collaboration-workspace-showing-multip-1773664158076-1228ca54.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/a-collaboration-workspace-showing-multip-1773664158076-1228ca54.png?_wi=2", imageAlt: "Team collaboration workspace", }, { @@ -111,7 +111,7 @@ export default function FeaturesPage() { description: "Built-in SEO tools help your sites rank higher in search results. Meta tag editor, keyword analyzer, XML sitemap generation, performance tracking, and structured data support. Everything needed for SEO success without external tools.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/an-seo-optimization-dashboard-showing-ke-1773664157809-0418e39b.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/an-seo-optimization-dashboard-showing-ke-1773664157809-0418e39b.png?_wi=2", imageAlt: "SEO optimization dashboard", }, { @@ -120,7 +120,7 @@ export default function FeaturesPage() { description: "Your intelligent AI copilot provides smart suggestions for content improvements, design enhancements, and copy optimization. Get better results faster with machine learning-powered recommendations tailored to your project.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/an-ai-powered-assistant-chat-interface-i-1773664157822-de4fc6da.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/an-ai-powered-assistant-chat-interface-i-1773664157822-de4fc6da.png?_wi=2", imageAlt: "AI assistant interface", }, { @@ -129,7 +129,7 @@ export default function FeaturesPage() { description: "Edit images directly within Webild without switching applications. Crop, resize, apply filters, adjust brightness and contrast, optimize file sizes, and batch edit multiple images. Professional tools integrated seamlessly.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/an-advanced-media-editing-suite-showing--1773664157954-a2410c2c.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/an-advanced-media-editing-suite-showing--1773664157954-a2410c2c.png?_wi=2", imageAlt: "Media editing suite", }, { @@ -138,7 +138,7 @@ export default function FeaturesPage() { description: "Create complex navigation structures with multiple menu styles, dropdowns, breadcrumbs, and custom links. Support for multi-level navigation, dynamic menus, anchor links, and accessible keyboard navigation. Total control over user experience.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/a-modern-sleek-website-builder-interface-1773664157782-4c064e61.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/a-modern-sleek-website-builder-interface-1773664157782-4c064e61.png?_wi=2", imageAlt: "Navigation options", }, ]} -- 2.49.1 From cc4fb9641cfee1809722d69b9ec98e20f43d061e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:31:19 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 57 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 32671a1..d832969 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,63 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Open_Sans } 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 { Open_Sans } 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 openSans = Open_Sans({ variable: "--font-open-sans", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Webild - Modern Website Builder with Advanced Features", + description: "Unlimited design customization, advanced collaboration, AI-powered assistance, and comprehensive SEO tools. Build stunning websites without limitations.", + keywords: "website builder, web design tool, website creation, drag and drop builder, SEO tools, collaboration, AI assistant, templates", + metadataBase: new URL("https://webild.com"), + alternates: { + canonical: "https://webild.com", + }, + openGraph: { + title: "Webild - Build Websites Without Limits", + description: "The modern website builder with unlimited customization, collaboration tools, and AI assistance.", + url: "https://webild.com", + siteName: "Webild", + type: "website", + images: [ + { + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/a-modern-sleek-website-builder-interface-1773664157782-4c064e61.png", + alt: "Webild Dashboard Preview", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Webild - Build Websites Without Limits", + description: "Advanced website builder with unlimited customization and AI-powered assistance.", + images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1kcg9Uz4dEIRieV3SUJAeV9LR/a-modern-sleek-website-builder-interface-1773664157782-4c064e61.png", + ], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +66,9 @@ export default function RootLayout({ return ( - + {children}