diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ad9b13..6201db6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,31 +33,19 @@ export default function LandingPage() { @@ -67,37 +55,23 @@ export default function LandingPage() { description="Indulge in world-class hair styling, personalized color treatments, and premium grooming services in a serene, luxurious atmosphere." buttons={[ { - text: "Explore Services", - href: "#features", - }, + text: "Explore Services", href: "#features"}, { - text: "Book Appointment", - href: "#contact", - }, + text: "Book Appointment", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg" showDimOverlay={true} avatars={[ { - src: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205854.jpg", - alt: "Happy client 1", - }, + src: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205854.jpg", alt: "Happy client 1"}, { - src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", - alt: "Happy client 2", - }, + src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", alt: "Happy client 2"}, { - src: "http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151500974.jpg", - alt: "Happy client 3", - }, + src: "http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151500974.jpg", alt: "Happy client 3"}, { - src: "http://img.b2bpic.net/free-photo/anime-style-beauty-salon-with-cosmetology-equipment_23-2151500999.jpg", - alt: "Happy client 4", - }, + src: "http://img.b2bpic.net/free-photo/anime-style-beauty-salon-with-cosmetology-equipment_23-2151500999.jpg", alt: "Happy client 4"}, { - src: "http://img.b2bpic.net/free-photo/woman-posing-confident-way_23-2148974036.jpg", - alt: "Happy client 5", - }, + src: "http://img.b2bpic.net/free-photo/woman-posing-confident-way_23-2148974036.jpg", alt: "Happy client 5"}, ]} avatarText="Trusted by over 3,500+ happy clients" /> @@ -118,26 +92,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", - title: "Precision Cuts", - description: "Expert styling for all hair types.", - tag: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-protective-face-mask-enjoying-hair-wash-hairdresser-s_637285-9006.jpg", - }, + id: "1", title: "Precision Cuts", description: "Expert styling for all hair types.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-protective-face-mask-enjoying-hair-wash-hairdresser-s_637285-9006.jpg"}, { - id: "2", - title: "Custom Coloring", - description: "Expert hair coloring and highlights.", - tag: "Trendy", - imageSrc: "http://img.b2bpic.net/free-photo/stylist-washing-off-dye-sink_23-2147769787.jpg", - }, + id: "2", title: "Custom Coloring", description: "Expert hair coloring and highlights.", tag: "Trendy", imageSrc: "http://img.b2bpic.net/free-photo/stylist-washing-off-dye-sink_23-2147769787.jpg"}, { - id: "3", - title: "Keratin Treatments", - description: "Smooth, healthy, and revitalized hair.", - tag: "Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-hairsalon_1157-27184.jpg", - }, + id: "3", title: "Keratin Treatments", description: "Smooth, healthy, and revitalized hair.", tag: "Specialist", imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-hairsalon_1157-27184.jpg"}, ]} title="Curated Salon Services" description="Experience excellence with our range of professional treatments tailored to your unique style and needs." @@ -151,51 +110,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - name: "Essential Cut", - price: "₹800", - features: [ - "Consultation", - "Hair Wash", - "Styling", - ], + id: "p1", name: "Essential Cut", price: "₹800", features: [ + "Consultation", "Hair Wash", "Styling"], buttons: [ { - text: "Book", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ], }, { - id: "p2", - name: "Color Transformation", - price: "₹2500", - features: [ - "Custom Consultation", - "Root Touchup", - "Gloss Treatment", - ], + id: "p2", name: "Color Transformation", price: "₹2500", features: [ + "Custom Consultation", "Root Touchup", "Gloss Treatment"], buttons: [ { - text: "Book", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ], }, { - id: "p3", - name: "Deluxe Keratin", - price: "₹4500", - features: [ - "Deep Cleansing", - "Keratin Treatment", - "Post-care advice", - ], + id: "p3", name: "Deluxe Keratin", price: "₹4500", features: [ + "Deep Cleansing", "Keratin Treatment", "Post-care advice"], buttons: [ { - text: "Book", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ], }, ]} @@ -212,25 +147,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "3.5k+", - title: "Happy Clients", - description: "Trusted by the city", - icon: Star, + id: "m1", value: "3.5k+", title: "Happy Clients", description: "Trusted by the city", icon: Star, }, { - id: "m2", - value: "4.8", - title: "Rating", - description: "Consistent quality", - icon: Award, + id: "m2", value: "4.8", title: "Rating", description: "Consistent quality", icon: Award, }, { - id: "m3", - value: "10+", - title: "Expert Stylists", - description: "Highly trained professionals", - icon: Users, + id: "m3", value: "10+", title: "Expert Stylists", description: "Highly trained professionals", icon: Users, }, ]} title="Salon Excellence" @@ -246,20 +169,11 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "tm1", - name: "Mr. Uttam", - imageSrc: "http://img.b2bpic.net/free-photo/regretted-young-beautiful-female-barber-uniform-speaks-phone-isolated-green-background_141793-118626.jpg", - }, + id: "tm1", name: "Mr. Uttam", imageSrc: "http://img.b2bpic.net/free-photo/regretted-young-beautiful-female-barber-uniform-speaks-phone-isolated-green-background_141793-118626.jpg"}, { - id: "tm2", - name: "Deep", - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blonde-female-dressed-white-t-shirt-waistcoat-grey-background_613910-9333.jpg", - }, + id: "tm2", name: "Deep", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blonde-female-dressed-white-t-shirt-waistcoat-grey-background_613910-9333.jpg"}, { - id: "tm3", - name: "Mr. Gaurang", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-customer-barber-shop_23-2147736999.jpg", - }, + id: "tm3", name: "Mr. Gaurang", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-customer-barber-shop_23-2147736999.jpg"}, ]} memberVariant="card" /> @@ -272,40 +186,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sharlin Shastri", - handle: "@sharlin", - testimonial: "I finally got the perfect pixie cut. Pixie cuts are not easy, but Uttam delivered flawlessly.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230943.jpg", - }, + id: "t1", name: "Sharlin Shastri", handle: "@sharlin", testimonial: "I finally got the perfect pixie cut. Pixie cuts are not easy, but Uttam delivered flawlessly.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230943.jpg"}, { - id: "t2", - name: "Manali Shah", - handle: "@manali", - testimonial: "Absolutely loved the service! Deep's suggestions were extremely helpful.", - imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg", - }, + id: "t2", name: "Manali Shah", handle: "@manali", testimonial: "Absolutely loved the service! Deep's suggestions were extremely helpful.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg"}, { - id: "t3", - name: "Apoorva Paniya", - handle: "@apoorva", - testimonial: "Really happy with my haircut by Gaurang. He understood my style and did it with precision.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-looking-young-beautiful-female-barber-uniform-holding-barber-tools-isolated-pink-wall_141793-105655.jpg", - }, + id: "t3", name: "Apoorva Paniya", handle: "@apoorva", testimonial: "Really happy with my haircut by Gaurang. He understood my style and did it with precision.", imageSrc: "http://img.b2bpic.net/free-photo/confident-looking-young-beautiful-female-barber-uniform-holding-barber-tools-isolated-pink-wall_141793-105655.jpg"}, { - id: "t4", - name: "Riya Desai", - handle: "@riya", - testimonial: "The best salon in Ahmedabad for budget prices and high-end results.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-sitting-sofa-looking-camera-high-quality-photo_114579-31508.jpg", - }, + id: "t4", name: "Riya Desai", handle: "@riya", testimonial: "The best salon in Ahmedabad for budget prices and high-end results.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-sitting-sofa-looking-camera-high-quality-photo_114579-31508.jpg"}, { - id: "t5", - name: "Karan Mehta", - handle: "@karan", - testimonial: "Friendly staff, quality service, and consistently great communication.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-smiling-woman-is-trying-beautiful-necklace-posh-jewellery-shop_613910-20742.jpg", - }, + id: "t5", name: "Karan Mehta", handle: "@karan", testimonial: "Friendly staff, quality service, and consistently great communication.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-smiling-woman-is-trying-beautiful-necklace-posh-jewellery-shop_613910-20742.jpg"}, ]} title="Trusted by Our Ahmedabad Community" description="Read what our lovely clients have to say about their transformations." @@ -316,20 +205,15 @@ export default function LandingPage() { @@ -340,46 +224,29 @@ export default function LandingPage() { logoText="LATEST SALON" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Haircuts", - href: "#features", - }, + label: "Haircuts", href: "#features"}, { - label: "Coloring", - href: "#features", - }, + label: "Coloring", href: "#features"}, { - label: "Keratin", - href: "#features", - }, + label: "Keratin", href: "#features"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Appointments", - href: "#contact", - }, + label: "Appointments", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Use", - href: "#", - }, + label: "Terms of Use", href: "#"}, ], }, ]} @@ -388,4 +255,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file