Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-05-19 18:19:06 +00:00
3 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ export default function AboutPage() {
<NavbarLayoutFloatingInline
brandName="Encore Patient Transfer"
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Testimonials", id: "/testimonials" }, { name: "Contact", id: "/contact" }]}
button={{ text: "Book Now", href: "/contact" }}
/>
</div>
<div id="about" data-section="about">

View File

@@ -12,6 +12,7 @@ export default function ContactPage() {
<NavbarLayoutFloatingInline
brandName="Encore Patient Transfer"
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Testimonials", id: "/testimonials" }, { name: "Contact", id: "/contact" }]}
button={{ text: "Book Now", href: "/contact" }}
/>
</div>
<div id="contact" data-section="contact">

View File

@@ -12,6 +12,7 @@ export default function TestimonialsPage() {
<NavbarLayoutFloatingInline
brandName="Encore Patient Transfer"
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Testimonials", id: "/testimonials" }, { name: "Contact", id: "/contact" }]}
button={{ text: "Book Now", href: "/contact" }}
/>
</div>
<div id="testimonials" data-section="testimonials">