Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 09:13:17 +00:00

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
title="Why Choose Touch N Glow?"
description="We are committed to providing the finest beauty and bridal services with a focus on customer satisfaction, professional expertise, and a hygienic, relaxing environment."
tag="About Us"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-satisfied-female-with-attractive-look-has-pleasant-smile-holds-smart-phone-sits-near-best-friend_273609-3140.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-satisfied-female-with-attractive-look-has-pleasant-smile-holds-smart-phone-sits-near-best-friend_273609-3140.jpg?_wi=1"
imageAlt="Professional salon environment"
buttons={[{ text: "Explore Services", href: "#services" }]}
useInvertedBackground={false}
@@ -101,10 +101,10 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
products={[
{ id: "bridal-makeup", name: "Bridal Makeup", price: "Starting ₹2,500", variant: "Wedding & Occasions", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7905.jpg", imageAlt: "Bridal makeup service" },
{ id: "hair-spa", name: "Hair Spa", price: "Starting ₹1,200", variant: "Treatment & Care", imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4455.jpg", imageAlt: "Hair spa treatment" },
{ id: "hair-spa", name: "Hair Spa", price: "Starting ₹1,200", variant: "Treatment & Care", imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4455.jpg?_wi=1", imageAlt: "Hair spa treatment" },
{ id: "acrylic-nails", name: "Acrylic Nails", price: "Starting ₹800", variant: "Nail Art & Design", imageSrc: "http://img.b2bpic.net/free-photo/spa-treatment-product-female-feet-hand-spa-orchid-flowers-ceramic-bowl_1150-37715.jpg", imageAlt: "Acrylic nail service" },
{ id: "facials", name: "Facials", price: "Starting ₹1,000", variant: "Skin Care", imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26019.jpg", imageAlt: "Facial treatment" },
{ id: "hair-extensions", name: "Hair Extensions", price: "Starting ₹3,000", variant: "Styling & Length", imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4455.jpg", imageAlt: "Hair extensions service" },
{ id: "hair-extensions", name: "Hair Extensions", price: "Starting ₹3,000", variant: "Styling & Length", imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4455.jpg?_wi=2", imageAlt: "Hair extensions service" },
{ id: "threading-waxing", name: "Threading & Waxing", price: "Starting ₹300", variant: "Hair Removal", imageSrc: "http://img.b2bpic.net/free-photo/happy-make-up-artist-studio_23-2148328788.jpg", imageAlt: "Threading and waxing" }
]}
/>
@@ -134,7 +134,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/square-billboards-street_132075-5676.jpg"
imageSrc="http://img.b2bpic.net/free-photo/square-billboards-street_132075-5676.jpg?_wi=1"
imageAlt="Touch N Glow Location"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -154,8 +154,8 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{ id: "1", value: "📞", title: "Call Now", description: "070510 92878 - Open daily until 8:30 PM", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-lying-white-coats_1262-423.jpg", imageAlt: "Call Now" },
{ id: "2", value: "📍", title: "Visit Us", description: "Opposite Unani Hospital, Habak, Nasim Bagh, Srinagar", imageSrc: "http://img.b2bpic.net/free-photo/square-billboards-street_132075-5676.jpg", imageAlt: "Our Location" },
{ id: "3", value: "📅", title: "Book Online", description: "Click the button above to book your appointment instantly", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-satisfied-female-with-attractive-look-has-pleasant-smile-holds-smart-phone-sits-near-best-friend_273609-3140.jpg", imageAlt: "Book Online" }
{ id: "2", value: "📍", title: "Visit Us", description: "Opposite Unani Hospital, Habak, Nasim Bagh, Srinagar", imageSrc: "http://img.b2bpic.net/free-photo/square-billboards-street_132075-5676.jpg?_wi=2", imageAlt: "Our Location" },
{ id: "3", value: "📅", title: "Book Online", description: "Click the button above to book your appointment instantly", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-satisfied-female-with-attractive-look-has-pleasant-smile-holds-smart-phone-sits-near-best-friend_273609-3140.jpg?_wi=2", imageAlt: "Book Online" }
]}
/>
</div>