Merge version_1 into main #2
214
src/app/page.tsx
214
src/app/page.tsx
@@ -25,8 +25,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Tools",
|
||||
items: [
|
||||
title: "Tools", items: [
|
||||
{ label: "Speed Test", href: "/tools#speedtest" },
|
||||
{ label: "WiFi Analyzer", href: "/tools#wifianalyzer" },
|
||||
{ label: "File Converter", href: "/tools#converter" },
|
||||
@@ -34,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "More Tools",
|
||||
items: [
|
||||
title: "More Tools", items: [
|
||||
{ label: "Password Generator", href: "/tools#password" },
|
||||
{ label: "IP Finder", href: "/tools#ipfinder" },
|
||||
{ label: "QR Code Generator", href: "/tools#qrcode" },
|
||||
@@ -43,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Pricing", href: "/premium" },
|
||||
@@ -52,8 +49,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Affiliate Program", href: "/affiliate" },
|
||||
@@ -69,7 +65,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -89,7 +85,7 @@ export default function HomePage() {
|
||||
tag="AI-Powered Utilities"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
kpis={[
|
||||
{ value: "8+", label: "Free Tools" },
|
||||
{ value: "100K+", label: "Daily Users" },
|
||||
@@ -101,7 +97,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?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/modern-clean-dashboard-interface-showing-1773410871985-74134662.png"
|
||||
imageAlt="Smart Tools Hub Dashboard Interface"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -124,81 +120,33 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "speedtest",
|
||||
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?_wi=1",
|
||||
imageAlt: "Internet Speed Test Tool",
|
||||
buttons: [{ text: "Test Speed", href: "/tools#speedtest" }],
|
||||
id: "speedtest", 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", imageAlt: "Internet Speed Test Tool", buttons: [{ text: "Test Speed", href: "/tools#speedtest" }],
|
||||
},
|
||||
{
|
||||
id: "wifianalyzer",
|
||||
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?_wi=1",
|
||||
imageAlt: "WiFi Analyzer Tool",
|
||||
buttons: [{ text: "Analyze WiFi", href: "/tools#wifianalyzer" }],
|
||||
id: "wifianalyzer", 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", imageAlt: "WiFi Analyzer Tool", buttons: [{ text: "Analyze WiFi", href: "/tools#wifianalyzer" }],
|
||||
},
|
||||
{
|
||||
id: "converter",
|
||||
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?_wi=1",
|
||||
imageAlt: "File Converter Tool",
|
||||
buttons: [{ text: "Convert Files", href: "/tools#converter" }],
|
||||
id: "converter", 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", imageAlt: "File Converter Tool", buttons: [{ text: "Convert Files", href: "/tools#converter" }],
|
||||
},
|
||||
{
|
||||
id: "compressor",
|
||||
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?_wi=1",
|
||||
imageAlt: "Image Compressor Tool",
|
||||
buttons: [{ text: "Compress Images", href: "/tools#compressor" }],
|
||||
id: "compressor", 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", imageAlt: "Image Compressor Tool", buttons: [{ text: "Compress Images", href: "/tools#compressor" }],
|
||||
},
|
||||
{
|
||||
id: "password",
|
||||
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?_wi=1",
|
||||
imageAlt: "Password Generator Tool",
|
||||
buttons: [{ text: "Generate Password", href: "/tools#password" }],
|
||||
id: "password", 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", imageAlt: "Password Generator Tool", buttons: [{ text: "Generate Password", href: "/tools#password" }],
|
||||
},
|
||||
{
|
||||
id: "ipfinder",
|
||||
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?_wi=1",
|
||||
imageAlt: "IP Address Finder Tool",
|
||||
buttons: [{ text: "Find IP", href: "/tools#ipfinder" }],
|
||||
id: "ipfinder", 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", imageAlt: "IP Address Finder Tool", buttons: [{ text: "Find IP", href: "/tools#ipfinder" }],
|
||||
},
|
||||
{
|
||||
id: "qrcode",
|
||||
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?_wi=1",
|
||||
imageAlt: "QR Code Generator Tool",
|
||||
buttons: [{ text: "Generate QR", href: "/tools#qrcode" }],
|
||||
id: "qrcode", 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", imageAlt: "QR Code Generator Tool", buttons: [{ text: "Generate QR", href: "/tools#qrcode" }],
|
||||
},
|
||||
{
|
||||
id: "texttools",
|
||||
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?_wi=1",
|
||||
imageAlt: "Text Tools Suite",
|
||||
buttons: [{ text: "Use Text Tools", href: "/tools#texttools" }],
|
||||
id: "texttools", 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", imageAlt: "Text Tools Suite", buttons: [{ text: "Use Text Tools", href: "/tools#texttools" }],
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore All Tools", href: "/tools" }]}
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
itemClassName="text-4xl font-bold mb-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -212,29 +160,13 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCrunch",
|
||||
"Forbes",
|
||||
"Medium",
|
||||
"ProductHunt",
|
||||
"HackerNews",
|
||||
"GitHub",
|
||||
"StackOverflow",
|
||||
"Dribbble",
|
||||
]}
|
||||
"TechCrunch", "Forbes", "Medium", "ProductHunt", "HackerNews", "GitHub", "StackOverflow", "Dribbble"]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/techcrunch-publication-logo-minimalist-d-1773410869625-1e5a7026.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/forbes-publication-logo-professional-des-1773410875268-bcd93f16.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/medium-publication-logo-simple-modern-de-1773410868920-83fb62f8.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/producthunt-logo-distinctive-orange-mark-1773410869877-f120de8e.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/hacker-news-logo-simple-text-based-desig-1773410869969-d67097a0.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/github-logo-recognizable-octopus-symbol--1773410869537-e642cb9c.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/stack-overflow-logo-orange-design-progra-1773410869661-02102578.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/dribbble-logo-creative-design-platform-m-1773410868816-94c758d6.png",
|
||||
]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/techcrunch-publication-logo-minimalist-d-1773410869625-1e5a7026.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/forbes-publication-logo-professional-des-1773410875268-bcd93f16.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/medium-publication-logo-simple-modern-de-1773410868920-83fb62f8.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/producthunt-logo-distinctive-orange-mark-1773410869877-f120de8e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/hacker-news-logo-simple-text-based-desig-1773410869969-d67097a0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/github-logo-recognizable-octopus-symbol--1773410869537-e642cb9c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/stack-overflow-logo-orange-design-progra-1773410869661-02102578.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/dribbble-logo-creative-design-platform-m-1773410868816-94c758d6.png"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-3xl font-bold mb-2"
|
||||
textBoxTitleClassName="text-3xl font-bold mb-2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -250,58 +182,26 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Forever Free",
|
||||
price: "$0",
|
||||
subtitle: "Perfect for getting started",
|
||||
buttons: [{ text: "Get Started", href: "/signup" }],
|
||||
id: "free", badge: "Forever Free", price: "$0", subtitle: "Perfect for getting started", buttons: [{ text: "Get Started", href: "/signup" }],
|
||||
features: [
|
||||
"All 8 core tools",
|
||||
"Basic file conversion",
|
||||
"Standard compression quality",
|
||||
"5 password generations/day",
|
||||
"Community support",
|
||||
],
|
||||
"All 8 core tools", "Basic file conversion", "Standard compression quality", "5 password generations/day", "Community support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$9.99",
|
||||
subtitle: "Per month, cancel anytime",
|
||||
buttons: [{ text: "Start Pro Trial", href: "/signup?plan=pro" }],
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$9.99", subtitle: "Per month, cancel anytime", buttons: [{ text: "Start Pro Trial", href: "/signup?plan=pro" }],
|
||||
features: [
|
||||
"Unlimited all tools",
|
||||
"Premium file converter",
|
||||
"Lossless compression",
|
||||
"Unlimited passwords",
|
||||
"Batch processing (100 files)",
|
||||
"Priority email support",
|
||||
"Ad-free experience",
|
||||
],
|
||||
"Unlimited all tools", "Premium file converter", "Lossless compression", "Unlimited passwords", "Batch processing (100 files)", "Priority email support", "Ad-free experience"],
|
||||
},
|
||||
{
|
||||
id: "business",
|
||||
badge: "For Teams",
|
||||
badgeIcon: Shield,
|
||||
price: "$49.99",
|
||||
subtitle: "Per month for up to 5 users",
|
||||
buttons: [{ text: "Contact Sales", href: "/contact?plan=business" }],
|
||||
id: "business", badge: "For Teams", badgeIcon: Shield,
|
||||
price: "$49.99", subtitle: "Per month for up to 5 users", buttons: [{ text: "Contact Sales", href: "/contact?plan=business" }],
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"Team collaboration",
|
||||
"Usage analytics dashboard",
|
||||
"API access",
|
||||
"Batch processing (1000+ files)",
|
||||
"Dedicated support",
|
||||
"SSO & Admin controls",
|
||||
"White-label options",
|
||||
],
|
||||
"Everything in Pro", "Team collaboration", "Usage analytics dashboard", "API access", "Batch processing (1000+ files)", "Dedicated support", "SSO & Admin controls", "White-label options"],
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View All Features", href: "#features" }]}
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
textBoxTitleClassName="text-4xl font-bold mb-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -332,29 +232,17 @@ export default function HomePage() {
|
||||
author="Sarah Chen, Network Admin"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/professional-headshot-of-a-woman-in-busi-1773410869134-6608b760.png",
|
||||
alt: "Sarah Chen",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/professional-headshot-of-a-woman-in-busi-1773410869134-6608b760.png", alt: "Sarah Chen"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/professional-headshot-of-a-man-in-busine-1773410869612-d8936a30.png",
|
||||
alt: "John Developer",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/professional-headshot-of-a-man-in-busine-1773410869612-d8936a30.png", alt: "John Developer"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/professional-portrait-of-a-young-tech-pr-1773410869797-2da6363c.png",
|
||||
alt: "Mike Tech",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/professional-portrait-of-a-young-tech-pr-1773410869797-2da6363c.png", alt: "Mike Tech"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/professional-headshot-of-a-diverse-woman-1773410870310-9c1e580d.png",
|
||||
alt: "Lisa Pro",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/professional-headshot-of-a-diverse-woman-1773410870310-9c1e580d.png", alt: "Lisa Pro"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/professional-headshot-of-an-experienced--1773410870229-f4a5c032.png",
|
||||
alt: "Robert Expert",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/professional-headshot-of-an-experienced--1773410870229-f4a5c032.png", alt: "Robert Expert"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/professional-portrait-of-a-creative-prof-1773410870551-297c012f.png",
|
||||
alt: "Emma Creative",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtTIOpCDkEeTJ0EOSOTWt7UTyU/professional-portrait-of-a-creative-prof-1773410870551-297c012f.png", alt: "Emma Creative"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -378,40 +266,22 @@ export default function HomePage() {
|
||||
mediaPosition="right"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-free",
|
||||
title: "Are all tools truly free?",
|
||||
content: "Yes, all 8 core tools are completely free to use with no time limits or hidden paywalls. Our Pro and Business plans unlock advanced features like batch processing and priority support.",
|
||||
},
|
||||
id: "faq-free", title: "Are all tools truly free?", content: "Yes, all 8 core tools are completely free to use with no time limits or hidden paywalls. Our Pro and Business plans unlock advanced features like batch processing and priority support."},
|
||||
{
|
||||
id: "faq-privacy",
|
||||
title: "Is my data private and secure?",
|
||||
content: "Absolutely. We use enterprise-grade encryption for all file transfers and never store personal data. All uploads are processed on secure servers and deleted immediately after processing.",
|
||||
},
|
||||
id: "faq-privacy", title: "Is my data private and secure?", content: "Absolutely. We use enterprise-grade encryption for all file transfers and never store personal data. All uploads are processed on secure servers and deleted immediately after processing."},
|
||||
{
|
||||
id: "faq-files",
|
||||
title: "What file formats are supported?",
|
||||
content: "Our converter supports 50+ formats including PDF, JPG, PNG, DOCX, XLSX, and more. Check our tools documentation for a complete list of supported formats.",
|
||||
},
|
||||
id: "faq-files", title: "What file formats are supported?", content: "Our converter supports 50+ formats including PDF, JPG, PNG, DOCX, XLSX, and more. Check our tools documentation for a complete list of supported formats."},
|
||||
{
|
||||
id: "faq-conversion",
|
||||
title: "How long do conversions take?",
|
||||
content: "Most conversions complete within seconds. File size and format determine processing time. Premium users get priority processing for faster results.",
|
||||
},
|
||||
id: "faq-conversion", title: "How long do conversions take?", content: "Most conversions complete within seconds. File size and format determine processing time. Premium users get priority processing for faster results."},
|
||||
{
|
||||
id: "faq-premium",
|
||||
title: "Can I cancel Premium anytime?",
|
||||
content: "Yes, no long-term commitment required. Cancel your subscription anytime from your account dashboard. You'll have access until the end of your billing period.",
|
||||
},
|
||||
id: "faq-premium", title: "Can I cancel Premium anytime?", content: "Yes, no long-term commitment required. Cancel your subscription anytime from your account dashboard. You'll have access until the end of your billing period."},
|
||||
{
|
||||
id: "faq-api",
|
||||
title: "Do you offer API access?",
|
||||
content: "API access is available for Business plan subscribers. Contact our sales team to discuss integration options and custom solutions for your organization.",
|
||||
},
|
||||
id: "faq-api", title: "Do you offer API access?", content: "API access is available for Business plan subscribers. Contact our sales team to discuss integration options and custom solutions for your organization."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
buttons={[{ text: "Contact Support", href: "/contact" }]}
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
textBoxTitleClassName="text-4xl font-bold mb-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -422,7 +292,7 @@ export default function HomePage() {
|
||||
description="Subscribe to our newsletter for tool updates, tips, and exclusive features. We respect your privacy—unsubscribe anytime."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Subscribe"
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function PremiumPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Tools",
|
||||
items: [
|
||||
title: "Tools", items: [
|
||||
{ label: "Speed Test", href: "/" },
|
||||
{ label: "WiFi Analyzer", href: "/" },
|
||||
{ label: "File Converter", href: "/" },
|
||||
@@ -27,8 +26,7 @@ export default function PremiumPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "More Tools",
|
||||
items: [
|
||||
title: "More Tools", items: [
|
||||
{ label: "Password Generator", href: "/" },
|
||||
{ label: "IP Finder", href: "/" },
|
||||
{ label: "QR Code Generator", href: "/" },
|
||||
@@ -36,8 +34,7 @@ export default function PremiumPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Pricing", href: "/premium" },
|
||||
@@ -45,8 +42,7 @@ export default function PremiumPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Affiliate Program", href: "/" },
|
||||
@@ -62,7 +58,7 @@ export default function PremiumPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -114,78 +110,38 @@ export default function PremiumPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Forever Free",
|
||||
price: "$0",
|
||||
subtitle: "Perfect for getting started",
|
||||
buttons: [
|
||||
id: "free", badge: "Forever Free", price: "$0", subtitle: "Perfect for getting started", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/signup",
|
||||
},
|
||||
text: "Get Started", href: "/signup"},
|
||||
],
|
||||
features: [
|
||||
"All 8 core tools",
|
||||
"Basic file conversion",
|
||||
"Standard compression quality",
|
||||
"5 password generations/day",
|
||||
"Community support",
|
||||
],
|
||||
"All 8 core tools", "Basic file conversion", "Standard compression quality", "5 password generations/day", "Community support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$9.99",
|
||||
subtitle: "Per month, cancel anytime",
|
||||
buttons: [
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$9.99", subtitle: "Per month, cancel anytime", buttons: [
|
||||
{
|
||||
text: "Start Pro Trial",
|
||||
href: "/signup?plan=pro",
|
||||
},
|
||||
text: "Start Pro Trial", href: "/signup?plan=pro"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited all tools",
|
||||
"Premium file converter",
|
||||
"Lossless compression",
|
||||
"Unlimited passwords",
|
||||
"Batch processing (100 files)",
|
||||
"Priority email support",
|
||||
"Ad-free experience",
|
||||
],
|
||||
"Unlimited all tools", "Premium file converter", "Lossless compression", "Unlimited passwords", "Batch processing (100 files)", "Priority email support", "Ad-free experience"],
|
||||
},
|
||||
{
|
||||
id: "business",
|
||||
badge: "For Teams",
|
||||
badgeIcon: Shield,
|
||||
price: "$49.99",
|
||||
subtitle: "Per month for up to 5 users",
|
||||
buttons: [
|
||||
id: "business", badge: "For Teams", badgeIcon: Shield,
|
||||
price: "$49.99", subtitle: "Per month for up to 5 users", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "/contact?plan=business",
|
||||
},
|
||||
text: "Contact Sales", href: "/contact?plan=business"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"Team collaboration",
|
||||
"Usage analytics dashboard",
|
||||
"API access",
|
||||
"Batch processing (1000+ files)",
|
||||
"Dedicated support",
|
||||
"SSO & Admin controls",
|
||||
"White-label options",
|
||||
],
|
||||
"Everything in Pro", "Team collaboration", "Usage analytics dashboard", "API access", "Batch processing (1000+ files)", "Dedicated support", "SSO & Admin controls", "White-label options"],
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Features",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View All Features", href: "#features"},
|
||||
]}
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
textBoxTitleClassName="text-4xl font-bold mb-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -282,29 +238,17 @@ export default function PremiumPage() {
|
||||
<div className="space-y-6">
|
||||
{[
|
||||
{
|
||||
q: "Can I switch plans anytime?",
|
||||
a: "Yes! You can upgrade or downgrade your plan at any time. Changes take effect immediately, and we'll prorate any charges accordingly.",
|
||||
},
|
||||
q: "Can I switch plans anytime?", a: "Yes! You can upgrade or downgrade your plan at any time. Changes take effect immediately, and we'll prorate any charges accordingly."},
|
||||
{
|
||||
q: "Is there a free trial for Pro?",
|
||||
a: "Absolutely. Start your 14-day free trial of Pro with full access to all premium features. No credit card required.",
|
||||
},
|
||||
q: "Is there a free trial for Pro?", a: "Absolutely. Start your 14-day free trial of Pro with full access to all premium features. No credit card required."},
|
||||
{
|
||||
q: "What payment methods do you accept?",
|
||||
a: "We accept all major credit cards, PayPal, and bank transfers for Business plans. All payments are secure and encrypted.",
|
||||
},
|
||||
q: "What payment methods do you accept?", a: "We accept all major credit cards, PayPal, and bank transfers for Business plans. All payments are secure and encrypted."},
|
||||
{
|
||||
q: "Do you offer refunds?",
|
||||
a: "If you're unsatisfied within 30 days of purchase, we offer a full refund. No questions asked.",
|
||||
},
|
||||
q: "Do you offer refunds?", a: "If you're unsatisfied within 30 days of purchase, we offer a full refund. No questions asked."},
|
||||
{
|
||||
q: "What about team billing?",
|
||||
a: "Business plans support team billing. Contact our sales team to set up organization-wide licensing and centralized billing.",
|
||||
},
|
||||
q: "What about team billing?", a: "Business plans support team billing. Contact our sales team to set up organization-wide licensing and centralized billing."},
|
||||
{
|
||||
q: "Do you offer custom plans?",
|
||||
a: "Yes, for large organizations. Contact our sales team to discuss custom pricing, volume discounts, and enterprise features.",
|
||||
},
|
||||
q: "Do you offer custom plans?", a: "Yes, for large organizations. Contact our sales team to discuss custom pricing, volume discounts, and enterprise features."},
|
||||
].map((item, idx) => (
|
||||
<div
|
||||
key={idx}
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ToolsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Tools",
|
||||
items: [
|
||||
title: "Tools", items: [
|
||||
{ label: "Speed Test", href: "/tools#speedtest" },
|
||||
{ label: "WiFi Analyzer", href: "/tools#wifianalyzer" },
|
||||
{ label: "File Converter", href: "/tools#converter" },
|
||||
@@ -28,8 +27,7 @@ export default function ToolsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "More Tools",
|
||||
items: [
|
||||
title: "More Tools", items: [
|
||||
{ label: "Password Generator", href: "/tools#password" },
|
||||
{ label: "IP Finder", href: "/tools#ipfinder" },
|
||||
{ label: "QR Code Generator", href: "/tools#qrcode" },
|
||||
@@ -37,8 +35,7 @@ export default function ToolsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Pricing", href: "/premium" },
|
||||
@@ -46,8 +43,7 @@ export default function ToolsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Affiliate Program", href: "/affiliate" },
|
||||
@@ -63,7 +59,7 @@ export default function ToolsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -88,36 +84,18 @@ export default function ToolsPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "speedtest",
|
||||
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?_wi=2",
|
||||
imageAlt: "Internet Speed Test Tool",
|
||||
buttons: [{ text: "Start Test", href: "#" }],
|
||||
id: "speedtest", 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", imageAlt: "Internet Speed Test Tool", buttons: [{ text: "Start Test", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "wifianalyzer",
|
||||
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?_wi=2",
|
||||
imageAlt: "WiFi Analyzer Tool",
|
||||
buttons: [{ text: "Analyze Networks", href: "#" }],
|
||||
id: "wifianalyzer", 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", imageAlt: "WiFi Analyzer Tool", buttons: [{ text: "Analyze Networks", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "converter",
|
||||
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?_wi=2",
|
||||
imageAlt: "File Converter Tool",
|
||||
buttons: [{ text: "Convert Files", href: "#" }],
|
||||
id: "converter", 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", imageAlt: "File Converter Tool", buttons: [{ text: "Convert Files", href: "#" }],
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Back to Home", href: "/" }]}
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
itemClassName="text-4xl font-bold mb-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -133,36 +111,18 @@ export default function ToolsPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "compressor",
|
||||
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?_wi=2",
|
||||
imageAlt: "Image Compressor Tool",
|
||||
buttons: [{ text: "Compress Now", href: "#" }],
|
||||
id: "compressor", 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", imageAlt: "Image Compressor Tool", buttons: [{ text: "Compress Now", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "password",
|
||||
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?_wi=2",
|
||||
imageAlt: "Password Generator Tool",
|
||||
buttons: [{ text: "Generate Password", href: "#" }],
|
||||
id: "password", 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", imageAlt: "Password Generator Tool", buttons: [{ text: "Generate Password", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "ipfinder",
|
||||
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?_wi=2",
|
||||
imageAlt: "IP Address Finder Tool",
|
||||
buttons: [{ text: "Find My IP", href: "#" }],
|
||||
id: "ipfinder", 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", imageAlt: "IP Address Finder Tool", buttons: [{ text: "Find My IP", href: "#" }],
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Upgrade to Pro", href: "/#pricing" }]}
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
itemClassName="text-4xl font-bold mb-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,36 +138,18 @@ export default function ToolsPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "qrcode",
|
||||
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?_wi=2",
|
||||
imageAlt: "QR Code Generator Tool",
|
||||
buttons: [{ text: "Create QR Code", href: "#" }],
|
||||
id: "qrcode", 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", imageAlt: "QR Code Generator Tool", buttons: [{ text: "Create QR Code", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "texttools",
|
||||
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?_wi=2",
|
||||
imageAlt: "Text Tools Suite",
|
||||
buttons: [{ text: "Analyze Text", href: "#" }],
|
||||
id: "texttools", 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", imageAlt: "Text Tools Suite", buttons: [{ text: "Analyze Text", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "dashboard",
|
||||
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?_wi=2",
|
||||
imageAlt: "Tools Dashboard",
|
||||
buttons: [{ text: "View Dashboard", href: "#" }],
|
||||
id: "dashboard", 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", imageAlt: "Tools Dashboard", buttons: [{ text: "View Dashboard", href: "#" }],
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Pricing Plans", href: "/#pricing" }]}
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
itemClassName="text-4xl font-bold mb-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -218,7 +160,7 @@ export default function ToolsPage() {
|
||||
description="Subscribe to our newsletter for updates on new tools, feature releases, and exclusive tips. We're constantly improving our platform."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Subscribe"
|
||||
|
||||
Reference in New Issue
Block a user