Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-13 14:09:07 +00:00
3 changed files with 60 additions and 26 deletions

View File

@@ -6,18 +6,50 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Smart Tools Hub - Free Online Utility Tools & Converters",
description: "Access 8 essential online tools: speed test, WiFi analyzer, file converter, image compressor, password generator, IP finder, QR code generator, and text tools. Fast, secure, free.",
keywords: "online tools, file converter, image compressor, password generator, speed test, WiFi analyzer, QR code generator, utility tools",
metadataBase: new URL("https://smarttoolshub.com"),
alternates: {
canonical: "https://smarttoolshub.com"
},
openGraph: {
title: "Smart Tools Hub - Free Online Utility Tools",
description: "All your productivity tools in one platform. Fast, secure, and free.",
url: "https://smarttoolshub.com",
siteName: "Smart Tools Hub",
type: "website",
images: [
{
url: "https://smarttoolshub.com/og-image.jpg",
alt: "Smart Tools Hub Dashboard"
}
]
},
twitter: {
card: "summary_large_image",
title: "Smart Tools Hub - Free Online Tools",
description: "Essential utilities for productivity: speed test, file conversion, password generator, and more.",
images: ["https://smarttoolshub.com/twitter-card.jpg"]
},
robots: {
index: true,
follow: true
}
};
export default function RootLayout({
children,
}: Readonly<{
@@ -26,7 +58,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -38,4 +72,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -101,7 +101,7 @@ export default function HomePage() {
{ text: "Get Premium", href: "/premium" },
]}
buttonAnimation="blur-reveal"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/modern-clean-dashboard-interface-showing-1773410871985-74134662.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/modern-clean-dashboard-interface-showing-1773410871985-74134662.png?_wi=1"
imageAlt="Smart Tools Hub Dashboard Interface"
mediaAnimation="slide-up"
imagePosition="right"
@@ -128,7 +128,7 @@ export default function HomePage() {
title: "Internet Speed Test",
description: "Measure your connection speed with precision. Get instant results on download, upload, and latency metrics.",
tag: "Network Testing",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/internet-speed-test-gauge-showing-fast-r-1773410870050-40f37355.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/internet-speed-test-gauge-showing-fast-r-1773410870050-40f37355.png?_wi=1",
imageAlt: "Internet Speed Test Tool",
buttons: [{ text: "Test Speed", href: "/tools#speedtest" }],
},
@@ -137,7 +137,7 @@ export default function HomePage() {
title: "WiFi Analyzer",
description: "Visualize WiFi signals around you. Optimize your router placement and troubleshoot connectivity issues instantly.",
tag: "Network Analysis",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/wifi-analyzer-visualization-showing-sign-1773410870433-f833804f.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/wifi-analyzer-visualization-showing-sign-1773410870433-f833804f.png?_wi=1",
imageAlt: "WiFi Analyzer Tool",
buttons: [{ text: "Analyze WiFi", href: "/tools#wifianalyzer" }],
},
@@ -146,7 +146,7 @@ export default function HomePage() {
title: "File Converter",
description: "Convert PDF, JPG, PNG and more. Batch convert multiple files with automatic format detection.",
tag: "File Management",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/file-converter-interface-showing-pdf-jpg-1773410870419-3af25ca3.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/file-converter-interface-showing-pdf-jpg-1773410870419-3af25ca3.png?_wi=1",
imageAlt: "File Converter Tool",
buttons: [{ text: "Convert Files", href: "/tools#converter" }],
},
@@ -155,7 +155,7 @@ export default function HomePage() {
title: "Image Compressor",
description: "Reduce image sizes without quality loss. Perfect for web optimization and storage management.",
tag: "Image Tools",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/image-compression-tool-showing-before-af-1773410870196-514fe3e7.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/image-compression-tool-showing-before-af-1773410870196-514fe3e7.png?_wi=1",
imageAlt: "Image Compressor Tool",
buttons: [{ text: "Compress Images", href: "/tools#compressor" }],
},
@@ -164,7 +164,7 @@ export default function HomePage() {
title: "Password Generator",
description: "Create strong, secure passwords instantly. Customize length, complexity, and character types.",
tag: "Security",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/password-generator-interface-with-streng-1773410870344-e2501b6f.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/password-generator-interface-with-streng-1773410870344-e2501b6f.png?_wi=1",
imageAlt: "Password Generator Tool",
buttons: [{ text: "Generate Password", href: "/tools#password" }],
},
@@ -173,7 +173,7 @@ export default function HomePage() {
title: "IP Address Finder",
description: "Discover your IP, location, and network details. Includes geolocation mapping and network diagnostics.",
tag: "Network Info",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/ip-address-finder-displaying-location-ma-1773410870840-3dc9199c.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/ip-address-finder-displaying-location-ma-1773410870840-3dc9199c.png?_wi=1",
imageAlt: "IP Address Finder Tool",
buttons: [{ text: "Find IP", href: "/tools#ipfinder" }],
},
@@ -182,7 +182,7 @@ export default function HomePage() {
title: "QR Code Generator",
description: "Generate custom QR codes in seconds. Perfect for marketing, URLs, and contact information.",
tag: "Encoding Tools",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/qr-code-generator-showing-generated-code-1773410871224-9b2aa1ff.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/qr-code-generator-showing-generated-code-1773410871224-9b2aa1ff.png?_wi=1",
imageAlt: "QR Code Generator Tool",
buttons: [{ text: "Generate QR", href: "/tools#qrcode" }],
},
@@ -191,7 +191,7 @@ export default function HomePage() {
title: "Text Tools Suite",
description: "Word counter, character counter, text formatter. Essential utilities for writers and content creators.",
tag: "Text Processing",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/text-tools-interface-with-word-counter-c-1773410870329-72a86c65.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/text-tools-interface-with-word-counter-c-1773410870329-72a86c65.png?_wi=1",
imageAlt: "Text Tools Suite",
buttons: [{ text: "Use Text Tools", href: "/tools#texttools" }],
},

View File

@@ -92,7 +92,7 @@ export default function ToolsPage() {
title: "Internet Speed Test",
description: "Measure your connection speed with precision. Get instant results on download, upload, and latency metrics. Perfect for diagnosing connectivity issues.",
tag: "Network Testing",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/internet-speed-test-gauge-showing-fast-r-1773410870050-40f37355.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/internet-speed-test-gauge-showing-fast-r-1773410870050-40f37355.png?_wi=2",
imageAlt: "Internet Speed Test Tool",
buttons: [{ text: "Start Test", href: "#" }],
},
@@ -101,7 +101,7 @@ export default function ToolsPage() {
title: "WiFi Analyzer",
description: "Visualize WiFi signals in your area. Analyze signal strength, channel congestion, and identify the best network for your device placement.",
tag: "Network Analysis",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/wifi-analyzer-visualization-showing-sign-1773410870433-f833804f.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/wifi-analyzer-visualization-showing-sign-1773410870433-f833804f.png?_wi=2",
imageAlt: "WiFi Analyzer Tool",
buttons: [{ text: "Analyze Networks", href: "#" }],
},
@@ -110,7 +110,7 @@ export default function ToolsPage() {
title: "File Converter",
description: "Convert between 50+ file formats instantly. Support for PDF, images, documents, and archives. Batch convert multiple files at once.",
tag: "File Management",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/file-converter-interface-showing-pdf-jpg-1773410870419-3af25ca3.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/file-converter-interface-showing-pdf-jpg-1773410870419-3af25ca3.png?_wi=2",
imageAlt: "File Converter Tool",
buttons: [{ text: "Convert Files", href: "#" }],
},
@@ -137,7 +137,7 @@ export default function ToolsPage() {
title: "Image Compressor",
description: "Reduce image file sizes without quality loss. Compress JPG, PNG, WebP and more. Perfect for web optimization and storage management.",
tag: "Image Tools",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/image-compression-tool-showing-before-af-1773410870196-514fe3e7.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/image-compression-tool-showing-before-af-1773410870196-514fe3e7.png?_wi=2",
imageAlt: "Image Compressor Tool",
buttons: [{ text: "Compress Now", href: "#" }],
},
@@ -146,7 +146,7 @@ export default function ToolsPage() {
title: "Password Generator",
description: "Create cryptographically secure passwords instantly. Customize length, complexity, and character types. No storage of generated passwords.",
tag: "Security",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/password-generator-interface-with-streng-1773410870344-e2501b6f.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/password-generator-interface-with-streng-1773410870344-e2501b6f.png?_wi=2",
imageAlt: "Password Generator Tool",
buttons: [{ text: "Generate Password", href: "#" }],
},
@@ -155,7 +155,7 @@ export default function ToolsPage() {
title: "IP Address Finder",
description: "Discover your IP address, location, ISP information, and network details. Includes geolocation mapping and network diagnostics.",
tag: "Network Info",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/ip-address-finder-displaying-location-ma-1773410870840-3dc9199c.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/ip-address-finder-displaying-location-ma-1773410870840-3dc9199c.png?_wi=2",
imageAlt: "IP Address Finder Tool",
buttons: [{ text: "Find My IP", href: "#" }],
},
@@ -182,7 +182,7 @@ export default function ToolsPage() {
title: "QR Code Generator",
description: "Generate custom QR codes in seconds. Perfect for marketing campaigns, URLs, contact information, and WiFi sharing.",
tag: "Encoding Tools",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/qr-code-generator-showing-generated-code-1773410871224-9b2aa1ff.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/qr-code-generator-showing-generated-code-1773410871224-9b2aa1ff.png?_wi=2",
imageAlt: "QR Code Generator Tool",
buttons: [{ text: "Create QR Code", href: "#" }],
},
@@ -191,7 +191,7 @@ export default function ToolsPage() {
title: "Text Tools Suite",
description: "Word counter, character counter, text formatter, and more. Essential utilities for writers, content creators, and developers.",
tag: "Text Processing",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/text-tools-interface-with-word-counter-c-1773410870329-72a86c65.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/text-tools-interface-with-word-counter-c-1773410870329-72a86c65.png?_wi=2",
imageAlt: "Text Tools Suite",
buttons: [{ text: "Analyze Text", href: "#" }],
},
@@ -200,7 +200,7 @@ export default function ToolsPage() {
title: "Tools Dashboard",
description: "Access all your tools from one unified dashboard. Track usage statistics, manage conversions, and monitor your productivity metrics.",
tag: "Dashboard",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/modern-clean-dashboard-interface-showing-1773410871985-74134662.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/modern-clean-dashboard-interface-showing-1773410871985-74134662.png?_wi=2",
imageAlt: "Tools Dashboard",
buttons: [{ text: "View Dashboard", href: "#" }],
},