Update src/app/page.tsx
This commit is contained in:
@@ -49,8 +49,8 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-holding-flowers_23-2149640967.jpg"
|
||||
imageAlt="Professional bridal makeup services"
|
||||
imageSrc="https://images.unsplash.com/photo-1552852081-c7db51fa7581?w=1200&h=800&fit=crop"
|
||||
imageAlt="Professional salon interior with spa ambiance"
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "contact" },
|
||||
{ text: "View Services", href: "services" }
|
||||
@@ -70,22 +70,22 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "facial", name: "Facial Treatments", price: "₹800 - ₹4000+", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg?_wi=1", imageAlt: "Professional facial treatment"
|
||||
id: "facial", name: "Facial Treatments", price: "₹800 - ₹4000+", imageSrc: "https://images.unsplash.com/photo-1570172619644-dfd03cb5f5b9?w=400&h=400&fit=crop", imageAlt: "Professional facial treatment products"
|
||||
},
|
||||
{
|
||||
id: "hair", name: "Hair Services", price: "₹200 - ₹6000+", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-taking-shower_329181-2402.jpg?_wi=1", imageAlt: "Luxury hair treatment and styling"
|
||||
id: "hair", name: "Hair Services", price: "₹200 - ₹6000+", imageSrc: "https://images.unsplash.com/photo-1522337360885-08e87ff1986f?w=400&h=400&fit=crop", imageAlt: "Hair care products and treatments"
|
||||
},
|
||||
{
|
||||
id: "nails", name: "Manicure & Pedicure", price: "₹100 - ₹1000", imageSrc: "http://img.b2bpic.net/free-photo/nail-hygiene-care-beautician-client_23-2148766577.jpg", imageAlt: "Professional nail care services"
|
||||
id: "nails", name: "Manicure & Pedicure", price: "₹100 - ₹1000", imageSrc: "https://images.unsplash.com/photo-1604654894610-df63bc536371?w=400&h=400&fit=crop", imageAlt: "Professional nail care products"
|
||||
},
|
||||
{
|
||||
id: "makeup", name: "Makeup Services", price: "₹500 - ₹16000+", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210707.jpg?_wi=1", imageAlt: "Professional makeup application"
|
||||
id: "makeup", name: "Makeup Services", price: "₹500 - ₹16000+", imageSrc: "https://images.unsplash.com/photo-1596462502278-af8e28fa84d3?w=400&h=400&fit=crop", imageAlt: "Premium makeup product collection"
|
||||
},
|
||||
{
|
||||
id: "waxing", name: "Waxing & Threading", price: "₹30 - ₹1500", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg?_wi=2", imageAlt: "Hair removal services"
|
||||
id: "waxing", name: "Waxing & Threading", price: "₹30 - ₹1500", imageSrc: "https://images.unsplash.com/photo-1568958525872-2b65a56bd150?w=400&h=400&fit=crop", imageAlt: "Professional waxing and threading supplies"
|
||||
},
|
||||
{
|
||||
id: "massage", name: "Massage & Therapy", price: "₹250 - ₹1500", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-taking-shower_329181-2402.jpg?_wi=2", imageAlt: "Relaxing massage therapy"
|
||||
id: "massage", name: "Massage & Therapy", price: "₹250 - ₹1500", imageSrc: "https://images.unsplash.com/photo-1544161515-81290573fba4?w=400&h=400&fit=crop", imageAlt: "Spa therapy and massage oils"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -99,8 +99,8 @@ export default function LandingPage() {
|
||||
description="Expert Beauty Professionals"
|
||||
subdescription="Good Vibes Beauty Spa & Academy - Sarjapura, Bangalore"
|
||||
icon={Star}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot-home_23-2150276078.jpg?_wi=1"
|
||||
imageAlt="Professional beauty experts and trainers"
|
||||
imageSrc="https://images.unsplash.com/photo-1552852081-c7db51fa7581?w=800&h=600&fit=crop"
|
||||
imageAlt="Luxurious salon and spa interior"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -114,19 +114,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Professional Expertise", tags: ["Certified", "Experienced"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot-home_23-2150276078.jpg?_wi=2"
|
||||
imageSrc: "https://images.unsplash.com/photo-1552852081-c7db51fa7581?w=500&h=500&fit=crop"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Premium Products", tags: ["International Brands", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg?_wi=3"
|
||||
imageSrc: "https://images.unsplash.com/photo-1596462502278-af8e28fa84d3?w=500&h=500&fit=crop"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Luxurious Ambiance", tags: ["Modern", "Elegant"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg"
|
||||
imageSrc: "https://images.unsplash.com/photo-1568958525872-2b65a56bd150?w=500&h=500&fit=crop"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Customized Services", tags: ["Personalized", "Professional"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210707.jpg?_wi=2"
|
||||
imageSrc: "https://images.unsplash.com/photo-1570172619644-dfd03cb5f5b9?w=500&h=500&fit=crop"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -153,22 +153,22 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", imageAlt: "Priya Sharma - Client"
|
||||
id: "1", name: "Priya Sharma", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop", imageAlt: "Priya Sharma - Client"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Anjali Patel", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-posing-outdoors-suit_23-2148603025.jpg", imageAlt: "Anjali Patel - Client"
|
||||
id: "2", name: "Anjali Patel", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop", imageAlt: "Anjali Patel - Client"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sneha Reddy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg", imageAlt: "Sneha Reddy - Client"
|
||||
id: "3", name: "Sneha Reddy", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop", imageAlt: "Sneha Reddy - Client"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Deepa Nair", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-home_1398-2388.jpg", imageAlt: "Deepa Nair - Client"
|
||||
id: "4", name: "Deepa Nair", imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=200&h=200&fit=crop", imageAlt: "Deepa Nair - Client"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Kavya Singh", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", imageAlt: "Kavya Singh - Client"
|
||||
id: "5", name: "Kavya Singh", imageSrc: "https://images.unsplash.com/photo-1507031957456-9689c6789b7a?w=200&h=200&fit=crop", imageAlt: "Kavya Singh - Client"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Meera Gupta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", imageAlt: "Meera Gupta - Client"
|
||||
id: "6", name: "Meera Gupta", imageSrc: "https://images.unsplash.com/photo-1523580494863-6f3031224c94?w=200&h=200&fit=crop", imageAlt: "Meera Gupta - Client"
|
||||
}
|
||||
]}
|
||||
cardTitle="Over 5,000+ Happy Customers Trust Our Beauty & Wellness Services"
|
||||
@@ -201,4 +201,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user