Update src/app/page.tsx
This commit is contained in:
@@ -55,31 +55,31 @@ const testimonials = [
|
||||
|
||||
const metrics = [
|
||||
{
|
||||
id: "1", value: "500+", title: "Happy Clients", description: "Regular customers from across Palermo and nearby neighborhoods", imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-best-friends-posing-indoors_273609-6501.jpg?_wi=1"
|
||||
id: "1", value: "500+", title: "Happy Clients", description: "Regular customers from across Palermo and nearby neighborhoods", imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-best-friends-posing-indoors_273609-6501.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", value: "10", title: "Expert Stylists", description: "Certified professionals with years of salon experience and training", imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-woman-getting-white-facial-mask-spa-treatment-beauty-salon_637285-2198.jpg?_wi=1"
|
||||
id: "2", value: "10", title: "Expert Stylists", description: "Certified professionals with years of salon experience and training", imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-woman-getting-white-facial-mask-spa-treatment-beauty-salon_637285-2198.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", value: "100%", title: "Satisfaction Rate", description: "Committed to exceeding expectations with every service visit", imageSrc: "http://img.b2bpic.net/free-photo/nail-care-manicure-process_23-2149130315.jpg?_wi=1"
|
||||
id: "3", value: "100%", title: "Satisfaction Rate", description: "Committed to exceeding expectations with every service visit", imageSrc: "http://img.b2bpic.net/free-photo/nail-care-manicure-process_23-2149130315.jpg"
|
||||
}
|
||||
];
|
||||
|
||||
const plans = [
|
||||
{
|
||||
id: "haircut", title: "Haircut & Styling", price: "$300-500", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-best-friends-posing-indoors_273609-6501.jpg?_wi=2", button: { text: "Book Now", href: "#contact" },
|
||||
id: "haircut", title: "Haircut & Styling", price: "$300-500", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-best-friends-posing-indoors_273609-6501.jpg", button: { text: "Book Now", href: "#contact" },
|
||||
features: [
|
||||
"Professional cut and styling", "Expert consultation", "Premium hair products", "Personalized recommendations"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "manicure", title: "Manicure & Pedicure", price: "$250-400", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/nail-care-manicure-process_23-2149130315.jpg?_wi=2", button: { text: "Book Now", href: "#contact" },
|
||||
id: "manicure", title: "Manicure & Pedicure", price: "$250-400", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/nail-care-manicure-process_23-2149130315.jpg", button: { text: "Book Now", href: "#contact" },
|
||||
features: [
|
||||
"Premium nail care", "Nail art design options", "Quality polish brands", "Relaxing treatment experience"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "beauty", title: "Beauty Treatments", price: "$150-600", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-woman-getting-white-facial-mask-spa-treatment-beauty-salon_637285-2198.jpg?_wi=2", button: { text: "Book Now", href: "#contact" },
|
||||
id: "beauty", title: "Beauty Treatments", price: "$150-600", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-woman-getting-white-facial-mask-spa-treatment-beauty-salon_637285-2198.jpg", button: { text: "Book Now", href: "#contact" },
|
||||
features: [
|
||||
"Facial treatments and waxing", "Professional skincare", "Premium beauty products", "Customized treatments"
|
||||
]
|
||||
@@ -177,6 +177,7 @@ export default function LandingPage() {
|
||||
imageAlt="Platinum Unisex Salon Interior"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user