Update src/app/page.tsx
This commit is contained in:
150
src/app/page.tsx
150
src/app/page.tsx
@@ -28,30 +28,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Departments",
|
||||
id: "/departments",
|
||||
},
|
||||
{
|
||||
name: "Doctors",
|
||||
id: "/doctors",
|
||||
},
|
||||
{
|
||||
name: "Book Appointment",
|
||||
id: "/appointment",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Himchan Hospital"
|
||||
/>
|
||||
@@ -62,36 +41,13 @@ export default function LandingPage() {
|
||||
logoText="Himchan Hospital"
|
||||
description="Your Health, Our Priority. Providing compassionate, advanced medical care for you and your family."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "/appointment",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{ text: "Our Services", href: "/services" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=1",
|
||||
imageAlt: "Hospital exterior",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=2",
|
||||
imageAlt: "Modern medical equipment",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=3",
|
||||
imageAlt: "Doctor team",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=4",
|
||||
imageAlt: "Patient care",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=5",
|
||||
imageAlt: "Hospital lobby",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=1", imageAlt: "Hospital exterior" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=2", imageAlt: "Modern medical equipment" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=3", imageAlt: "Doctor team" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,26 +59,8 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah Johnson"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-sarah-johnson-1774619000650-e51d3520.png",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-michael-chen-1774619004322-3eeeed49.png",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-emily-rodriguez-1774619003385-7a3ae0fc.png",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-david-kim-1774619002933-8048dee6.png",
|
||||
alt: "David Kim",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-sarah-johnson-1774619000650-e51d3520.png",
|
||||
alt: "Elena Rossi",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-sarah-johnson-1774619000650-e51d3520.png", alt: "Sarah Johnson" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-michael-chen-1774619004322-3eeeed49.png", alt: "Michael Chen" },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -136,16 +74,8 @@ export default function LandingPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to the most common questions about our hospital services."
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I book an appointment?",
|
||||
content: "You can book through our website, phone, or in person.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What insurance do you accept?",
|
||||
content: "We accept major national and private health insurance plans.",
|
||||
},
|
||||
{ id: "f1", title: "How do I book an appointment?", content: "You can book through our website, phone, or in person." },
|
||||
{ id: "f2", title: "What insurance do you accept?", content: "We accept major national and private health insurance plans." },
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -159,20 +89,8 @@ export default function LandingPage() {
|
||||
title="Impact in Numbers"
|
||||
description="Years of trust, excellence, and specialized care."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Serving the community since 2009",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Specialists",
|
||||
description: "Expert medical team",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-facility-interior-clean--1774619001452-e92cb227.png?_wi=1",
|
||||
},
|
||||
{ id: "m1", value: "15+", title: "Years Experience", description: "Serving the community since 2009", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=6" },
|
||||
{ id: "m2", value: "50+", title: "Specialists", description: "Expert medical team", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-facility-interior-clean--1774619001452-e92cb227.png?_wi=1" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,48 +101,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Trusted Partners"
|
||||
description="Collaborating with leading health organizations."
|
||||
names={[
|
||||
"HealthCare Plus",
|
||||
"Global Med",
|
||||
"City Medical Group",
|
||||
"LifeGuard Systems",
|
||||
]}
|
||||
names={["HealthCare Plus", "Global Med", "City Medical Group", "LifeGuard Systems"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hospital-footer" data-section="hospital-footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Departments",
|
||||
href: "/departments",
|
||||
},
|
||||
{
|
||||
label: "Doctors",
|
||||
href: "/doctors",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Book Appointment",
|
||||
href: "/appointment",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Himchan Hospital. All rights reserved."
|
||||
/>
|
||||
@@ -232,4 +116,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user