import React, { useState } from 'react';
import {
Menu, X, Phone, Mail, MapPin, Linkedin, Instagram, MessageCircle,
TrendingUp, Search, Layout, Code, Award, CheckCircle, Zap,
BarChart, Share2, Megaphone, ArrowRight
} from 'lucide-react';
const App = () => {
const [isMenuOpen, setIsMenuOpen] = useState(false);
const [formStatus, setFormStatus] = useState(null);
const toggleMenu = () => setIsMenuOpen(!isMenuOpen);
const handleFormSubmit = (e) => {
e.preventDefault();
setFormStatus('success');
setTimeout(() => setFormStatus(null), 3000);
e.target.reset();
};
const navLinks = [
{ name: 'Home', href: '#home' },
{ name: 'About', href: '#about' },
{ name: 'Services', href: '#services' },
{ name: 'Features', href: '#features' },
{ name: 'Contact', href: '#contact' },
];
const services = [
{ icon: , title: 'Website Making', desc: 'End-to-end web development to bring your designs to life with robust, fast, and scalable code.' },
];
const features = [
{ icon:
I help brands grow their digital presence through data-driven SEO, engaging social media strategies, and stunning website designs. Let's turn your clicks into clients.
Welcome! I am a passionate Digital Marketing Specialist and Web Designer based in the vibrant city of Calicut. With a deep understanding of the digital landscape, I bridge the gap between technical web design and strategic marketing.
My journey involves helping businesses—from local startups to established brands—optimize their online presence. Whether it's ranking higher on Google through meticulous SEO, designing a highly converting website, or running engaging social media campaigns, I handle it all.
Comprehensive digital solutions to elevate your brand.
{service.desc}
I don't just build websites or run ads; I create digital ecosystems designed to generate real revenue for your business.
{feat.desc}
Ready to elevate your digital presence? Fill out the form below or reach out directly.