Merge version_2 into main #1
365
src/app/page.tsx
365
src/app/page.tsx
@@ -34,34 +34,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "#packages",
|
||||
},
|
||||
name: "Packages", id: "#packages"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
brandName="Meraas Beauty Salon & Spa"
|
||||
/>
|
||||
</div>
|
||||
@@ -70,103 +56,57 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Radiate Confidence, Embrace Your Beauty."
|
||||
description="Experience unparalleled pampering and transformative services at Meraas Beauty Salon & Spa. Where luxury meets expertise."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_beauty",
|
||||
testimonial: "Meraas Beauty Salon & Spa is my go-to! The eyelash extensions are flawless, and the staff is incredibly talented and friendly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bride-indoors_23-2149721973.jpg",
|
||||
imageAlt: "Sarah J. testimonial avatar",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarah_beauty", testimonial: "Meraas Beauty Salon & Spa is my go-to! The eyelash extensions are flawless, and the staff is incredibly talented and friendly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bride-indoors_23-2149721973.jpg", imageAlt: "Sarah J. testimonial avatar"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@emily_glows",
|
||||
testimonial: "I always leave Meraas feeling refreshed and beautiful. Their balayage service completely transformed my hair!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-tourist-woman-smiling-happy-drinking-coffee-city_839833-25789.jpg",
|
||||
imageAlt: "Emily R. testimonial avatar",
|
||||
},
|
||||
name: "Emily R.", handle: "@emily_glows", testimonial: "I always leave Meraas feeling refreshed and beautiful. Their balayage service completely transformed my hair!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-tourist-woman-smiling-happy-drinking-coffee-city_839833-25789.jpg", imageAlt: "Emily R. testimonial avatar"},
|
||||
{
|
||||
name: "Jessica L.",
|
||||
handle: "@jessica_spa",
|
||||
testimonial: "The body waxing is quick and efficient, with minimal discomfort. Meraas has truly elevated my self-care routine.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-covering-with-plaid-blanket_329181-11741.jpg",
|
||||
imageAlt: "Jessica L. testimonial avatar",
|
||||
},
|
||||
name: "Jessica L.", handle: "@jessica_spa", testimonial: "The body waxing is quick and efficient, with minimal discomfort. Meraas has truly elevated my self-care routine.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-covering-with-plaid-blanket_329181-11741.jpg", imageAlt: "Jessica L. testimonial avatar"},
|
||||
{
|
||||
name: "Maria S.",
|
||||
handle: "@maria_chic",
|
||||
testimonial: "My manicure and pedicure were exquisite! The attention to detail at Meraas is simply outstanding.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-girl-with-bob-hair-dressed-casual-looking-happy-isolated-white-background_574295-2855.jpg",
|
||||
imageAlt: "Maria S. testimonial avatar",
|
||||
},
|
||||
name: "Maria S.", handle: "@maria_chic", testimonial: "My manicure and pedicure were exquisite! The attention to detail at Meraas is simply outstanding.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-girl-with-bob-hair-dressed-casual-looking-happy-isolated-white-background_574295-2855.jpg", imageAlt: "Maria S. testimonial avatar"},
|
||||
{
|
||||
name: "Chloe B.",
|
||||
handle: "@chloe_glam",
|
||||
testimonial: "Microblading at Meraas gave me the perfect brows I always dreamed of. Highly recommend their skilled artists!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-nature_23-2148574868.jpg",
|
||||
imageAlt: "Chloe B. testimonial avatar",
|
||||
},
|
||||
name: "Chloe B.", handle: "@chloe_glam", testimonial: "Microblading at Meraas gave me the perfect brows I always dreamed of. Highly recommend their skilled artists!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-nature_23-2148574868.jpg", imageAlt: "Chloe B. testimonial avatar"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg"
|
||||
imageAlt="Woman relaxing during a beauty treatment at Meraas Beauty Salon & Spa"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg",
|
||||
alt: "Smiling customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg", alt: "Smiling customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-bride-indoors_23-2149721973.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-bride-indoors_23-2149721973.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-tourist-woman-smiling-happy-drinking-coffee-city_839833-25789.jpg",
|
||||
alt: "Confident client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-tourist-woman-smiling-happy-drinking-coffee-city_839833-25789.jpg", alt: "Confident client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-covering-with-plaid-blanket_329181-11741.jpg",
|
||||
alt: "Radiant client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-covering-with-plaid-blanket_329181-11741.jpg", alt: "Radiant client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-brunette-girl-with-bob-hair-dressed-casual-looking-happy-isolated-white-background_574295-2855.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-brunette-girl-with-bob-hair-dressed-casual-looking-happy-isolated-white-background_574295-2855.jpg", alt: "Satisfied customer"},
|
||||
]}
|
||||
avatarText="Join our 5000+ happy clients!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Nail Care & Artistry",
|
||||
icon: Feather,
|
||||
type: "text-icon", text: "Nail Care & Artistry", icon: Feather,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Hair Transformations",
|
||||
icon: Crop,
|
||||
type: "text-icon", text: "Hair Transformations", icon: Crop,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Skin & Body Therapies",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Skin & Body Therapies", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Relaxation Guaranteed",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Relaxation Guaranteed", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Stylists",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Expert Stylists", icon: Star,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -194,19 +134,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Feather,
|
||||
title: "Nail Care & Artistry",
|
||||
description: "Indulge in our exquisite nail services including manicures, pedicures, gel polish, and stunning acrylic nails. Perfect for everyday elegance or special occasions.",
|
||||
},
|
||||
title: "Nail Care & Artistry", description: "Indulge in our exquisite nail services including manicures, pedicures, gel polish, and stunning acrylic nails. Perfect for everyday elegance or special occasions."},
|
||||
{
|
||||
icon: Crop,
|
||||
title: "Hair Transformations",
|
||||
description: "From trendy balayage and expert haircuts to intricate hairstyling and vibrant coloring, our stylists create looks that enhance your natural beauty.",
|
||||
},
|
||||
title: "Hair Transformations", description: "From trendy balayage and expert haircuts to intricate hairstyling and vibrant coloring, our stylists create looks that enhance your natural beauty."},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Skin & Body Therapies",
|
||||
description: "Rejuvenate with our comprehensive skin care services, eyelash extensions, microblading, and effective waxing solutions including laser hair removal and body contouring.",
|
||||
},
|
||||
title: "Skin & Body Therapies", description: "Rejuvenate with our comprehensive skin care services, eyelash extensions, microblading, and effective waxing solutions including laser hair removal and body contouring."},
|
||||
]}
|
||||
title="Signature Services for Your Glow"
|
||||
description="From head to toe, our comprehensive menu of services is designed to cater to your every beauty need. Discover the Meraas difference with our skilled professionals."
|
||||
@@ -222,89 +156,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Acrylic Nails",
|
||||
price: "$50+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-christmas-new-year-nail-design-nude-beige-nail-polish-manicure_343596-4509.jpg",
|
||||
imageAlt: "Elegant acrylic nails",
|
||||
},
|
||||
id: "p1", name: "Acrylic Nails", price: "$50+", imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-christmas-new-year-nail-design-nude-beige-nail-polish-manicure_343596-4509.jpg", imageAlt: "Elegant acrylic nails"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Balayage",
|
||||
price: "$150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-cute-smiling-blond-teenager-model-without-makeup-summer-hipster-white-dress-posing-street-background-turn-around_158538-12856.jpg",
|
||||
imageAlt: "Beautiful balayage hair coloring",
|
||||
},
|
||||
id: "p2", name: "Balayage", price: "$150+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-cute-smiling-blond-teenager-model-without-makeup-summer-hipster-white-dress-posing-street-background-turn-around_158538-12856.jpg", imageAlt: "Beautiful balayage hair coloring"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Body Waxing",
|
||||
price: "$30+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-beauty-salon_1157-21113.jpg",
|
||||
imageAlt: "Professional body waxing service",
|
||||
},
|
||||
id: "p3", name: "Body Waxing", price: "$30+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-beauty-salon_1157-21113.jpg", imageAlt: "Professional body waxing service"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Eyelash Extension",
|
||||
price: "$120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-eye-patches-high-angle_23-2149628039.jpg",
|
||||
imageAlt: "Voluminous eyelash extensions",
|
||||
},
|
||||
id: "p4",name: "Eyelash Extension", price: "$120+", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-eye-patches-high-angle_23-2149628039.jpg", imageAlt: "Voluminous eyelash extensions"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Haircut & Styling",
|
||||
price: "$45+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5410.jpg",
|
||||
imageAlt: "Woman getting a modern haircut",
|
||||
},
|
||||
id: "p5", name: "Haircut & Styling", price: "$45+", imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5410.jpg", imageAlt: "Woman getting a modern haircut"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Manicure & Pedicure",
|
||||
price: "$70+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-feet-with-red-nailpolish-getting-relazing-foot-massage-spa-salon_176420-42487.jpg",
|
||||
imageAlt: "Relaxing manicure and pedicure",
|
||||
},
|
||||
id: "p6", name: "Manicure & Pedicure", price: "$70+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-feet-with-red-nailpolish-getting-relazing-foot-massage-spa-salon_176420-42487.jpg", imageAlt: "Relaxing manicure and pedicure"},
|
||||
{
|
||||
id: "p7",
|
||||
name: "Microblading",
|
||||
price: "$400+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautician-doing-microblading-procedure_23-2149102727.jpg",
|
||||
imageAlt: "Perfectly microbladed eyebrows",
|
||||
},
|
||||
id: "p7", name: "Microblading", price: "$400+", imageSrc: "http://img.b2bpic.net/free-photo/beautician-doing-microblading-procedure_23-2149102727.jpg", imageAlt: "Perfectly microbladed eyebrows"},
|
||||
{
|
||||
id: "p8",
|
||||
name: "Laser Hair Removal",
|
||||
price: "$80+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-grey-t-shirt-holding-hands-head-headphones-front-view_176474-15507.jpg",
|
||||
imageAlt: "Laser hair removal treatment",
|
||||
},
|
||||
id: "p8", name: "Laser Hair Removal", price: "$80+", imageSrc: "http://img.b2bpic.net/free-photo/young-female-grey-t-shirt-holding-hands-head-headphones-front-view_176474-15507.jpg", imageAlt: "Laser hair removal treatment"},
|
||||
{
|
||||
id: "p9",
|
||||
name: "Facial Treatment",
|
||||
price: "$90+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-with-face-mask_1157-15451.jpg",
|
||||
imageAlt: "Woman enjoying a facial treatment",
|
||||
},
|
||||
id: "p9", name: "Facial Treatment", price: "$90+", imageSrc: "http://img.b2bpic.net/free-photo/girls-with-face-mask_1157-15451.jpg", imageAlt: "Woman enjoying a facial treatment"},
|
||||
{
|
||||
id: "p10",
|
||||
name: "Body Contouring",
|
||||
price: "$150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-physiotherapy-making-physical-exercises-with-qualified-therapist_1157-38379.jpg",
|
||||
imageAlt: "Body contouring session",
|
||||
},
|
||||
id: "p10", name: "Body Contouring", price: "$150+", imageSrc: "http://img.b2bpic.net/free-photo/woman-physiotherapy-making-physical-exercises-with-qualified-therapist_1157-38379.jpg", imageAlt: "Body contouring session"},
|
||||
{
|
||||
id: "p11",
|
||||
name: "Wedding Hairstyles",
|
||||
price: "$200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-getting-ready_23-2149640912.jpg",
|
||||
imageAlt: "Elegant wedding updo",
|
||||
},
|
||||
id: "p11", name: "Wedding Hairstyles", price: "$200+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-getting-ready_23-2149640912.jpg", imageAlt: "Elegant wedding updo"},
|
||||
{
|
||||
id: "p12",
|
||||
name: "Makeup Services",
|
||||
price: "$85+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-is-painting-lips-pretty-young-model-before-photosession_231208-3598.jpg",
|
||||
imageAlt: "Professional makeup application",
|
||||
},
|
||||
id: "p12", name: "Makeup Services", price: "$85+", imageSrc: "http://img.b2bpic.net/free-photo/master-is-painting-lips-pretty-young-model-before-photosession_231208-3598.jpg", imageAlt: "Professional makeup application"},
|
||||
]}
|
||||
title="Explore Our Full Range of Indulgence"
|
||||
description="A complete overview of the diverse services offered at Meraas Beauty Salon & Spa. Find your perfect treatment."
|
||||
@@ -315,63 +189,34 @@ export default function LandingPage() {
|
||||
<PricingCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Refresh",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$99",
|
||||
subtitle: "Quick Revitalization",
|
||||
buttons: [
|
||||
id: "basic", badge: "Refresh", badgeIcon: Sparkles,
|
||||
price: "$99", subtitle: "Quick Revitalization", buttons: [
|
||||
{
|
||||
text: "Choose Basic",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Basic", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Basic Manicure",
|
||||
"Mini Facial",
|
||||
"Eyebrow Threading",
|
||||
],
|
||||
"Basic Manicure", "Mini Facial", "Eyebrow Threading"],
|
||||
},
|
||||
{
|
||||
id: "deluxe",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$199",
|
||||
subtitle: "Head-to-Toe Glow",
|
||||
buttons: [
|
||||
id: "deluxe", badge: "Popular", badgeIcon: Star,
|
||||
price: "$199", subtitle: "Head-to-Toe Glow", buttons: [
|
||||
{
|
||||
text: "Choose Deluxe",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Deluxe", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Manicure & Pedicure",
|
||||
"Classic Facial",
|
||||
"Haircut & Blow Dry",
|
||||
"Body Waxing (Full Arm/Leg)",
|
||||
],
|
||||
"Manicure & Pedicure", "Classic Facial", "Haircut & Blow Dry", "Body Waxing (Full Arm/Leg)"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Ultimate",
|
||||
badgeIcon: Award,
|
||||
price: "$399",
|
||||
subtitle: "Complete Transformation",
|
||||
buttons: [
|
||||
id: "premium", badge: "Ultimate", badgeIcon: Award,
|
||||
price: "$399", subtitle: "Complete Transformation", buttons: [
|
||||
{
|
||||
text: "Choose Premium",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Premium", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Gel Polish Manicure & Pedicure",
|
||||
"Signature Facial Treatment",
|
||||
"Balayage or Hair Coloring",
|
||||
"Eyelash Extensions (Classic Set)",
|
||||
"Body Contouring Session",
|
||||
],
|
||||
"Gel Polish Manicure & Pedicure", "Signature Facial Treatment", "Balayage or Hair Coloring", "Eyelash Extensions (Classic Set)", "Body Contouring Session"],
|
||||
},
|
||||
]}
|
||||
title="Curated Packages for Ultimate Pampering"
|
||||
@@ -386,53 +231,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Olivia M.",
|
||||
handle: "Beauty Blogger",
|
||||
testimonial: "Meraas Salon transformed my look! The microblading is incredibly natural, and the facial left my skin glowing for weeks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229815.jpg",
|
||||
imageAlt: "Olivia M.",
|
||||
},
|
||||
id: "t1", name: "Olivia M.", handle: "Beauty Blogger", testimonial: "Meraas Salon transformed my look! The microblading is incredibly natural, and the facial left my skin glowing for weeks.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229815.jpg", imageAlt: "Olivia M."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sophia K.",
|
||||
handle: "Happy Client",
|
||||
testimonial: "The atmosphere is so relaxing, and the staff are true artists. My balayage has never looked better, absolutely stunning!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-woman-holding-clenched-fists-astonished-shocked-with-unexpected-news_273609-13834.jpg",
|
||||
imageAlt: "Sophia K.",
|
||||
},
|
||||
id: "t2", name: "Sophia K.", handle: "Happy Client", testimonial: "The atmosphere is so relaxing, and the staff are true artists. My balayage has never looked better, absolutely stunning!", imageSrc: "http://img.b2bpic.net/free-photo/surprised-woman-holding-clenched-fists-astonished-shocked-with-unexpected-news_273609-13834.jpg", imageAlt: "Sophia K."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Isabella H.",
|
||||
handle: "Regular Visitor",
|
||||
testimonial: "I trust Meraas with all my beauty needs. From manicures to laser hair removal, their professionalism is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg",
|
||||
imageAlt: "Isabella H.",
|
||||
},
|
||||
id: "t3", name: "Isabella H.", handle: "Regular Visitor", testimonial: "I trust Meraas with all my beauty needs. From manicures to laser hair removal, their professionalism is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg", imageAlt: "Isabella H."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ava P.",
|
||||
handle: "Bridal Client",
|
||||
testimonial: "They did my wedding hairstyle and makeup, and I felt absolutely gorgeous. The team made my special day perfect!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/twins-checking-news-tablet_329181-10651.jpg",
|
||||
imageAlt: "Ava P.",
|
||||
},
|
||||
id: "t4", name: "Ava P.", handle: "Bridal Client", testimonial: "They did my wedding hairstyle and makeup, and I felt absolutely gorgeous. The team made my special day perfect!", imageSrc: "http://img.b2bpic.net/free-photo/twins-checking-news-tablet_329181-10651.jpg", imageAlt: "Ava P."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mia D.",
|
||||
handle: "Skincare Enthusiast",
|
||||
testimonial: "The facial treatments here are next level. My skin feels so soft and refreshed after every visit. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-hispanic-woman-sitting-rattan-armchair-hotel-patio_197531-22784.jpg",
|
||||
imageAlt: "Mia D.",
|
||||
},
|
||||
id: "t5", name: "Mia D.", handle: "Skincare Enthusiast", testimonial: "The facial treatments here are next level. My skin feels so soft and refreshed after every visit. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-hispanic-woman-sitting-rattan-armchair-hotel-patio_197531-22784.jpg", imageAlt: "Mia D."},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Amelia G.",
|
||||
handle: "Lash Queen",
|
||||
testimonial: "My eyelash extensions always look amazing and last so long. Meraas is definitely the best salon in Brookpark for lashes!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg",
|
||||
imageAlt: "Amelia G.",
|
||||
},
|
||||
id: "t6", name: "Amelia G.", handle: "Lash Queen", testimonial: "My eyelash extensions always look amazing and last so long. Meraas is definitely the best salon in Brookpark for lashes!", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg", imageAlt: "Amelia G."},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from our happy clients who have experienced the Meraas touch and left feeling beautiful and confident."
|
||||
@@ -444,15 +253,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Glamour Magazine",
|
||||
"Beauty Insider",
|
||||
"Spa Monthly",
|
||||
"Ohio Living",
|
||||
"Local Favorites",
|
||||
"Wellness Today",
|
||||
"Style Spotlight",
|
||||
"Cosmopolitan Beauty",
|
||||
]}
|
||||
"Glamour Magazine", "Beauty Insider", "Spa Monthly", "Ohio Living", "Local Favorites", "Wellness Today", "Style Spotlight", "Cosmopolitan Beauty"]}
|
||||
title="Trusted by Thousands, Loved by All"
|
||||
description="Our commitment to excellence has earned us the loyalty of countless clients who return for our superior services and welcoming atmosphere."
|
||||
/>
|
||||
@@ -463,30 +264,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How do I book an appointment?",
|
||||
content: "You can easily book an appointment by calling us at 216-294-2658 or by visiting our salon at 15200 Hummel Road, Brookpark, OH 44142. Online booking is coming soon!",
|
||||
},
|
||||
id: "faq1", title: "How do I book an appointment?", content: "You can easily book an appointment by calling us at 216-294-2658 or by visiting our salon at 15200 Hummel Road, Brookpark, OH 44142. Online booking is coming soon!"},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What is your cancellation policy?",
|
||||
content: "We kindly request a minimum of 24 hours notice for any cancellations or rescheduling. This allows us to offer the slot to other clients.",
|
||||
},
|
||||
id: "faq2", title: "What is your cancellation policy?", content: "We kindly request a minimum of 24 hours notice for any cancellations or rescheduling. This allows us to offer the slot to other clients."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer gift cards?",
|
||||
content: "Yes, Meraas Beauty Salon & Spa offers gift cards for all our services and packages. They make the perfect gift for any occasion!",
|
||||
},
|
||||
id: "faq3", title: "Do you offer gift cards?", content: "Yes, Meraas Beauty Salon & Spa offers gift cards for all our services and packages. They make the perfect gift for any occasion!"},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What should I do before a waxing appointment?",
|
||||
content: "For best results, ensure your hair is at least 1/4 inch long. Exfoliate the area a day before, and avoid applying lotions or oils on the day of your appointment.",
|
||||
},
|
||||
id: "faq4", title: "What should I do before a waxing appointment?", content: "For best results, ensure your hair is at least 1/4 inch long. Exfoliate the area a day before, and avoid applying lotions or oils on the day of your appointment."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Are walk-ins accepted?",
|
||||
content: "While we welcome walk-ins, we highly recommend booking an appointment in advance to ensure availability and minimize your waiting time, especially for popular services.",
|
||||
},
|
||||
id: "faq5", title: "Are walk-ins accepted?", content: "While we welcome walk-ins, we highly recommend booking an appointment in advance to ensure availability and minimize your waiting time, especially for popular services."},
|
||||
]}
|
||||
sideTitle="Your Questions, Answered"
|
||||
sideDescription="Find quick answers to common questions about our services, appointments, and salon policies."
|
||||
@@ -499,8 +285,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Book Your Appointment Today"
|
||||
description="Ready for your beauty transformation? Contact us to schedule your next visit or inquire about our services. We look forward to welcoming you at 15200 Hummel Road, Brookpark, OH 44142. Call: 216-294-2658"
|
||||
@@ -521,19 +306,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://www.facebook.com/meraasbeautysalon",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://www.facebook.com/meraasbeautysalon", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://www.instagram.com/meraasbeautysalon",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://www.instagram.com/meraasbeautysalon", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://maps.app.goo.gl/YourMapLinkHere",
|
||||
ariaLabel: "Google Maps",
|
||||
},
|
||||
href: "https://maps.app.goo.gl/YourMapLinkHere", ariaLabel: "Google Maps"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user