6 Commits

Author SHA1 Message Date
6de928e4b9 Merge version_3 into main
Merge version_3 into main
2026-03-06 05:21:36 +00:00
b9ef64d897 Update src/app/page.tsx 2026-03-06 05:21:32 +00:00
509bd8b394 Merge version_2 into main
Merge version_2 into main
2026-03-06 05:18:17 +00:00
6fe5b28a6b Update src/app/page.tsx 2026-03-06 05:18:13 +00:00
baa7a7c4b1 Update src/app/layout.tsx 2026-03-06 05:18:13 +00:00
e7c571f5de Merge version_1 into main
Merge version_1 into main
2026-03-06 05:15:25 +00:00
2 changed files with 18 additions and 10 deletions

View File

@@ -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: {

View File

@@ -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."