Compare commits
4 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cec644ae6 | |||
| 6f34396902 | |||
| d9db05a8b8 | |||
|
|
63e71f5e24 |
@@ -18,11 +18,11 @@ export default function HomePage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayMarquee
|
||||
tag="Aesthetic Medicine"
|
||||
title="Where Science Meets Beauty"
|
||||
description="Advanced aesthetic treatments in a serene, luxurious setting. Our board-certified specialists deliver natural-looking results tailored to you."
|
||||
tag="Nail Spa Salon"
|
||||
title="Bmic Nail Spa Salon"
|
||||
description="Premium nail care and spa services at Pavilion KL. Experience luxury treatments tailored to enhance your natural beauty."
|
||||
primaryButton={{ text: "Book an Appointment", href: "#contact" }}
|
||||
secondaryButton={{ text: "(555) 320-8800", href: "tel:5553208800" }}
|
||||
secondaryButton={{ text: "+60 3-2856 4187", href: "tel:+60328564187" }}
|
||||
imageSrc="https://storage.googleapis.com/webild/default/templates/med-spa/hero/hero.webp"
|
||||
avatarsSrc={[
|
||||
"https://storage.googleapis.com/webild/default/templates/med-spa/team/team-doctor-1.webp",
|
||||
@@ -49,7 +49,7 @@ export default function HomePage() {
|
||||
{
|
||||
name: "Botox & Fillers",
|
||||
role: "Smooth fine lines and restore volume",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/services/service1.webp",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/services/service1.webp?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Laser Skin Resurfacing",
|
||||
@@ -138,11 +138,11 @@ export default function HomePage() {
|
||||
rating={5}
|
||||
author="Olivia M., Botox Client"
|
||||
avatars={[
|
||||
{ name: "Olivia M.", imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-assistant-1.webp" },
|
||||
{ name: "Rachel S.", imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-assistant-2.webp" },
|
||||
{ name: "Danielle K.", imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-assistant-3.webp" },
|
||||
{ name: "Emily T.", imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-doctor-1.webp" },
|
||||
{ name: "Sophia L.", imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-doctor-2.webp" },
|
||||
{ name: "Olivia M.", imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-assistant-1.webp?_wi=1" },
|
||||
{ name: "Rachel S.", imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-assistant-2.webp?_wi=1" },
|
||||
{ name: "Danielle K.", imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-assistant-3.webp?_wi=1" },
|
||||
{ name: "Emily T.", imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-doctor-1.webp?_wi=1" },
|
||||
{ name: "Sophia L.", imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-doctor-2.webp?_wi=1" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,27 +156,27 @@ export default function HomePage() {
|
||||
{
|
||||
name: "Dr. Elena Vasquez",
|
||||
role: "Medical Director",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-doctor-1.webp",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-doctor-1.webp?_wi=2",
|
||||
},
|
||||
{
|
||||
name: "Emily Wright",
|
||||
role: "Laser Technician",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-assistant-2.webp",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-assistant-2.webp?_wi=2",
|
||||
},
|
||||
{
|
||||
name: "Maria Lopez",
|
||||
role: "Aesthetic Nurse",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-assistant-1.webp",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-assistant-1.webp?_wi=2",
|
||||
},
|
||||
{
|
||||
name: "Dr. Natalie Kim",
|
||||
role: "Dermatologist",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-doctor-2.webp",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-doctor-2.webp?_wi=2",
|
||||
},
|
||||
{
|
||||
name: "Sophie Taylor",
|
||||
role: "Patient Coordinator",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-assistant-3.webp",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/med-spa/team/team-assistant-3.webp?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -224,7 +224,7 @@ export default function HomePage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your goals...", rows: 4, required: true }}
|
||||
buttonText="Request Appointment"
|
||||
imageSrc="https://storage.googleapis.com/webild/default/templates/med-spa/services/service1.webp"
|
||||
imageSrc="https://storage.googleapis.com/webild/default/templates/med-spa/services/service1.webp?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user