diff --git a/src/app/page.tsx b/src/app/page.tsx
index 63026f1..cc292f3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,34 +33,20 @@ export default function LandingPage() {
@@ -351,61 +214,31 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "bronze",
- badge: "Essential",
- badgeIcon: Star,
- price: "₹999",
- subtitle: "Quick Refresh",
- buttons: [
+ id: "bronze", badge: "Essential", badgeIcon: Star,
+ price: "₹999", subtitle: "Quick Refresh", buttons: [
{
- text: "Choose Plan",
- href: "#contact",
- },
+ text: "Choose Plan", href: "#contact"},
],
features: [
- "Haircut & Wash",
- "Basic Facial",
- "Express Manicure",
- ],
+ "Haircut & Wash", "Basic Facial", "Express Manicure"],
},
{
- id: "silver",
- badge: "Popular",
- badgeIcon: Sparkles,
- price: "₹1999",
- subtitle: "Complete Glam",
- buttons: [
+ id: "silver", badge: "Popular", badgeIcon: Sparkles,
+ price: "₹1999", subtitle: "Complete Glam", buttons: [
{
- text: "Choose Plan",
- href: "#contact",
- },
+ text: "Choose Plan", href: "#contact"},
],
features: [
- "Haircut & Styling",
- "Deep Cleansing Facial",
- "Gel Manicure & Pedicure",
- "Eyebrow Shaping",
- ],
+ "Haircut & Styling", "Deep Cleansing Facial", "Gel Manicure & Pedicure", "Eyebrow Shaping"],
},
{
- id: "gold",
- badge: "Premium",
- badgeIcon: Sparkles,
- price: "₹3499",
- subtitle: "Ultimate Indulgence",
- buttons: [
+ id: "gold", badge: "Premium", badgeIcon: Sparkles,
+ price: "₹3499", subtitle: "Ultimate Indulgence", buttons: [
{
- text: "Choose Plan",
- href: "#contact",
- },
+ text: "Choose Plan", href: "#contact"},
],
features: [
- "Premium Hair Spa",
- "Anti-Aging Facial",
- "Luxury Manicure & Pedicure",
- "Body Waxing (Full)",
- "Professional Make-up",
- ],
+ "Premium Hair Spa", "Anti-Aging Facial", "Luxury Manicure & Pedicure", "Body Waxing (Full)", "Professional Make-up"],
},
]}
title="Our Signature Packages"
@@ -419,25 +252,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "How can I book an appointment?",
- content: "You can book an appointment by calling us at 099116 02902 or by visiting our salon directly during business hours.",
- },
+ id: "1", title: "How can I book an appointment?", content: "You can book an appointment by calling us at 099116 02902 or by visiting our salon directly during business hours."},
{
- id: "2",
- title: "What are your operating hours?",
- content: "We are open daily and close at 9:30 PM. Please call us to confirm specific timings for holidays or special occasions.",
- },
+ id: "2", title: "What are your operating hours?", content: "We are open daily and close at 9:30 PM. Please call us to confirm specific timings for holidays or special occasions."},
{
- id: "3",
- title: "Do you offer bridal services?",
- content: "Yes, we offer comprehensive bridal and event preparation services. Please contact us to discuss your requirements and customize a package.",
- },
+ id: "3", title: "Do you offer bridal services?", content: "Yes, we offer comprehensive bridal and event preparation services. Please contact us to discuss your requirements and customize a package."},
{
- id: "4",
- title: "What payment methods do you accept?",
- content: "We accept cash, major credit/debit cards, and popular digital payment options. Please inquire at the reception for more details.",
- },
+ id: "4", title: "What payment methods do you accept?", content: "We accept cash, major credit/debit cards, and popular digital payment options. Please inquire at the reception for more details."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our salon, services, and appointment bookings."
@@ -449,15 +270,12 @@ export default function LandingPage() {
@@ -468,13 +286,9 @@ export default function LandingPage() {
logoAlt="Handsome Unisex Salon Logo"
logoText="Handsome Unisex Salon"
leftLink={{
- text: "Privacy Policy",
- href: "#",
- }}
+ text: "Privacy Policy", href: "#"}}
rightLink={{
- text: "Terms of Service",
- href: "#",
- }}
+ text: "Terms of Service", href: "#"}}
/>