Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -33,23 +33,23 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home", id: "#home"},
|
name: "Home", id: "home"},
|
||||||
{
|
{
|
||||||
name: "About", id: "#about"},
|
name: "About", id: "about"},
|
||||||
{
|
{
|
||||||
name: "Services", id: "#services"},
|
name: "Services", id: "services"},
|
||||||
{
|
{
|
||||||
name: "Gallery", id: "#gallery"},
|
name: "Gallery", id: "gallery"},
|
||||||
{
|
{
|
||||||
name: "Team", id: "#team"},
|
name: "Team", id: "team"},
|
||||||
{
|
{
|
||||||
name: "Pricing", id: "#pricing"},
|
name: "Pricing", id: "pricing"},
|
||||||
{
|
{
|
||||||
name: "FAQ", id: "#faq"},
|
name: "FAQ", id: "faq"},
|
||||||
]}
|
]}
|
||||||
brandName="CK Ally Salon"
|
brandName="CK Ally Salon"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Appointment", href: "#contact"}}
|
text: "Book Appointment", href: "contact"}}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -60,9 +60,9 @@ export default function LandingPage() {
|
|||||||
description="Professional Hair, Beauty & Wellness Services Designed To Make You Look And Feel Amazing."
|
description="Professional Hair, Beauty & Wellness Services Designed To Make You Look And Feel Amazing."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Appointment", href: "#contact"},
|
text: "Book Appointment", href: "contact"},
|
||||||
{
|
{
|
||||||
text: "View Services", href: "#services"},
|
text: "View Services", href: "services"},
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
@@ -224,7 +224,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "hair-services", badge: "Hair Care", price: "From $60", subtitle: "Transform your look", buttons: [
|
id: "hair-services", badge: "Hair Care", price: "From $60", subtitle: "Transform your look", buttons: [
|
||||||
{
|
{
|
||||||
text: "View Details", href: "#services"},
|
text: "View Details", href: "services"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Styling & Blowouts", "Coloring & Highlights", "Extensions & Treatments", "Braiding & Updos", "Hair Washing"],
|
"Styling & Blowouts", "Coloring & Highlights", "Extensions & Treatments", "Braiding & Updos", "Hair Washing"],
|
||||||
@@ -232,7 +232,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "makeup-services", badge: "Beauty Enhancements", price: "From $90", subtitle: "Radiate natural beauty", buttons: [
|
id: "makeup-services", badge: "Beauty Enhancements", price: "From $90", subtitle: "Radiate natural beauty", buttons: [
|
||||||
{
|
{
|
||||||
text: "View Details", href: "#services"},
|
text: "View Details", href: "services"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Full Makeup Application", "Bridal Makeup Packages", "Eyelash Services", "Eyebrow Shaping", "Beauty Consultations"],
|
"Full Makeup Application", "Bridal Makeup Packages", "Eyelash Services", "Eyebrow Shaping", "Beauty Consultations"],
|
||||||
@@ -240,7 +240,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "nail-services", badge: "Nail Perfection", price: "From $45", subtitle: "Pamper your hands & feet", buttons: [
|
id: "nail-services", badge: "Nail Perfection", price: "From $45", subtitle: "Pamper your hands & feet", buttons: [
|
||||||
{
|
{
|
||||||
text: "View Details", href: "#services"},
|
text: "View Details", href: "services"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Manicure & Pedicure", "Gel & Acrylic Nails", "Intricate Nail Art", "Paraffin Treatments", "Luxury Nail Spa"],
|
"Manicure & Pedicure", "Gel & Acrylic Nails", "Intricate Nail Art", "Paraffin Treatments", "Luxury Nail Spa"],
|
||||||
@@ -312,33 +312,33 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Quick Links", items: [
|
title: "Quick Links", items: [
|
||||||
{
|
{
|
||||||
label: "Home", href: "#home"},
|
label: "Home", href: "home"},
|
||||||
{
|
{
|
||||||
label: "About Us", href: "#about"},
|
label: "About Us", href: "about"},
|
||||||
{
|
{
|
||||||
label: "Gallery", href: "#gallery"},
|
label: "Gallery", href: "gallery"},
|
||||||
{
|
{
|
||||||
label: "Team", href: "#team"},
|
label: "Team", href: "team"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
{
|
{
|
||||||
label: "Hair Services", href: "#services"},
|
label: "Hair Services", href: "services"},
|
||||||
{
|
{
|
||||||
label: "Beauty Services", href: "#services"},
|
label: "Beauty Services", href: "services"},
|
||||||
{
|
{
|
||||||
label: "Nail Services", href: "#services"},
|
label: "Nail Services", href: "services"},
|
||||||
{
|
{
|
||||||
label: "Pricing", href: "#pricing"},
|
label: "Pricing", href: "pricing"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{
|
{
|
||||||
label: "Book Now", href: "#contact"},
|
label: "Book Now", href: "contact"},
|
||||||
{
|
{
|
||||||
label: "FAQs", href: "#faq"},
|
label: "FAQs", href: "faq"},
|
||||||
{
|
{
|
||||||
label: "WhatsApp Us", href: "https://wa.me/1234567890"},
|
label: "WhatsApp Us", href: "https://wa.me/1234567890"},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user