On this sacred occasion of Guru Nanak Dev Ji's Prakash Purab, may the divine light of Waheguru illuminate your path,
bringing peace, wisdom, and eternal bliss to your life. May Guru Ji's teachings of equality, compassion, and selfless service
inspire us to become better human beings.
Let's celebrate this divine day by remembering Guru Nanak Dev Ji's eternal message of "Ik Onkar" -
there is but one God who pervades the entire creation. May your life be filled with Naam Simran and selfless service.
import { useEffect } from "react";
import { Button } from "@/components/ui/button";
import { Card, CardContent } from "@/components/ui/card";
import { motion } from "framer-motion";
import { Sparkles } from "lucide-react";
const tools = [
{ name: "Text Formatter", description: "Format your text beautifully.", link: "/tools/text-formatter" },
{ name: "Color Picker", description: "Find the perfect color.", link: "/tools/color-picker" },
{ name: "JSON Viewer", description: "View and prettify JSON data.", link: "/tools/json-viewer" },
{ name: "QR Code Generator", description: "Generate QR codes instantly.", link: "/tools/qr-generator" },
];
export default function HomePage() {
useEffect(() => {
document.title = "Rakhra Tools Hub | Rakhra Blogs";
}, []);
return (
{/* Header */}
Rakhra Blogs
{/* Hero Section */}
Welcome to Rakhra Tools Hub
A collection of free, easy-to-use web tools to simplify your daily tasks. Fast, responsive, and always improving.
{/* Tools Grid */}
Popular Tools
{tools.map((tool, index) => (
{tool.name}
{tool.description}
))}
{/* API Section */}
Free Public API
Access our open API to integrate tools directly into your projects. Reliable, fast, and completely free.
{/* Footer */}
);
}
// Consider using a dynamic tag with react-helmet for better SEO in larger apps.
const tools = [ ... ];
// If tools will be reused or expanded, consider moving this to a separate config or data file.
// with repeated animation props could be abstracted into a reusable component to reduce duplication.
May the divine light of Diwali spread into your life, bringing peace, prosperity, happiness, and good health.
As you celebrate this festival of lights, may your life be filled with countless joys and endless blessings.
Wishing you and your family a Diwali that is as bright as the diyas that light up your home,
as colorful as the rangoli that adorns your doorstep, and as sweet as the mithai that fills your plate.