Update src/app/price/page.tsx
This commit is contained in:
@@ -27,25 +27,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Styles",
|
||||
id: "/style",
|
||||
},
|
||||
name: "Styles", id: "/style"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/price",
|
||||
},
|
||||
name: "Pricing", id: "/price"},
|
||||
{
|
||||
name: "Hairdressers",
|
||||
id: "/hairdress",
|
||||
},
|
||||
name: "Hairdressers", id: "/hairdress"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fsnxgy"
|
||||
logoAlt="Hair Heaven logo"
|
||||
@@ -63,64 +53,31 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "cut-style",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
price: "€45+",
|
||||
name: "Haircut & Styling",
|
||||
buttons: [
|
||||
id: "cut-style", badge: "Popular", badgeIcon: Star,
|
||||
price: "€45+", name: "Haircut & Styling", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Now", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Consultation",
|
||||
"Wash & Conditioning",
|
||||
"Precision Cut",
|
||||
"Professional Blow Dry",
|
||||
"Styling Advice",
|
||||
],
|
||||
"Consultation", "Wash & Conditioning", "Precision Cut", "Professional Blow Dry", "Styling Advice"],
|
||||
},
|
||||
{
|
||||
id: "color-enhance",
|
||||
badge: "Transform",
|
||||
badgeIcon: Palette,
|
||||
price: "€80+",
|
||||
name: "Coloring Services",
|
||||
buttons: [
|
||||
id: "color-enhance", badge: "Transform", badgeIcon: Palette,
|
||||
price: "€80+", name: "Coloring Services", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Now", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Consultation",
|
||||
"Full Head Color / Highlights",
|
||||
"Balayage / Ombré",
|
||||
"Toning & Glossing",
|
||||
"Post-Color Treatment",
|
||||
],
|
||||
"Consultation", "Full Head Color / Highlights", "Balayage / Ombré", "Toning & Glossing", "Post-Color Treatment"],
|
||||
},
|
||||
{
|
||||
id: "treat-restore",
|
||||
badge: "Rejuvenate",
|
||||
badgeIcon: Leaf,
|
||||
price: "€30+",
|
||||
name: "Hair Treatments",
|
||||
buttons: [
|
||||
id: "treat-restore", badge: "Rejuvenate", badgeIcon: Leaf,
|
||||
price: "€30+", name: "Hair Treatments", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Now", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Deep Conditioning Mask",
|
||||
"Keratin Treatment",
|
||||
"Scalp Detox",
|
||||
"Anti-Frizz Treatment",
|
||||
"Hair Repair Therapy",
|
||||
],
|
||||
"Deep Conditioning Mask", "Keratin Treatment", "Scalp Detox", "Anti-Frizz Treatment", "Hair Repair Therapy"],
|
||||
},
|
||||
]}
|
||||
title="Our Transparent Pricing"
|
||||
@@ -132,16 +89,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Need a Custom Quote?"
|
||||
title="Schedule a Free Consultation"
|
||||
description="For complex styles, extensive color work, or bridal packages, we offer personalized consultations to provide an accurate quote and discuss your vision."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Us", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -156,24 +110,16 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+302109221261",
|
||||
ariaLabel: "Call us",
|
||||
},
|
||||
href: "tel:+302109221261", ariaLabel: "Call us"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Falirou+46,+Athina+117+41,+Greece",
|
||||
ariaLabel: "Directions",
|
||||
},
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Falirou+46,+Athina+117+41,+Greece", ariaLabel: "Directions"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user