Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-14 18:04:44 +00:00
4 changed files with 58 additions and 19 deletions

View File

@@ -86,7 +86,7 @@ export default function AboutPage() {
title: "Intuitive Design Editor",
description: "Easy-to-use interface with professional-grade tools. Drag, drop, and customize colors, shapes, and text instantly.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-clean-modern-design-editor-interface-s-1773511421722-4041ec01.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-clean-modern-design-editor-interface-s-1773511421722-4041ec01.png?_wi=3",
imageAlt: "Design editor interface with creative tools",
},
items: [
@@ -110,7 +110,7 @@ export default function AboutPage() {
title: "Thousands of Templates",
description: "Browse templates for gaming, tech, food, fashion, and more. Start with a template and make it uniquely yours.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-grid-display-of-diverse-logo-design-te-1773511422620-e43cbdb9.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-grid-display-of-diverse-logo-design-te-1773511422620-e43cbdb9.png?_wi=3",
imageAlt: "Gallery of diverse logo design templates",
},
items: [
@@ -134,7 +134,7 @@ export default function AboutPage() {
title: "Multiple Export Formats",
description: "Download your logo in PNG, SVG, PDF, and more. Perfect for web, print, and social media.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/illustration-showing-various-file-format-1773511421252-3664af37.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/illustration-showing-various-file-format-1773511421252-3664af37.png?_wi=3",
imageAlt: "File export formats illustration",
},
items: [

View File

@@ -51,7 +51,7 @@ export default function DesignerPage() {
{ text: "View Tutorials", href: "#tutorials" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-clean-modern-design-editor-interface-s-1773511421722-4041ec01.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-clean-modern-design-editor-interface-s-1773511421722-4041ec01.png?_wi=2"
imageAlt="LogoMaker design editor interface"
/>
</div>
@@ -71,7 +71,7 @@ export default function DesignerPage() {
"Access a vast library of shapes, icons, and design elements. Combine them in endless ways to create unique logos that reflect your brand identity.",
media: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-grid-display-of-diverse-logo-design-te-1773511422620-e43cbdb9.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-grid-display-of-diverse-logo-design-te-1773511422620-e43cbdb9.png?_wi=2",
imageAlt: "Design elements and shapes palette",
},
items: [
@@ -88,7 +88,7 @@ export default function DesignerPage() {
"Fine-tune every color with advanced tools. Choose from professional fonts or upload custom typefaces. Create harmonious color palettes that enhance your brand.",
media: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-vibrant-collage-of-diverse-modern-logo-1773511421282-abdbab41.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-vibrant-collage-of-diverse-modern-logo-1773511421282-abdbab41.png?_wi=2",
imageAlt: "Color palette and typography options",
},
items: [
@@ -105,7 +105,7 @@ export default function DesignerPage() {
"Save your logo in multiple formats and resolutions. Get PNG, SVG, PDF versions ready for any use case - web, print, merchandise, and more.",
media: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/illustration-showing-various-file-format-1773511421252-3664af37.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/illustration-showing-various-file-format-1773511421252-3664af37.png?_wi=2",
imageAlt: "Export formats and download options",
},
items: [

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } 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 { Figtree } 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 figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "LogoMaker - Free Logo Design Platform",
description: "Create professional logos for gaming brands, businesses, and startups. Free tier with 5 logos monthly. Sign in with Google or email. Affordable paid plans in USD and INR.",
keywords: "logo maker, logo design, free logo, gaming logos, brand identity, logo creator, design tool, startup branding",
metadataBase: new URL("https://logomaker.com"),
alternates: {
canonical: "https://logomaker.com",
},
openGraph: {
title: "LogoMaker - Design Your Logo in Minutes",
description: "Free professional logo design for everyone. Start with 5 free logos monthly.",
url: "https://logomaker.com",
siteName: "LogoMaker",
type: "website",
images: [
{
url: "https://logomaker.com/og-image.jpg",
alt: "LogoMaker - Professional Logo Design Platform",
},
],
},
twitter: {
card: "summary_large_image",
title: "LogoMaker - Design Your Logo in Minutes",
description: "Create professional logos for any purpose. Free tier + affordable premium plans.",
images: ["https://logomaker.com/twitter-image.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={`${figtree.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -65,7 +65,7 @@ export default function HomePage() {
{ text: "Learn More", href: "#features" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-vibrant-collage-of-diverse-modern-logo-1773511421282-abdbab41.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-vibrant-collage-of-diverse-modern-logo-1773511421282-abdbab41.png?_wi=1"
imageAlt="Colorful collection of professional logo designs"
/>
</div>
@@ -115,7 +115,7 @@ export default function HomePage() {
"Easy-to-use interface with professional-grade tools. Drag, drop, and customize colors, shapes, and text instantly.",
media: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-clean-modern-design-editor-interface-s-1773511421722-4041ec01.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-clean-modern-design-editor-interface-s-1773511421722-4041ec01.png?_wi=1",
imageAlt: "Design editor interface with creative tools",
},
items: [
@@ -132,7 +132,7 @@ export default function HomePage() {
"Browse templates for gaming, tech, food, fashion, and more. Start with a template and make it uniquely yours.",
media: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-grid-display-of-diverse-logo-design-te-1773511422620-e43cbdb9.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/a-grid-display-of-diverse-logo-design-te-1773511422620-e43cbdb9.png?_wi=1",
imageAlt: "Gallery of diverse logo design templates",
},
items: [
@@ -149,7 +149,7 @@ export default function HomePage() {
"Download your logo in PNG, SVG, PDF, and more. Perfect for web, print, and social media.",
media: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/illustration-showing-various-file-format-1773511421252-3664af37.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Awd6bf0iLOPezgJ9RlJFNhLr4T/illustration-showing-various-file-format-1773511421252-3664af37.png?_wi=1",
imageAlt: "File export formats illustration",
},
items: [