Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6de928e4b9 | |||
| b9ef64d897 | |||
| 509bd8b394 | |||
| 6fe5b28a6b | |||
| baa7a7c4b1 | |||
| e7c571f5de |
@@ -16,11 +16,13 @@ const inter = Inter({
|
||||
export const metadata: Metadata = {
|
||||
title: "Smart Healthcare Medical & Clinic | Trusted Local Healthcare", description: "Advanced medical care with compassionate doctors. Affordable health checkups, treatment, and wellness services for you and your family.", keywords: "healthcare clinic, doctor, medical services, health checkup, trusted healthcare, local clinic", metadataBase: new URL("https://smarthealthcareclinic.com"),
|
||||
alternates: {
|
||||
canonical: "https://smarthealthcareclinic.com"},
|
||||
canonical: "https://smarthealthcareclinic.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Smart Healthcare Medical & Clinic", description: "Where Modern Medicine Meets Compassion. Trusted healthcare for your family.", url: "https://smarthealthcareclinic.com", siteName: "Smart Healthcare Medical & Clinic", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/happy-black-female-doctor-talking-couple-showing-them-medical-test-results-touchpad-consultations-clinic_637285-1755.jpg", alt: "Smart Healthcare - Advanced Care, Trusted Doctors"},
|
||||
url: "http://img.b2bpic.net/free-photo/happy-black-female-doctor-talking-couple-showing-them-medical-test-results-touchpad-consultations-clinic_637285-1755.jpg", alt: "Smart Healthcare - Advanced Care, Trusted Doctors"
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -11,7 +11,7 @@ import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Heart, Phone, Mail, MapPin } from 'lucide-react';
|
||||
import { Heart, Phone, Mail, MapPin, Stethoscope, Clock, Users, Award } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,7 +33,8 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Doctors", id: "team" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Book Appointment", href: "contact" }}
|
||||
@@ -61,21 +62,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Why Patients Trust Smart Healthcare"
|
||||
title="Why Choose Smart Healthcare?"
|
||||
description="We provide modern, reliable, and compassionate healthcare for you and your family. Our medical professionals focus on accurate diagnosis, effective treatment, and your long-term health."
|
||||
tag="About Us"
|
||||
tag="Why Choose Us"
|
||||
tagIcon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-corridor_107420-84841.jpg?_wi=1"
|
||||
imageAlt="Smart Healthcare clinic team"
|
||||
buttons={[{ text: "Learn More", href: "#services" }]}
|
||||
buttons={[{ text: "Learn More", href: "services" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSeven
|
||||
title="Our Core Values"
|
||||
title="Why Choose Smart Healthcare?"
|
||||
description="What sets Smart Healthcare apart in the community"
|
||||
tag="Why Choose Us"
|
||||
tag="Core Strengths"
|
||||
tagIcon={Award}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -105,6 +108,7 @@ export default function LandingPage() {
|
||||
title="Our Services"
|
||||
description="Comprehensive healthcare services for you and your family"
|
||||
tag="Healthcare Services"
|
||||
tagIcon={Stethoscope}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Smart Healthcare", name: "General Health Checkups", price: "Affordable", rating: 5,
|
||||
@@ -175,6 +179,7 @@ export default function LandingPage() {
|
||||
title="Meet Our Qualified Doctors"
|
||||
description="Expert medical professionals dedicated to your health and wellbeing"
|
||||
tag="Our Doctors"
|
||||
tagIcon={Users}
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Dr. Rajesh Kumar", role: "Chief Medical Officer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-confident-doctor-with-arms-crossed-medical-clinic_637285-1463.jpg", imageAlt: "Dr. Rajesh Kumar"
|
||||
@@ -201,6 +206,7 @@ export default function LandingPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our services and healthcare offerings"
|
||||
tag="Help & Support"
|
||||
tagIcon={Clock}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do I need an appointment?", content: "Walk-ins are always welcome at Smart Healthcare Medical & Clinic. However, scheduling an appointment in advance helps reduce waiting times and ensures you see the doctor of your choice. You can call us or visit our contact page to book an appointment."
|
||||
|
||||
Reference in New Issue
Block a user