// components/InfoSection.jsx import React from "react"; import { motion } from "framer-motion"; import { Card } from "@/components/ui/card"; import { Copy, Smartphone, Zap, Heart, Instagram, Music, MessageCircle, Sparkles } from "lucide-react"; export default function InfoSection({ currentText = "Hello Instagram!" }) { const features = [ { icon: , title: "Instant Copy", description: "One-tap copying to clipboard. No complicated steps." }, { icon: , title: "Mobile First", description: "Optimized for phones. Works perfectly on all devices." }, { icon: , title: "Lightning Fast", description: "Instant preview as you type. No loading times." }, { icon: , title: "Completely Free", description: "All 30+ fonts are free forever. No hidden costs." } ]; const platforms = [ { icon: , name: "Instagram", description: "Stories, Bio, Posts" }, { icon: , name: "TikTok", description: "Comments, Bio, Videos" }, { icon: , name: "WhatsApp", description: "Status, Messages" }, { icon: , name: "Everywhere", description: "Any social platform" } ]; return (

๐Ÿ“ฑ Vorschau in Social Media

Instagram Bio

@your_username
โœจ Content Creator | ๐Ÿ“ Berlin
๐Ÿ–‹๏ธ fancytextstuff.com

{currentText}

TikTok Comment

@your_username
โœจ Content Creator | ๐Ÿ“ Berlin
๐Ÿ–‹๏ธ fancytextstuff.com

{currentText}

How FancyText Works

{features.map((feat, idx) => (
{feat.icon}

{feat.title}

{feat.description}

))}

3 Simple Steps:

{[ { step: "1", text: "Type your text above", emoji: "โŒจ๏ธ" }, { step: "2", text: "Pick a font style you like", emoji: "๐ŸŽจ" }, { step: "3", text: "Tap to copy & paste anywhere", emoji: "๐Ÿ“‹" }, ].map((item, idx) => (
{item.emoji}
{item.step}

{item.text}

))}

Works Everywhere

{platforms.map((plat, idx) => (
{plat.icon}

{plat.name}

{plat.description}

))}

Universal compatibility: Our fonts work on Instagram, TikTok, WhatsApp, Twitter, Facebook, Discord, and any platform that supports Unicode text.

Frequently Asked Questions

{[ { q: "Are these fonts really free?", a: "Yes! All 30+ fonts are completely free to use. No registration, no payments, no limits." }, { q: "Will these fonts work on my phone?", a: "Absolutely! Our fonts are Unicode-based and work on all devices โ€“ iPhone, Android, tablets, and computers." }, { q: "Can I use these for commercial purposes?", a: "Yes, you can use our generated text for personal and commercial social media posts, stories, and bios." }, { q: "Why do I need FancyFonts?", a: "Fancy fonts help your posts stand out, increase engagement, and make your social media presence more memorable." } ].map((faq, idx) => (

Q: {faq.q}

A: {faq.a}

))}

Privacy Policy

Protecting your data is important to us.

This website uses Google AdSense to display advertisements. Google may use cookies or similar technologies to tailor ads to your interests. In doing so, data like your IP address may be processed and potentially transferred to servers outside the EU. This only happens with your consent via the cookie banner (Art. 6 (1) a GDPR in conjunction with ยง 25 TTDSG). You can change or withdraw your consent at any time.

No data collection with font features
All font generation and formatting runs entirely in your browser. We do not store personal data or use cookies for this purpose.

Anonymous usage statistics
To improve our service, we may collect anonymous statistics โ€“ without storing IP addresses or other personal information.

SSL encryption
Our website uses SSL encryption to ensure your data is securely transmitted.

Contact
For any questions about privacy:
๐Ÿ“ง support@yourdomain.com

ยฉ 2025 FancyTextStuff
); }