Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 351d846850 | |||
| a2910a810d | |||
| 19c376d2a5 | |||
| 4e66507376 | |||
| 024ad22f79 | |||
| 4634553c16 | |||
| f8feed90f2 |
@@ -77,19 +77,22 @@ export default function SkincareTemplatePage() {
|
|||||||
description="A curated range of beauty and makeover services to enhance your natural radiance."
|
description="A curated range of beauty and makeover services to enhance your natural radiance."
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Bridal Makeover", price: "Starting $99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Da2kg9FXpZkCrl3ccprU7JKT3z/uploaded-1778506450974-22r9xhmv.jpg", imageAlt: "Bridal makeover"
|
id: "1", name: "Bridal Makeover", price: "Starting Rs. 8500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Da2kg9FXpZkCrl3ccprU7JKT3z/uploaded-1778506450974-22r9xhmv.jpg", imageAlt: "Bridal makeover"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Hair Styling", price: "Starting $49", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Da2kg9FXpZkCrl3ccprU7JKT3z/uploaded-1778506450974-eos54jgr.jpg", imageAlt: "Hair styling"
|
id: "2", name: "Hair Styling", price: "Starting Rs. 4000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Da2kg9FXpZkCrl3ccprU7JKT3z/uploaded-1778506450974-eos54jgr.jpg", imageAlt: "Hair styling"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Skin Treatment", price: "Starting $75", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Da2kg9FXpZkCrl3ccprU7JKT3z/uploaded-1778506450974-hk80rb5c.jpg?_wi=1", imageAlt: "Skin treatment"
|
id: "3", name: "Skin Treatment", price: "Starting Rs. 6500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Da2kg9FXpZkCrl3ccprU7JKT3z/uploaded-1778506450974-hk80rb5c.jpg?_wi=1", imageAlt: "Skin treatment"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "View All Services", href: "#products" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -137,7 +140,7 @@ export default function SkincareTemplatePage() {
|
|||||||
description="Find answers to common questions about our appointments and services."
|
description="Find answers to common questions about our appointments and services."
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "How do I book an appointment?", content: "You can book by calling +91 9958250317 or visiting our center in Sector 11, Faridabad."
|
id: "1", title: "How do I book an appointment?", content: "You can book by calling <a href=\"tel:+919958250317\" class=\"underline\">+91 9958250317</a> or visiting our center in Sector 11, Faridabad."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "Do you offer at-home services?", content: "Yes, for special occasions, we offer mobile services. Please contact us for details."
|
id: "2", title: "Do you offer at-home services?", content: "Yes, for special occasions, we offer mobile services. Please contact us for details."
|
||||||
|
|||||||
Reference in New Issue
Block a user