export default function PortfolioWebsite() { return (
{/* Navbar */} {/* Hero Section */}
J

Hi, I'm Jagriti Kumari

Aspiring Web Developer learning WordPress, HTML, CSS, Cloud, and Frontend Development. I enjoy creating responsive and user-friendly websites.

View Projects Contact Me
{/* About Section */}

About Me

I am currently learning web development and building real-world projects using WordPress, Elementor, HTML, and CSS. I am also exploring cloud technologies and frontend development to improve my skills.

My goal is to become a professional web developer and create modern, responsive, and creative websites.

Quick Info

📍 Location: India

💻 Role: Aspiring Web Developer

🎯 Focus: WordPress & Frontend

🚀 Learning: Cloud & Responsive Design

{/* Skills Section */}

My Skills

{[ "HTML", "CSS", "WordPress", "Elementor", "Responsive Design", "Cloud Basics", "Frontend Development", "Portfolio Design", ].map((skill) => (

{skill}

))}
{/* Projects Section */}

My Projects

{[ { title: "Portfolio Website", desc: "A responsive personal portfolio website created using HTML, CSS, and modern UI design.", }, { title: "WordPress Website", desc: "A website designed using WordPress and Elementor template kits.", }, { title: "Landing Page Design", desc: "Creative landing page with responsive sections and clean layout.", }, ].map((project, index) => (
💻

{project.title}

{project.desc}

))}
{/* Contact Section */}

Contact Me

Feel free to contact me for collaboration, projects, or learning opportunities.

Email

yourmail@example.com

LinkedIn

linkedin.com/in/jagriti

GitHub

github.com/jagriti

{/* Footer */}
); }