diff --git a/src/app/page.tsx b/src/app/page.tsx index 586ebeb..3f5741b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,29 +31,17 @@ export default function LandingPage() { @@ -154,28 +112,18 @@ export default function LandingPage() { author="Anjali Sharma, Office Manager, Tech Solutions Inc." avatars={[ { - src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", - alt: "Anjali Sharma", - }, + src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", alt: "Anjali Sharma"}, { - src: "http://img.b2bpic.net/free-photo/portrait-successful-confident-businessman_1262-3058.jpg", - alt: "Ramesh Kumar", - }, + src: "http://img.b2bpic.net/free-photo/portrait-successful-confident-businessman_1262-3058.jpg", alt: "Ramesh Kumar"}, { - src: "http://img.b2bpic.net/free-photo/close-up-shot-tender-gentle-cute-redhead-cutie-with-long-natural-hairstyle-smiling-joyfully-with-friendly-expression-posing-cute-sensual-against-orange-background-feeling-happy_1258-81615.jpg", - alt: "Priya Singh", - }, + src: "http://img.b2bpic.net/free-photo/close-up-shot-tender-gentle-cute-redhead-cutie-with-long-natural-hairstyle-smiling-joyfully-with-friendly-expression-posing-cute-sensual-against-orange-background-feeling-happy_1258-81615.jpg", alt: "Priya Singh"}, { - src: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-turtleneck_273609-5618.jpg", - alt: "Deepak Mehta", - }, + src: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-turtleneck_273609-5618.jpg", alt: "Deepak Mehta"}, { - src: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg", - alt: "Sneha Reddy", - }, + src: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg", alt: "Sneha Reddy"}, ]} - ratingAnimation="reveal-blur" - avatarsAnimation="reveal-blur" + ratingAnimation="blur-reveal" + avatarsAnimation="blur-reveal" /> @@ -185,33 +133,21 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "What types of cleaning services do you offer?", - content: "We offer a comprehensive range of services including residential cleaning, commercial cleaning, deep cleaning, post-construction cleanup, and specialized cleaning tailored to your specific needs.", - }, + id: "faq1", title: "What types of cleaning services do you offer?", content: "We offer a comprehensive range of services including residential cleaning, commercial cleaning, deep cleaning, post-construction cleanup, and specialized cleaning tailored to your specific needs."}, { - id: "faq2", - title: "How do I book a cleaning service?", - content: "You can easily book a service by filling out the 'Get a Free Quote' form on our website, or by calling us directly. Our team will get back to you promptly to discuss your requirements and schedule an appointment.", - }, + id: "faq2", title: "How do I book a cleaning service?", content: "You can easily book a service by filling out the 'Get a Free Quote' form on our website, or by calling us directly. Our team will get back to you promptly to discuss your requirements and schedule an appointment."}, { - id: "faq3", - title: "Are your cleaning products eco-friendly?", - content: "Yes, we are committed to sustainability and use high-quality, eco-friendly, and non-toxic cleaning products whenever possible to ensure a safe environment for your family, pets, and employees.", - }, + id: "faq3", title: "Are your cleaning products eco-friendly?", content: "Yes, we are committed to sustainability and use high-quality, eco-friendly, and non-toxic cleaning products whenever possible to ensure a safe environment for your family, pets, and employees."}, { - id: "faq4", - title: "Do I need to provide cleaning supplies?", - content: "No, our professional team comes fully equipped with all the necessary cleaning supplies and state-of-the-art equipment to deliver a superior cleaning experience. You don't need to worry about anything.", - }, + id: "faq4", title: "Do I need to provide cleaning supplies?", content: "No, our professional team comes fully equipped with all the necessary cleaning supplies and state-of-the-art equipment to deliver a superior cleaning experience. You don't need to worry about anything."}, ]} imageSrc="http://img.b2bpic.net/free-photo/call-center-admin-team-working-together-provide-live-chat-support-handling-clients-complaints_482257-136130.jpg" imageAlt="Customer service answering questions" - mediaAnimation="reveal-blur" + mediaAnimation="blur-reveal" mediaPosition="right" title="Frequently Asked Questions" description="Find quick answers to your most common queries about our cleaning services and how we can best serve your needs." - faqsAnimation="reveal-blur" + faqsAnimation="blur-reveal" /> @@ -219,18 +155,13 @@ export default function LandingPage() { @@ -241,46 +172,29 @@ export default function LandingPage() { logoText="P&B Cleaning Services India" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Clients", - href: "#clients", - }, + label: "Clients", href: "#clients"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}