Update src/app/page.tsx
This commit is contained in:
@@ -55,6 +55,7 @@ export default function LandingPage() {
|
||||
videoSrc="http://img.b2bpic.net/free-video/hair-salon-process.mp4"
|
||||
buttonContainerClassName="flex gap-4"
|
||||
buttons={[{ text: "Book Your Transformation", href: "#contact" }]}
|
||||
testimonials={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,19 +103,19 @@ export default function LandingPage() {
|
||||
"Consultation", "Cut & Finish"],
|
||||
button: {
|
||||
text: "Book Now", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "salon professional stylist portraits"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
|
||||
{
|
||||
id: "p2", title: "Color & Care", price: "₹4,500", period: "from", features: [
|
||||
"Premium Color", "Deep Treatment"],
|
||||
button: {
|
||||
text: "Book Now", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bath-concept-accessories-with-copy-space_23-2148419396.jpg?_wi=2", imageAlt: "salon professional stylist portraits"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bath-concept-accessories-with-copy-space_23-2148419396.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3", title: "Bridal Suite", price: "₹15,000", period: "custom", features: [
|
||||
"Full Makeover", "Trial Sessions"],
|
||||
button: {
|
||||
text: "Book Now", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-drying-woman39s-hair_657883-585.jpg?_wi=2", imageAlt: "salon professional stylist portraits"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-drying-woman39s-hair_657883-585.jpg?_wi=2"},
|
||||
]}
|
||||
title="Exclusive Appointments"
|
||||
description="Choose the transformation that fits your vision."
|
||||
|
||||
Reference in New Issue
Block a user