From 4a54413d721419623d1bbd85b27c60fe9ea304cf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:21:56 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 67 ++++++++++-------------------------------- 1 file changed, 16 insertions(+), 51 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6bb90c1..406c0c0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ const AboutPage = () => { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -34,9 +34,7 @@ const AboutPage = () => { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now", - href: "tel:09248586898", - }} + text: "Call Now", href: "tel:09248586898"}} /> @@ -45,15 +43,11 @@ const AboutPage = () => { { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Rajesh Kumar", - role: "Small Business Owner", - company: "Local Store", - rating: 5, + id: "1", name: "Rajesh Kumar", role: "Small Business Owner", company: "Local Store", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", - imageAlt: "Rajesh Kumar success story", - }, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Rajesh Kumar success story"}, { - id: "2", - name: "Priya Sharma", - role: "Software Engineer", - company: "Tech Professional", - rating: 5, + id: "2", name: "Priya Sharma", role: "Software Engineer", company: "Tech Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", - imageAlt: "Priya Sharma testimonial", - }, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Priya Sharma testimonial"}, { - id: "3", - name: "Arjun Reddy", - role: "Marketing Manager", - company: "Corporate", - rating: 5, + id: "3", name: "Arjun Reddy", role: "Marketing Manager", company: "Corporate", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", - imageAlt: "Arjun Reddy customer feedback", - }, + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Arjun Reddy customer feedback"}, { - id: "4", - name: "Neha Verma", - role: "Freelance Designer", - company: "Creative", - rating: 5, + id: "4", name: "Neha Verma", role: "Freelance Designer", company: "Creative", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", - imageAlt: "Neha Verma review", - }, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Neha Verma review"}, ]} kpiItems={[ { value: "510+", label: "Verified Reviews" }, @@ -126,8 +96,7 @@ const AboutPage = () => { { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 09248586898", href: "tel:09248586898" }, { label: "WhatsApp: 09248586898", href: "https://wa.me/919248586898" }, { - label: "Get Directions", - href: "https://maps.google.com/?q=Ratna+Electronics+Himayatnagar+Hyderabad", - }, + label: "Get Directions", href: "https://maps.google.com/?q=Ratna+Electronics+Himayatnagar+Hyderabad"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Mobile Repair", href: "/services" }, { label: "Laptop Repair", href: "/services" }, { label: "TV Repair", href: "/services" }, -- 2.49.1 From ab2200ed0ed61cc030ac3cd7f2807cdcef57e1d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:21:56 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d556298..21ba107 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ const ContactPage = () => { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -34,9 +34,7 @@ const ContactPage = () => { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now", - href: "tel:09248586898", - }} + text: "Call Now", href: "tel:09248586898"}} /> @@ -61,15 +59,11 @@ const ContactPage = () => { { { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 09248586898", href: "tel:09248586898" }, { label: "WhatsApp: 09248586898", href: "https://wa.me/919248586898" }, { - label: "Get Directions", - href: "https://maps.google.com/?q=Ratna+Electronics+Himayatnagar+Hyderabad", - }, + label: "Get Directions", href: "https://maps.google.com/?q=Ratna+Electronics+Himayatnagar+Hyderabad"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Mobile Repair", href: "/services" }, { label: "Laptop Repair", href: "/services" }, { label: "TV Repair", href: "/services" }, -- 2.49.1 From 7e295022d18036608c3c895c4103e56100d5d4b7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:21:57 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c1fa6d8..158915b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const sourceSans3 = Source_Sans_3({ - variable: "--font-source-sans-3", - subsets: ["latin"], + variable: "--font-source-sans-3", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Ratna Electronics - Mobile & Laptop Repair Himayatnagar", - description: "Expert electronics repair in Himayatnagar, Hyderabad. Mobile, laptop, TV repair with genuine parts. 10+ years experience. Call 09248586898.", - keywords: "electronics repair Hyderabad, mobile repair Himayatnagar, laptop repair near me, TV repair, Samsung service", - metadataBase: new URL("https://ratnaelectronics.in"), + title: "Ratna Electronics - Mobile & Laptop Repair Himayatnagar", description: "Expert electronics repair in Himayatnagar, Hyderabad. Mobile, laptop, TV repair with genuine parts. 10+ years experience. Call 09248586898.", keywords: "electronics repair Hyderabad, mobile repair Himayatnagar, laptop repair near me, TV repair, Samsung service", metadataBase: new URL("https://ratnaelectronics.in"), alternates: { - canonical: "https://ratnaelectronics.in", - }, + canonical: "https://ratnaelectronics.in"}, openGraph: { - title: "Ratna Electronics - Trusted Repair Service", - description: "Fast, reliable electronics repair for mobile, laptop, and TV in Hyderabad", - type: "website", - siteName: "Ratna Electronics", - images: [ + title: "Ratna Electronics - Trusted Repair Service", description: "Fast, reliable electronics repair for mobile, laptop, and TV in Hyderabad", type: "website", siteName: "Ratna Electronics", images: [ { - url: "http://img.b2bpic.net/free-photo/repairman-uses-magnifier-tweezers-repair-damaged-smartphone-close-up-photo-disassembled-smartphone_613910-20862.jpg", - alt: "Ratna Electronics Service Center", - }, + url: "http://img.b2bpic.net/free-photo/repairman-uses-magnifier-tweezers-repair-damaged-smartphone-close-up-photo-disassembled-smartphone_613910-20862.jpg", alt: "Ratna Electronics Service Center"}, ], }, twitter: { - card: "summary_large_image", - title: "Ratna Electronics - Electronics Repair", - description: "Expert repair services in Himayatnagar, Hyderabad", - images: [ - "http://img.b2bpic.net/free-photo/repairman-uses-magnifier-tweezers-repair-damaged-smartphone-close-up-photo-disassembled-smartphone_613910-20862.jpg", - ], + card: "summary_large_image", title: "Ratna Electronics - Electronics Repair", description: "Expert repair services in Himayatnagar, Hyderabad", images: [ + "http://img.b2bpic.net/free-photo/repairman-uses-magnifier-tweezers-repair-damaged-smartphone-close-up-photo-disassembled-smartphone_613910-20862.jpg"], }, robots: { index: true, -- 2.49.1 From eb47398ce80e284623610e815a32fbdd8c77a5d3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:21:57 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 127 +++++++++++++---------------------------------- 1 file changed, 34 insertions(+), 93 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40a589c..9efa4fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ const HomePage = () => { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -37,9 +37,7 @@ const HomePage = () => { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now", - href: "tel:09248586898", - }} + text: "Call Now", href: "tel:09248586898"}} /> @@ -56,43 +54,31 @@ const HomePage = () => { { text: "Book Service", href: "/contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} dashboard={{ - title: "Service Excellence", - logoIcon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/repairman-uses-magnifier-tweezers-repair-damaged-smartphone-close-up-photo-disassembled-smartphone_613910-20862.jpg", - searchPlaceholder: "Search repair services...", - sidebarItems: [ + title: "Service Excellence", logoIcon: Wrench, + imageSrc: "http://img.b2bpic.net/free-photo/repairman-uses-magnifier-tweezers-repair-damaged-smartphone-close-up-photo-disassembled-smartphone_613910-20862.jpg", searchPlaceholder: "Search repair services...", sidebarItems: [ { icon: Smartphone, active: true }, { icon: Laptop, active: false }, { icon: Tv, active: false }, ], stats: [ { - title: "Happy Customers", - values: [450, 480, 510], - description: "500+ verified reviews", - }, + title: "Happy Customers", values: [450, 480, 510], + description: "500+ verified reviews"}, { - title: "Years Experience", - values: [8, 9, 10], - description: "Trusted service provider", - }, + title: "Years Experience", values: [8, 9, 10], + description: "Trusted service provider"}, { - title: "Services", - values: [7, 8, 9], - description: "Repair types available", - }, + title: "Services", values: [7, 8, 9], + description: "Repair types available"}, ], buttons: [ { text: "WhatsApp", href: "https://wa.me/919248586898" }, { - text: "Get Directions", - href: "https://maps.google.com/?q=Ratna+Electronics+Himayatnagar+Hyderabad", - }, + text: "Get Directions", href: "https://maps.google.com/?q=Ratna+Electronics+Himayatnagar+Hyderabad"}, ], - listTitle: "Popular Services", - listItems: [ + listTitle: "Popular Services", listItems: [ { icon: Smartphone, title: "Mobile Screen Repair", status: "Available" }, { icon: Battery, title: "Battery Replacement", status: "Available" }, { icon: Zap, title: "Motherboard Repair", status: "Available" }, @@ -112,35 +98,23 @@ const HomePage = () => { features={[ { icon: Smartphone, - title: "Mobile Repair", - description: - "Screen replacement, battery, charging port, software issues", - }, + title: "Mobile Repair", description: + "Screen replacement, battery, charging port, software issues"}, { icon: Laptop, - title: "Laptop Repair", - description: "Hardware upgrades, motherboard repair, screen replacement", - }, + title: "Laptop Repair", description: "Hardware upgrades, motherboard repair, screen replacement"}, { icon: Tv, - title: "TV Repair", - description: "Panel issues, power supply, remote repair, software update", - }, + title: "TV Repair", description: "Panel issues, power supply, remote repair, software update"}, { icon: Badge, - title: "Samsung Service", - description: "Authorized Samsung service center for genuine parts", - }, + title: "Samsung Service", description: "Authorized Samsung service center for genuine parts"}, { icon: Battery, - title: "Battery & Charging", - description: "Battery replacement, charger repair, power issues", - }, + title: "Battery & Charging", description: "Battery replacement, charger repair, power issues"}, { icon: Volume2, - title: "Speaker Repair", - description: "Audio issues, speaker replacement, sound testing", - }, + title: "Speaker Repair", description: "Audio issues, speaker replacement, sound testing"}, ]} textboxLayout="default" animationType="slide-up" @@ -154,15 +128,11 @@ const HomePage = () => { { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Rajesh Kumar", - role: "Small Business Owner", - company: "Local Store Owner", - rating: 5, + id: "1", name: "Rajesh Kumar", role: "Small Business Owner", company: "Local Store Owner", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", - imageAlt: "Rajesh Kumar satisfied customer", - }, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Rajesh Kumar satisfied customer"}, { - id: "2", - name: "Priya Sharma", - role: "Software Engineer", - company: "IT Professional", - rating: 5, + id: "2", name: "Priya Sharma", role: "Software Engineer", company: "IT Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", - imageAlt: "Priya Sharma customer testimonial", - }, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Priya Sharma customer testimonial"}, { - id: "3", - name: "Arjun Reddy", - role: "Marketing Manager", - company: "Corporate Employee", - rating: 5, + id: "3", name: "Arjun Reddy", role: "Marketing Manager", company: "Corporate Employee", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", - imageAlt: "Arjun Reddy customer review", - }, + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Arjun Reddy customer review"}, { - id: "4", - name: "Neha Verma", - role: "Freelance Designer", - company: "Creative Professional", - rating: 5, + id: "4", name: "Neha Verma", role: "Freelance Designer", company: "Creative Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", - imageAlt: "Neha Verma happy client", - }, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Neha Verma happy client"}, ]} kpiItems={[ { value: "510+", label: "Verified Reviews" }, @@ -251,8 +197,7 @@ const HomePage = () => { { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 09248586898", href: "tel:09248586898" }, { label: "WhatsApp: 09248586898", href: "https://wa.me/919248586898" }, { - label: "Get Directions", - href: "https://maps.google.com/?q=Ratna+Electronics+Himayatnagar+Hyderabad", - }, + label: "Get Directions", href: "https://maps.google.com/?q=Ratna+Electronics+Himayatnagar+Hyderabad"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Mobile Repair", href: "/services" }, { label: "Laptop Repair", href: "/services" }, { label: "TV Repair", href: "/services" }, -- 2.49.1 From 2122c81b1da1639d3595e11fe77df9caa3812775 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:21:57 +0000 Subject: [PATCH 5/6] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 59 ++++++++++------------------------------ 1 file changed, 14 insertions(+), 45 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index dd734ac..96db0f6 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -16,7 +16,7 @@ const ReviewsPage = () => { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -34,9 +34,7 @@ const ReviewsPage = () => { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now", - href: "tel:09248586898", - }} + text: "Call Now", href: "tel:09248586898"}} /> @@ -50,45 +48,21 @@ const ReviewsPage = () => { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Rajesh Kumar", - role: "Small Business Owner", - company: "Local Store Owner", - rating: 5, + id: "1", name: "Rajesh Kumar", role: "Small Business Owner", company: "Local Store Owner", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3", - imageAlt: "Rajesh Kumar review", - }, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Rajesh Kumar review"}, { - id: "2", - name: "Priya Sharma", - role: "Software Engineer", - company: "IT Professional", - rating: 5, + id: "2", name: "Priya Sharma", role: "Software Engineer", company: "IT Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", - imageAlt: "Priya Sharma testimonial", - }, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Priya Sharma testimonial"}, { - id: "3", - name: "Arjun Reddy", - role: "Marketing Manager", - company: "Corporate Employee", - rating: 5, + id: "3", name: "Arjun Reddy", role: "Marketing Manager", company: "Corporate Employee", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3", - imageAlt: "Arjun Reddy feedback", - }, + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Arjun Reddy feedback"}, { - id: "4", - name: "Neha Verma", - role: "Freelance Designer", - company: "Creative Professional", - rating: 5, + id: "4", name: "Neha Verma", role: "Freelance Designer", company: "Creative Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", - imageAlt: "Neha Verma review", - }, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Neha Verma review"}, ]} kpiItems={[ { value: "510+", label: "Verified Reviews" }, @@ -122,8 +96,7 @@ const ReviewsPage = () => { { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 09248586898", href: "tel:09248586898" }, { label: "WhatsApp: 09248586898", href: "https://wa.me/919248586898" }, { - label: "Get Directions", - href: "https://maps.google.com/?q=Ratna+Electronics+Himayatnagar+Hyderabad", - }, + label: "Get Directions", href: "https://maps.google.com/?q=Ratna+Electronics+Himayatnagar+Hyderabad"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Mobile Repair", href: "/services" }, { label: "Laptop Repair", href: "/services" }, { label: "TV Repair", href: "/services" }, -- 2.49.1 From d0cd05af6480bd4811e7ed08c58f1dc0e9e2469b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:21:58 +0000 Subject: [PATCH 6/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 55 +++++++++++++-------------------------- 1 file changed, 18 insertions(+), 37 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 4e7da9a..2f48930 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -16,7 +16,7 @@ const ServicesPage = () => { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -34,9 +34,7 @@ const ServicesPage = () => { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now", - href: "tel:09248586898", - }} + text: "Call Now", href: "tel:09248586898"}} /> @@ -51,40 +49,28 @@ const ServicesPage = () => { features={[ { icon: Smartphone, - title: "Mobile Phone Repair", - description: - "LCD screen replacement, touch glass repair, battery replacement, charging port repair, software issues, water damage recovery, and speaker repair.", - }, + title: "Mobile Phone Repair", description: + "LCD screen replacement, touch glass repair, battery replacement, charging port repair, software issues, water damage recovery, and speaker repair."}, { icon: Laptop, - title: "Laptop & Computer Repair", - description: - "Hard drive replacement, RAM upgrade, motherboard repair, display screen replacement, keyboard repair, and performance optimization.", - }, + title: "Laptop & Computer Repair", description: + "Hard drive replacement, RAM upgrade, motherboard repair, display screen replacement, keyboard repair, and performance optimization."}, { icon: Tv, - title: "Television Repair", - description: - "Panel repair, power supply issues, remote control replacement, HDMI port repair, software updates, and picture quality restoration.", - }, + title: "Television Repair", description: + "Panel repair, power supply issues, remote control replacement, HDMI port repair, software updates, and picture quality restoration."}, { icon: Badge, - title: "Samsung Authorized Service", - description: - "Genuine Samsung parts, authorized technician support, warranty coverage, and authentic replacement components for all Samsung devices.", - }, + title: "Samsung Authorized Service", description: + "Genuine Samsung parts, authorized technician support, warranty coverage, and authentic replacement components for all Samsung devices."}, { icon: Battery, - title: "Battery & Power Solutions", - description: - "Original battery replacement, power bank repair, charging circuit repair, power adapter replacement, and fast charging solutions.", - }, + title: "Battery & Power Solutions", description: + "Original battery replacement, power bank repair, charging circuit repair, power adapter replacement, and fast charging solutions."}, { icon: Volume2, - title: "Audio & Sound Repair", - description: - "Speaker repair and replacement, microphone issues, audio jack repair, noise cancellation fixes, and sound system diagnostics.", - }, + title: "Audio & Sound Repair", description: + "Speaker repair and replacement, microphone issues, audio jack repair, noise cancellation fixes, and sound system diagnostics."}, ]} textboxLayout="default" animationType="slide-up" @@ -114,8 +100,7 @@ const ServicesPage = () => { { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 09248586898", href: "tel:09248586898" }, { label: "WhatsApp: 09248586898", href: "https://wa.me/919248586898" }, { - label: "Get Directions", - href: "https://maps.google.com/?q=Ratna+Electronics+Himayatnagar+Hyderabad", - }, + label: "Get Directions", href: "https://maps.google.com/?q=Ratna+Electronics+Himayatnagar+Hyderabad"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Mobile Repair", href: "/services" }, { label: "Laptop Repair", href: "/services" }, { label: "TV Repair", href: "/services" }, -- 2.49.1