Compare commits
7 Commits
version_12
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| bdc24590a6 | |||
| 98d9bda710 | |||
| d3deee0989 | |||
| b047fd38e4 | |||
| a8bec17928 | |||
| 998c756459 | |||
| e3a6516ee9 |
@@ -37,15 +37,17 @@ export default function LandingPage() {
|
|||||||
name: "Home", id: "/"},
|
name: "Home", id: "/"},
|
||||||
{
|
{
|
||||||
name: "Services", id: "/services"},
|
name: "Services", id: "/services"},
|
||||||
|
{
|
||||||
|
name: "Products", id: "/products"},
|
||||||
{
|
{
|
||||||
name: "Prices", id: "/#pricing"},
|
name: "Prices", id: "/#pricing"},
|
||||||
{
|
{
|
||||||
name: "Franchise", id: "/franchise"},
|
name: "Franchise", id: "/franchise"},
|
||||||
{
|
{
|
||||||
name: "Contact", id: "/#contact"},
|
name: "Blog", id: "/blog" },
|
||||||
|
{
|
||||||
{ name: "Blog", id: "/blog" },
|
name: "Contact", id: "/#contact"}
|
||||||
]}
|
]}
|
||||||
brandName="Doc Barnet Grooming Salon"
|
brandName="Doc Barnet Grooming Salon"
|
||||||
button={{
|
button={{
|
||||||
text: "BOOK NOW", href: bookingUrl}}
|
text: "BOOK NOW", href: bookingUrl}}
|
||||||
@@ -57,7 +59,7 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Experience Our Full Range of Premium Grooming Services"
|
title="Experience Our Full Range of Premium Grooming Services"
|
||||||
description="From precision gents haircuts and elegant ladies styling to expert beard grooming and rejuvenating facial treatments, discover unparalleled quality and care at Doc Barnet Grooming Salon."
|
description="From precision gentlemen's haircuts and elegant ladies' styling to expert beard grooming and rejuvenating facial treatments, discover unparalleled quality and care at Doc Barnet Grooming Salon."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "BOOK NOW", href: bookingUrl},
|
text: "BOOK NOW", href: bookingUrl},
|
||||||
@@ -260,6 +262,8 @@ export default function LandingPage() {
|
|||||||
label: "Contact", href: "/#contact"},
|
label: "Contact", href: "/#contact"},
|
||||||
{
|
{
|
||||||
label: "Book Now", href: bookingUrl},
|
label: "Book Now", href: bookingUrl},
|
||||||
|
{
|
||||||
|
label: "Products", href: "/products"},
|
||||||
{
|
{
|
||||||
label: "Blog", href: "/blog"},
|
label: "Blog", href: "/blog"},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user