Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 11:46:30 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLarge"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -34,7 +34,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Book Now", href: "#contact"}}
text: "Book Now", href: "#contact"
}}
/>
</div>
@@ -42,7 +43,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="GOLDEN GLOW"
description="Premium Beauty Salon & Makeup Academy in Kharadi. Experience top-quality beauty services with our certified professionals. Trusted by 14+ happy clients with 4.9-star rating."
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
buttons={[
{ text: "Book Appointment", href: "#contact" },
{ text: "Call: 095521 77505", href: "tel:09552177505" },
@@ -61,13 +62,17 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-surface-office-audience_78826-2391.jpg?_wi=1", imageAlt: "Priya Sharma"},
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-surface-office-audience_78826-2391.jpg", imageAlt: "Priya Sharma"
},
{
id: "2", name: "Anjali Verma", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=1", imageAlt: "Anjali Verma"},
id: "2", name: "Anjali Verma", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Anjali Verma"
},
{
id: "3", name: "Neha Patel", imageSrc: "http://img.b2bpic.net/free-photo/professional-company-executive-reviews-enterprise-solutions-her-laptop_482257-107856.jpg?_wi=1", imageAlt: "Neha Patel"},
id: "3", name: "Neha Patel", imageSrc: "http://img.b2bpic.net/free-photo/professional-company-executive-reviews-enterprise-solutions-her-laptop_482257-107856.jpg", imageAlt: "Neha Patel"
},
{
id: "4", name: "Kavya Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg?_wi=1", imageAlt: "Kavya Singh"},
id: "4", name: "Kavya Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", imageAlt: "Kavya Singh"
},
]}
cardTitle="Trusted by 14+ happy clients with 4.9-star rating"
cardTag="See what they say"
@@ -82,22 +87,26 @@ export default function LandingPage() {
features={[
{
id: "bridal", label: "Bridal", title: "Bridal & Event Makeup", items: [
"Professional bridal makeup artistry", "Customized looks for weddings", "Special occasion styling", "Pre-bridal skincare packages"],
"Professional bridal makeup artistry", "Customized looks for weddings", "Special occasion styling", "Pre-bridal skincare packages"
],
buttons: [{ text: "Inquire", href: "#contact" }],
},
{
id: "hair", label: "Hair Care", title: "Hair Services & Styling", items: [
"Professional haircuts & perms", "Balayage & hair coloring", "Expert braiding & hairstyling", "Shampoo conditioning treatments"],
"Professional haircuts & perms", "Balayage & hair coloring", "Expert braiding & hairstyling", "Shampoo conditioning treatments"
],
buttons: [{ text: "Book Now", href: "#contact" }],
},
{
id: "skin", label: "Skin & Spa", title: "Facials & Skincare", items: [
"Professional facials & treatments", "Customized skincare solutions", "Relaxing spa services", "Waxing & body treatments"],
"Professional facials & treatments", "Customized skincare solutions", "Relaxing spa services", "Waxing & body treatments"
],
buttons: [{ text: "Schedule", href: "#contact" }],
},
{
id: "nails", label: "Nails & Brows", title: "Nails, Brows & Threading", items: [
"Professional manicure & pedicure", "Expert eyebrow threading", "Eyebrow beautification services", "Nail art & design"],
"Professional manicure & pedicure", "Expert eyebrow threading", "Eyebrow beautification services", "Nail art & design"
],
buttons: [{ text: "Book Slot", href: "#contact" }],
},
]}
@@ -149,13 +158,17 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-surface-office-audience_78826-2391.jpg?_wi=2", imageAlt: "Priya Sharma - Happy Client"},
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-surface-office-audience_78826-2391.jpg", imageAlt: "Priya Sharma - Happy Client"
},
{
id: "2", name: "Anjali Verma", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=2", imageAlt: "Anjali Verma - Bridal Client"},
id: "2", name: "Anjali Verma", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Anjali Verma - Bridal Client"
},
{
id: "3", name: "Neha Patel", imageSrc: "http://img.b2bpic.net/free-photo/professional-company-executive-reviews-enterprise-solutions-her-laptop_482257-107856.jpg?_wi=2", imageAlt: "Neha Patel - Regular Customer"},
id: "3", name: "Neha Patel", imageSrc: "http://img.b2bpic.net/free-photo/professional-company-executive-reviews-enterprise-solutions-her-laptop_482257-107856.jpg", imageAlt: "Neha Patel - Regular Customer"
},
{
id: "4", name: "Kavya Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg?_wi=2", imageAlt: "Kavya Singh - Academy Graduate"},
id: "4", name: "Kavya Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", imageAlt: "Kavya Singh - Academy Graduate"
},
]}
cardTitle="Clean environment, good quality products, and amazing service at affordable rates"
cardTag="Customer Reviews"
@@ -177,7 +190,7 @@ export default function LandingPage() {
{ text: "Book Appointment", href: "#contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
ariaLabel="Contact section to book appointments or inquire about services"
/>