diff --git a/src/app/page.tsx b/src/app/page.tsx
index b60d440..9728369 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,69 +30,38 @@ export default function LandingPage() {
@@ -266,27 +151,16 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "What areas do you serve?",
- content: "We serve Velachery, Chennai and surrounding areas.",
- },
+ id: "1", title: "What areas do you serve?", content: "We serve Velachery, Chennai and surrounding areas."},
{
- id: "2",
- title: "Do you provide same-day service?",
- content: "Yes, for emergencies, we prioritize same-day visits whenever possible.",
- },
+ id: "2", title: "Do you provide same-day service?", content: "Yes, for emergencies, we prioritize same-day visits whenever possible."},
{
- id: "3",
- title: "How do you charge?",
- content: "We provide transparent, fair pricing before starting any work.",
- },
+ id: "3", title: "How do you charge?", content: "We provide transparent, fair pricing before starting any work."},
]}
ctaTitle="Ready to Get Started?"
ctaDescription="Emergency or planned service, we are here to help."
ctaButton={{
- text: "Call Now",
- href: "tel:+919841635139",
- }}
+ text: "Call Now", href: "tel:+919841635139"}}
ctaIcon={Phone}
/>
@@ -296,33 +170,21 @@ export default function LandingPage() {
logoText="Panneer Selvam"
columns={[
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Reviews",
- href: "#testimonials",
- },
+ label: "Reviews", href: "#testimonials"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "+91 98416 35139",
- href: "tel:+919841635139",
- },
+ label: "+91 98416 35139", href: "tel:+919841635139"},
{
- label: "WhatsApp Us",
- href: "https://wa.me/919841635139",
- },
+ label: "WhatsApp Us", href: "https://wa.me/919841635139"},
],
},
]}