diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8fd9608..cf65b6f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -58,45 +48,28 @@ export default function LandingPage() {
@@ -123,41 +96,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "s1",
- name: "Luxury Facial",
- price: "₹1,500",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230928.jpg",
- },
+ id: "s1", name: "Luxury Facial", price: "₹1,500", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230928.jpg"},
{
- id: "s2",
- name: "Bridal Hair Styling",
- price: "₹2,500",
- imageSrc: "http://img.b2bpic.net/free-photo/bride-posing-stairs_1153-33.jpg",
- },
+ id: "s2", name: "Bridal Hair Styling", price: "₹2,500", imageSrc: "http://img.b2bpic.net/free-photo/bride-posing-stairs_1153-33.jpg"},
{
- id: "s3",
- name: "Nail Art Design",
- price: "₹800",
- imageSrc: "http://img.b2bpic.net/free-photo/nail-art-professional-working-client-nails_23-2149265944.jpg",
- },
+ id: "s3", name: "Nail Art Design", price: "₹800", imageSrc: "http://img.b2bpic.net/free-photo/nail-art-professional-working-client-nails_23-2149265944.jpg"},
{
- id: "s4",
- name: "Professional Hair Spa",
- price: "₹1,200",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hair-process-keratin-treatment_23-2149332450.jpg",
- },
+ id: "s4", name: "Professional Hair Spa", price: "₹1,200", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hair-process-keratin-treatment_23-2149332450.jpg"},
{
- id: "s5",
- name: "High-Fashion Makeup",
- price: "₹3,000",
- imageSrc: "http://img.b2bpic.net/free-photo/artist-working-happy-customer_23-2148398651.jpg",
- },
+ id: "s5", name: "High-Fashion Makeup", price: "₹3,000", imageSrc: "http://img.b2bpic.net/free-photo/artist-working-happy-customer_23-2148398651.jpg"},
{
- id: "s6",
- name: "Body Skin Treatment",
- price: "₹2,000",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-visiting-cosmetologist-making-rejuvenation-procedures_1303-26048.jpg",
- },
+ id: "s6", name: "Body Skin Treatment", price: "₹2,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-visiting-cosmetologist-making-rejuvenation-procedures_1303-26048.jpg"},
]}
title="Featured Services"
description="Discover our signature beauty treatments designed to enhance your natural glow."
@@ -171,57 +120,28 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "basic",
- badge: "Essentials",
- price: "₹1,999",
- subtitle: "Basic grooming needs",
- buttons: [
+ id: "basic", badge: "Essentials", price: "₹1,999", subtitle: "Basic grooming needs", buttons: [
{
- text: "Book Now",
- href: "#",
- },
+ text: "Book Now", href: "#"},
],
features: [
- "Manicure",
- "Pedicure",
- "Cleanup",
- ],
+ "Manicure", "Pedicure", "Cleanup"],
},
{
- id: "premium",
- badge: "Most Popular",
- price: "₹3,999",
- subtitle: "Full rejuvenation",
- buttons: [
+ id: "premium", badge: "Most Popular", price: "₹3,999", subtitle: "Full rejuvenation", buttons: [
{
- text: "Book Now",
- href: "#",
- },
+ text: "Book Now", href: "#"},
],
features: [
- "Facial",
- "Hair Spa",
- "Manicure",
- "Pedicure",
- ],
+ "Facial", "Hair Spa", "Manicure", "Pedicure"],
},
{
- id: "luxury",
- badge: "Elite",
- price: "₹5,999",
- subtitle: "Complete transformation",
- buttons: [
+ id: "luxury", badge: "Elite", price: "₹5,999", subtitle: "Complete transformation", buttons: [
{
- text: "Book Now",
- href: "#",
- },
+ text: "Book Now", href: "#"},
],
features: [
- "Bridal Makeup",
- "Full Body Spa",
- "Hair Styling",
- "Nail Art",
- ],
+ "Bridal Makeup", "Full Body Spa", "Hair Styling", "Nail Art"],
},
]}
title="Choose Your Perfect Package"
@@ -231,50 +151,26 @@ export default function LandingPage() {
@@ -304,55 +197,35 @@ export default function LandingPage() {
logoText="The Perfect Touch & Magic Looks"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Salon",
- items: [
+ title: "Salon", items: [
{
- label: "Branches",
- href: "#",
- },
+ label: "Branches", href: "#"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
],
},
{
- title: "Home Service",
- items: [
+ title: "Home Service", items: [
{
- label: "Packages",
- href: "#packages",
- },
+ label: "Packages", href: "#packages"},
{
- label: "Academy",
- href: "#",
- },
+ label: "Academy", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}