Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-19 10:15:47 +00:00

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "pricing", title: "Transparent Pricing", description: "Final price confirmed BEFORE we start. No hidden charges, no surprises.", media: { imageSrc: "http://img.b2bpic.net/free-photo/visit-friendly-hairdresser-salon_329181-1936.jpg", imageAlt: "Professional hair service" },
id: "pricing", title: "Transparent Pricing", description: "Final price confirmed BEFORE we start. No hidden charges, no surprises.", media: { imageSrc: "http://img.b2bpic.net/free-photo/visit-friendly-hairdresser-salon_329181-1936.jpg?_wi=1", imageAlt: "Professional hair service" },
items: [
{ icon: DollarSign, text: "Prices told upfront" },
{ icon: Shield, text: "No hidden charges" },
@@ -74,7 +74,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "quality", title: "Consistent Quality", description: "Same professional results, every visit. We use proper products and techniques.", media: { imageSrc: "http://img.b2bpic.net/free-photo/patient-undergoing-microneedling-procedure_23-2149374056.jpg", imageAlt: "Professional skin service" },
id: "quality", title: "Consistent Quality", description: "Same professional results, every visit. We use proper products and techniques.", media: { imageSrc: "http://img.b2bpic.net/free-photo/patient-undergoing-microneedling-procedure_23-2149374056.jpg?_wi=1", imageAlt: "Professional skin service" },
items: [
{ icon: Star, text: "Quality products" },
{ icon: Zap, text: "Expert technique" },
@@ -83,7 +83,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "hygiene", title: "Clean & Hygienic", description: "Professional-grade sterilization. Clean tools. Always. Because your health matters.", media: { imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg", imageAlt: "Clean salon environment" },
id: "hygiene", title: "Clean & Hygienic", description: "Professional-grade sterilization. Clean tools. Always. Because your health matters.", media: { imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg?_wi=1", imageAlt: "Clean salon environment" },
items: [
{ icon: Droplets, text: "Sterilized tools" },
{ icon: Sparkles, text: "Clean environment" },
@@ -107,12 +107,12 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
products={[
{ id: "haircut", name: "Premium Haircut", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/visit-friendly-hairdresser-salon_329181-1936.jpg", imageAlt: "Professional haircut service" },
{ id: "haircut", name: "Premium Haircut", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/visit-friendly-hairdresser-salon_329181-1936.jpg?_wi=2", imageAlt: "Professional haircut service" },
{ id: "hair-spa", name: "Hair Spa", price: "₹1,500+", imageSrc: "http://img.b2bpic.net/free-photo/sisters-twins-posing-smiling-grey_176420-7602.jpg", imageAlt: "Hair spa treatment" },
{ id: "hair-color", name: "Hair Color", price: "₹2,000+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-artistic-girl_23-2148014062.jpg", imageAlt: "Professional hair coloring" },
{ id: "facial", name: "Professional Facial", price: "₹800", imageSrc: "http://img.b2bpic.net/free-photo/patient-undergoing-microneedling-procedure_23-2149374056.jpg", imageAlt: "Facial treatment service" },
{ id: "facial", name: "Professional Facial", price: "₹800", imageSrc: "http://img.b2bpic.net/free-photo/patient-undergoing-microneedling-procedure_23-2149374056.jpg?_wi=2", imageAlt: "Facial treatment service" },
{ id: "cleanup", name: "Skin Cleanup", price: "₹500", imageSrc: "http://img.b2bpic.net/free-photo/combination-facial-features-concept_23-2150087675.jpg", imageAlt: "Skin cleanup service" },
{ id: "manicure", name: "Manicure & Pedicure", price: "₹600+", imageSrc: "http://img.b2bpic.net/free-photo/visit-friendly-hairdresser-salon_329181-1936.jpg", imageAlt: "Manicure pedicure service" }
{ id: "manicure", name: "Manicure & Pedicure", price: "₹600+", imageSrc: "http://img.b2bpic.net/free-photo/visit-friendly-hairdresser-salon_329181-1936.jpg?_wi=3", imageAlt: "Manicure pedicure service" }
]}
/>
</div>
@@ -146,7 +146,7 @@ export default function LandingPage() {
tag="Our Story"
tagIcon={Heart}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg?_wi=2"
imageAlt="Alex Hair & Skin Studio"
mediaAnimation="slide-up"
metricsAnimation="slide-up"