Merge version_2 into main #2
@@ -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={[
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user