Copy updates: pricing, marketing-campaigns page, signup, tool pages

This commit is contained in:
2026-07-26 21:57:06 +02:00
parent 0dd559e6b7
commit 62ac1ad819
11 changed files with 173 additions and 71 deletions

View File

@@ -44,8 +44,11 @@ const TOOLS = [
{ icon: Music, name: 'TikTok', description: 'Open TikTok profile', href: '/tools/tiktok-qr-code', color: 'text-slate-900', bg: 'bg-slate-100' },
{ icon: MapPin, name: 'Location', description: 'Share GPS coordinates', href: '/tools/geolocation-qr-code', color: 'text-emerald-500', bg: 'bg-emerald-50' },
{ icon: Phone, name: 'Call', description: 'Start a phone call', href: '/tools/call-qr-code-generator', color: 'text-teal-500', bg: 'bg-teal-50' },
{ icon: Star, name: 'Google Review', description: 'Collect more reviews', href: '/tools/google-review-qr-code', color: 'text-yellow-500', bg: 'bg-yellow-50' },
{ icon: Barcode, name: 'Barcode', description: 'Free online barcode generator', href: '/tools/barcode-generator', color: 'text-amber-600', bg: 'bg-amber-50' },
{ icon: Star, name: 'Google Review', description: 'Collect more reviews', href: '/tools/google-review-qr-code', color: 'text-yellow-500', bg: 'bg-yellow-50' },
{ icon: CreditCard, name: 'PayPal', description: 'Request a payment', href: '/tools/paypal-qr-code', color: 'text-blue-600', bg: 'bg-blue-50' },
{ icon: Video, name: 'Zoom', description: 'Join a Zoom meeting', href: '/tools/zoom-qr-code', color: 'text-sky-500', bg: 'bg-sky-50' },
{ icon: Users, name: 'Teams', description: 'Join a Teams meeting', href: '/tools/teams-qr-code', color: 'text-indigo-600', bg: 'bg-indigo-50' },
{ icon: Barcode, name: 'Barcode', description: 'Free online barcode generator', href: '/tools/barcode-generator', color: 'text-amber-600', bg: 'bg-amber-50' },
];
const containerVariants: Variants = {
@@ -84,7 +87,7 @@ export function FreeToolsGrid() {
className="text-center mb-16"
>
<div className="flex flex-col md:flex-row items-center justify-center gap-3 mb-4">
<h2 className="text-3xl lg:text-4xl font-bold text-slate-900">More Free QR Code Tools</h2>
<h2 className="text-3xl lg:text-4xl font-bold text-slate-900">20 Free QR Code Tools + Barcode Generator</h2>
<div className="bg-gradient-to-r from-emerald-500 to-green-500 text-white px-3 py-1 rounded-full text-xs md:text-sm font-semibold shadow-lg shadow-emerald-500/20 flex items-center gap-2">
<span className="relative flex h-2 w-2">
<span className="animate-ping absolute inline-flex h-full w-full rounded-full bg-white opacity-75"></span>
@@ -94,7 +97,7 @@ export function FreeToolsGrid() {
</div>
</div>
<p className="text-lg text-slate-600 max-w-2xl mx-auto">
Create specialized QR codes for every need. Completely free and no signup required.
Create specialized QR codes for links, contact details, payments, reviews, meetings, Wi-Fi, and more. Completely free and no signup required.
</p>
</motion.div>