From a727acc57e19397811c21b4cefb7887856fdabba Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:53:08 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a0d6e94..19c1d10 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,39 +1,28 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; +import { Poppins } from "next/font/google"; import { Inter } from "next/font/google"; -import { Nunito } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], +const poppins = Poppins({ + variable: "--font-poppins", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); -const nunito = Nunito({ - variable: "--font-nunito", subsets: ["latin"], -}); - export const metadata: Metadata = { - title: "Webild - Build Stunning Websites Without Coding", description: "Create beautiful, responsive websites in minutes with Webild's intuitive drag-and-drop builder. No coding required. Start free today!", keywords: "website builder, drag and drop, no code, responsive design, website platform", robots: { + title: "Launchsite - Build Your Website Manually, Your Way", description: "Launchsite is a professional manual website builder designed for full creative control. Build stunning websites without automation or AI—just you and your vision.", keywords: "website builder, manual builder, no automation, full control, responsive design, website platform", robots: { index: true, follow: true, }, openGraph: { - title: "Webild - The Easiest Website Builder", description: "Create professional websites without coding. Perfect for entrepreneurs, small businesses, and creative professionals.", type: "website", siteName: "Webild", images: [ - { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/modern-web-design-interface-showcase-wit-1772752931562-3572ffe4.png", alt: "Webild Website Builder Interface"}, - ], - }, + title: "Launchsite - Manual Website Builder", description: "Build professional websites with complete creative control. No AI automation—just pure manual website building.", type: "website", siteName: "Launchsite"}, twitter: { - card: "summary_large_image", title: "Webild - Build Your Website in Minutes", description: "Create stunning websites without coding. Join 500k+ creators using Webild.", images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/modern-web-design-interface-showcase-wit-1772752931562-3572ffe4.png"], - }, + card: "summary_large_image", title: "Launchsite - Build Your Website Manually", description: "Professional manual website builder for creative control and customization."}, }; export default function RootLayout({ @@ -45,7 +34,7 @@ export default function RootLayout({ {children} -- 2.49.1 From 4de0c992e49ad9c09cfc405cb07814f3346e706d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:53:09 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 104 +++++++++++++++++++++++------------------------ 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5bcbfe..916cd85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,29 +29,29 @@ export default function LandingPage() { >
@@ -93,48 +93,48 @@ export default function LandingPage() {