diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3819f90..1ee8604 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,66 +32,29 @@ export default function LandingPage() {
@@ -367,21 +163,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "1",
- title: "How long does a repair take?",
- content: "Most screen repairs are completed within 2 hours.",
- },
- {
- id: "2",
- title: "Do you use original parts?",
- content: "We exclusively use high-quality OEM or certified parts.",
- },
- {
- id: "3",
- title: "Is there a warranty?",
- content: "Yes, all repairs include a 12-month parts and labor warranty.",
- },
+ { id: "1", title: "How long does a repair take?", content: "Most screen repairs are completed within 2 hours." },
+ { id: "2", title: "Do you use original parts?", content: "We exclusively use high-quality OEM or certified parts." },
+ { id: "3", title: "Is there a warranty?", content: "Yes, all repairs include a 12-month parts and labor warranty." }
]}
imageSrc="http://img.b2bpic.net/free-photo/portable-tool-kit-hoder-with-special-tools-electronic-repairment_346278-1183.jpg"
title="Frequently Asked Questions"
@@ -393,19 +177,11 @@ export default function LandingPage() {
@@ -413,45 +189,9 @@ export default function LandingPage() {