Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -26,29 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Barbers",
|
||||
id: "/barbers",
|
||||
},
|
||||
name: "Barbers", id: "/barbers"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Book Now", id: "/contact"},
|
||||
]}
|
||||
brandName="Lake Wales Finest"
|
||||
/>
|
||||
@@ -62,23 +50,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rojelio 'Rocky'",
|
||||
role: "Senior Barber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-sitting-chair_23-2149220530.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Rojelio 'Rocky'", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-sitting-chair_23-2149220530.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cris",
|
||||
role: "Barber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-arrives-ski-complex_482257-76574.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Cris", role: "Barber", imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-arrives-ski-complex_482257-76574.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bimbo",
|
||||
role: "Barber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Bimbo", role: "Barber", imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg"},
|
||||
]}
|
||||
title="Meet the Barbers"
|
||||
description="Our collective skill and commitment to quality make us the best in the business."
|
||||
@@ -94,24 +70,12 @@ export default function LandingPage() {
|
||||
description="Meet the masters of the craft."
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Main Shop",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Main Shop", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Rocky",
|
||||
subtitle: "Senior",
|
||||
detail: "10+ years exp",
|
||||
},
|
||||
id: "m1", title: "Rocky", subtitle: "Senior", detail: "10+ years exp"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Cris",
|
||||
subtitle: "Barber",
|
||||
detail: "5+ years exp",
|
||||
},
|
||||
id: "m2", title: "Cris", subtitle: "Barber", detail: "5+ years exp"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blue-eyed-bearded-hipster-male-grey-background_613910-13829.jpg",
|
||||
imageAlt: "happy client smiling at camera",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -121,33 +85,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Barbers",
|
||||
href: "/barbers",
|
||||
},
|
||||
label: "Barbers", href: "/barbers"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,29 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Barbers",
|
||||
id: "/barbers",
|
||||
},
|
||||
name: "Barbers", id: "/barbers"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Book Now", id: "/contact"},
|
||||
]}
|
||||
brandName="Lake Wales Finest"
|
||||
/>
|
||||
@@ -58,16 +46,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
tag="Contact Us"
|
||||
title="Ready for a Fresh Cut?"
|
||||
description="Walk-ins are always welcome. Booking ahead helps us get you in faster."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,10 +65,7 @@ export default function LandingPage() {
|
||||
description="Common questions regarding bookings."
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How to contact?",
|
||||
content: "You can walk in or message us on Facebook.",
|
||||
},
|
||||
id: "q1", title: "How to contact?", content: "You can walk in or message us on Facebook."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -93,33 +75,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Barbers",
|
||||
href: "/barbers",
|
||||
},
|
||||
label: "Barbers", href: "/barbers"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user