Merge version_2 into main #2

Merged
bender merged 3 commits from version_2 into main 2026-03-23 13:38:49 +00:00
3 changed files with 15 additions and 15 deletions

View File

@@ -25,11 +25,11 @@ export default function AboutUsPage() {
<NavbarLayoutFloatingInline
brandName="Luxury Dental Care"
navItems={[
{ name: "Home", href: "/" },
{ name: "Services", href: "/#services" },
{ name: "About Us", href: "/about-us" },
{ name: "Reviews", href: "/reviews" },
{ name: "Contact", href: "/contact-us" }
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "About Us", id: "/about-us" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact-us" }
]}
button={{
text: "Schedule Consultation", href: "/contact-us"
@@ -57,6 +57,7 @@ export default function AboutUsPage() {
tag="Expert Hands, Caring Hearts"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
members={[
{

View File

@@ -24,11 +24,11 @@ export default function ReviewsPage() {
<NavbarLayoutFloatingInline
brandName="Luxury Dental Care"
navItems={[
{ name: "Home", href: "/" },
{ name: "Services", href: "/#services" },
{ name: "About Us", href: "/about-us" },
{ name: "Reviews", href: "/reviews" },
{ name: "Contact", href: "/contact-us" }
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "About Us", id: "/about-us" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact-us" }
]}
button={{
text: "Schedule Consultation", href: "/contact-us"

View File

@@ -25,10 +25,10 @@ export default function ServicesPage() {
<NavbarLayoutFloatingInline
brandName="Luxury Dental Care"
navItems={[
{ name: "Home", href: "/" },
{ name: "Services", href: "/services" },
{ name: "About", href: "/#about" },
{ name: "Contact", href: "/#contact" }
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/#about" },
{ name: "Contact", id: "/#contact" }
]}
button={{
text: "Schedule Consultation", href: "/#contact"
@@ -44,7 +44,6 @@ export default function ServicesPage() {
tagIcon={Wrench}
textboxLayout="default"
animationType="slide-up"
gridVariant="two-items-per-row"
useInvertedBackground={true}
features={[
{