Merge version_2 into main #4
@@ -43,20 +43,29 @@ export default function LandingPage() {
|
||||
description="Premium Hair, Skin & Grooming Services in Raj Nagar Extension"
|
||||
tag="Premium Beauty Services"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
buttons={[{ text: "Book Appointment", href: "#contact" }]}
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
{ text: "View Location", href: "https://maps.google.com/?q=Raj+Nagar+Extension,+Ghaziabad" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199302.jpg", imageAlt: "Gallantry Salon Interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199302.jpg", imageAlt: "Gallantry Salon Interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108776.jpg?_wi=1", imageAlt: "Professional Styling Station"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108776.jpg?_wi=1", imageAlt: "Professional Styling Station"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205927.jpg?_wi=1", imageAlt: "Modern Salon Space"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205927.jpg?_wi=1", imageAlt: "Modern Salon Space"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-trimming-little-dog-yorkshire-terrier-puppy-getting-haircut-with-shaving-machine_1157-51475.jpg?_wi=1", imageAlt: "Luxury Treatment Area"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-trimming-little-dog-yorkshire-terrier-puppy-getting-haircut-with-shaving-machine_1157-51475.jpg?_wi=1", imageAlt: "Luxury Treatment Area"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-stainless-steel-syringe-otoscope-medical-equipment-s-wooden-desk_23-2148050563.jpg?_wi=1", imageAlt: "Hair Treatment Station"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-stainless-steel-syringe-otoscope-medical-equipment-s-wooden-desk_23-2148050563.jpg?_wi=1", imageAlt: "Hair Treatment Station"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-women-taking-selfie_23-2148398701.jpg", imageAlt: "Bridal Makeup Station"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-women-taking-selfie_23-2148398701.jpg", imageAlt: "Bridal Makeup Station"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,11 +94,13 @@ export default function LandingPage() {
|
||||
tag="Services"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Generic salon experience", "Inexperienced staff", "Ordinary products"],
|
||||
"Generic salon experience", "Inexperienced staff", "Ordinary products"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Haircut & Hair Styling - Expert cuts and trends", "Hair Spa & Hair Treatment - Deep conditioning therapy", "Beard Grooming - Professional shaping and maintenance", "Facial & Skin Care - Customized facials and treatments", "Bridal & Party Makeup - Stunning looks for special occasions", "Hair Coloring & Highlights - Premium color services"],
|
||||
"Haircut & Hair Styling - Expert cuts and trends", "Hair Spa & Hair Treatment - Deep conditioning therapy", "Beard Grooming - Professional shaping and maintenance", "Facial & Skin Care - Customized facials and treatments", "Bridal & Party Makeup - Stunning looks for special occasions", "Hair Coloring & Highlights - Premium color services"
|
||||
],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -104,11 +115,14 @@ export default function LandingPage() {
|
||||
tag="Visual Showcase"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Professional Styling Station", price: "Visit Us", variant: "Modern Setup", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108776.jpg?_wi=2", imageAlt: "Professional Styling Station"},
|
||||
id: "1", name: "Professional Styling Station", price: "Visit Us", variant: "Modern Setup", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108776.jpg?_wi=2", imageAlt: "Professional Styling Station"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Luxury Salon Space", price: "Premium", variant: "Contemporary Design", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205927.jpg?_wi=3", imageAlt: "Luxury Salon Interior"},
|
||||
id: "2", name: "Luxury Salon Space", price: "Premium", variant: "Contemporary Design", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205927.jpg?_wi=3", imageAlt: "Luxury Salon Interior"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Treatment Area", price: "Expert Care", variant: "Spa Quality", imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-trimming-little-dog-yorkshire-terrier-puppy-getting-haircut-with-shaving-machine_1157-51475.jpg?_wi=2", imageAlt: "Professional Treatment Area"},
|
||||
id: "3", name: "Treatment Area", price: "Expert Care", variant: "Spa Quality", imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-trimming-little-dog-yorkshire-terrier-puppy-getting-haircut-with-shaving-machine_1157-51475.jpg?_wi=2", imageAlt: "Professional Treatment Area"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -125,16 +139,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Experienced Stylists", role: "Expert Team", company: "Professional & Certified", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108776.jpg?_wi=3", imageAlt: "Professional Salon Team"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108776.jpg?_wi=3", imageAlt: "Professional Salon Team"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Premium Products", role: "Quality Assurance", company: "Top Brands Only", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-stainless-steel-syringe-otoscope-medical-equipment-s-wooden-desk_23-2148050563.jpg?_wi=2", imageAlt: "Premium Product Selection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-stainless-steel-syringe-otoscope-medical-equipment-s-wooden-desk_23-2148050563.jpg?_wi=2", imageAlt: "Premium Product Selection"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Hygienic Environment", role: "Clean & Safe", company: "Highest Standards", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-trimming-little-dog-yorkshire-terrier-puppy-getting-haircut-with-shaving-machine_1157-51475.jpg?_wi=3", imageAlt: "Pristine Salon Space"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-trimming-little-dog-yorkshire-terrier-puppy-getting-haircut-with-shaving-machine_1157-51475.jpg?_wi=3", imageAlt: "Pristine Salon Space"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Customer Satisfaction", role: "Your Happiness", company: "100% Guarantee", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205927.jpg?_wi=4", imageAlt: "Happy Client Experience"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205927.jpg?_wi=4", imageAlt: "Happy Client Experience"
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user