import React, { useState } from ‘react’;
import {
BookOpen,
Database,
Stethoscope,
ShieldCheck,
Award,
Users,
FileText,
BarChart4,
CheckCircle2,
Search,
ArrowRight,
MapPin,
Mail,
Phone
} from ‘lucide-react’;
const App = () => {
const [formData, setFormData] = useState({
name: ”,
email: ”,
service: ‘PhD Thesis Writing’,
message: ”
});
const handleSubmit = (e) => {
e.preventDefault();
// In a real app, this would handle form submission
console.log(‘Form submitted:’, formData);
alert(‘Thank you! Our academic consultant will reach out to you shortly.’);
};
const serviceCategories = [
{
title: “Core Thesis Services”,
icon:
,
links: [
{ name: “Thesis Writing Services”, url: “https://thesiswritingcafe.com/thesis-writing-services/” },
{ name: “Dissertation Writing Services”, url: “https://thesiswritingcafe.com/dissertation-writing-services/” },
{ name: “PhD Thesis Writing Services”, url: “https://thesiswritingcafe.com/phd-thesis-writing-services/” },
{ name: “Custom Dissertation Writing”, url: “https://thesiswritingcafe.com/custom-dissertation-writing-services/” },
{ name: “Thesis Editing Service”, url: “https://thesiswritingcafe.com/thesis-editing-service/” },
{ name: “Thesis Writing Help”, url: “https://thesiswritingcafe.com/thesis-writing-help/” }
]
},
{
title: “Medical & Specialized Support”,
icon:
,
links: [
{ name: “Medical Thesis Writing”, url: “https://thesiswritingcafe.com/medical-thesis-writing-service/” },
{ name: “Nursing Thesis Writing”, url: “https://thesiswritingcafe.com/nursing-thesis-writing/” },
{ name: “Law Thesis Writing”, url: “https://thesiswritingcafe.com/law-thesis-writing-service/” },
{ name: “Psychology Thesis Writing”, url: “https://thesiswritingcafe.com/psychology-thesis-writing/” },
{ name: “MBA Dissertation Help”, url: “https://thesiswritingcafe.com/mba-dissertation-help/” },
{ name: “Management Assignment Help”, url: “https://thesiswritingcafe.com/management-assignment-help/” }
]
},
{
title: “Statistical & Data Analysis”,
icon:
,
links: [
{ name: “Statistical Analysis Services”, url: “https://thesiswritingcafe.com/statistical-analysis-services/” },
{ name: “SPSS Data Analysis Help”, url: “https://thesiswritingcafe.com/spss-data-analysis-help/” },
{ name: “Python Statistical Analysis”, url: “https://thesiswritingcafe.com/python-statistical-analysis-service/” },
{ name: “STATA Statistical Consultant”, url: “https://thesiswritingcafe.com/stata-statistical-consultant/” },
{ name: “Dissertation Statistics Help”, url: “https://thesiswritingcafe.com/dissertation-statistics-help/” },
{ name: “Data Cleaning & Analysis”, url: “https://thesiswritingcafe.com/data-cleaning-and-analysis-service/” }
]
},
{
title: “Biostatistics Expertise”,
icon:
,
links: [
{ name: “Biostatistics Consultation”, url: “https://thesiswritingcafe.com/biostatistics-consultation/” },
{ name: “Biostatistics for PhD Students”, url: “https://thesiswritingcafe.com/biostatistics-help-for-phd-student/” },
{ name: “Biostatistics for Medical Students”, url: “https://thesiswritingcafe.com/biostatistics-help-for-medical-students/” },
{ name: “Biostatistics for Epidemiology”, url: “https://thesiswritingcafe.com/biostatistics-for-epidemiology-research/” },
{ name: “Survival Analysis Help”, url: “https://thesiswritingcafe.com/help-with-survival-analysis/” },
{ name: “Sample Size Calculation”, url: “https://thesiswritingcafe.com/sample-size-calculation-for-research/” }
]
},
{
title: “Research & Publications”,
icon:
,
links: [
{ name: “Research Paper Writing”, url: “https://thesiswritingcafe.com/research-paper-writing-services-in-india/” },
{ name: “Manuscript Writing Services”, url: “https://thesiswritingcafe.com/manuscript-writing-services/” },
{ name: “PhD Consultants in India”, url: “https://thesiswritingcafe.com/phd-consultants-in-india/” },
{ name: “PhD Guidance in India”, url: “https://thesiswritingcafe.com/phd-guidance-india/” },
{ name: “Literature Review Help”, url: “https://thesiswritingcafe.com/literature-thesis-help/” },
{ name: “Research Methodology Help”, url: “https://thesiswritingcafe.com/research-methodology-in-dissertation/” }
]
}
];
return (
{/* Hero Section */}
Professional Academic Excellence
Empowering Your PhD Journey with Expert Guidance
From high-impact manuscript writing to complex statistical analysis, Thesis Writing Cafe provides end-to-end support for researchers, medical scholars, and doctoral candidates across the globe.
{/* Trust Markers Section */}
SCOPUS
WEB OF SCIENCE
TURNITIN
SPSS
PUBMED
IEEE
{/* EEAT Experience & Stats */}
10+ Years
Academic Excellence
{/* Main Services Grid */}
Comprehensive Academic Solutions
We provide specialized services across all academic disciplines, ensuring your research meets global standards of excellence.
{serviceCategories.map((category, index) => (
{category.icon}
{category.title}
{category.links.map((link, lIndex) => (
-
{link.name}
))}
))}
{/* Expertise & Methodology Section */}
“Quality is not an act, it is a habit.”
— Academic Team at Thesis Writing Cafe
Why we are different:
-
Subject-specific PhD experts
-
Free Turnitin Reports
-
Interactive Revisions
Expert Methodology for Robust Results
Our consultancy isn’t just about writing; it’s about academic rigor. We help you build a solid foundation with detailed Literature Reviews and valid Research Methodology.
Data-Driven Approach
We provide advanced STATA, SPSS, and Python support to validate your findings.
{/* Contact & Location Details Section */}
Get In Touch
Our Location
643, 68th Cross Rd, Kumaraswamy Layout II Stage, 1st Stage, Kumaraswamy Layout,
Bengaluru, Karnataka 560111
Need a callback?
Drop us your details and one of our subject matter experts will reach out to schedule a one-on-one consultation regarding your research project.
{/* CTA Final Banner */}
Ready to Defend Your Thesis with Confidence?
Our PhD Consultants are ready to help you cross the finish line.
{/* Simple Footer Text */}
);
};
export default App;