diff --git a/src/app/page.tsx b/src/app/page.tsx
index fc4ded9..581a3c6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -83,12 +83,12 @@ export default function LandingPage() {
@@ -101,7 +101,7 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{ id: "f1", title: "Expert Repair", author: "Tech Support", description: "Professional mobile phone repairs with genuine parts and quick turnaround.", tags: ["Support", "Expertise"], imageSrc: "http://img.b2bpic.net/free-photo/professional-young-woman-checking-her-phone_23-2148452656.jpg" },
- { id: "f2", title: "Trade-in Program", author: "Finance Team", description: "Get the best value for your old device when upgrading to the latest model.", tags: ["Value", "Savings"], imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201858.jpg" },
+ { id: "f2", title: "Eco-Recycling", author: "Sustainability", description: "We safely recycle old devices to minimize environmental impact.", tags: ["Eco", "Recycle"], imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201858.jpg" },
{ id: "f3", title: "Lifetime Support", author: "CS Team", description: "We stand by our products with dedicated after-sales support and helpful advice.", tags: ["Reliability", "Support"], imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4977.jpg" }
]}
title="Exceptional Service"
@@ -115,15 +115,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- { id: "1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Excellent service and the best selection of phones in the city!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-cute-brunette-girl-with-short-hair-sitting-table-gray-plaid-terrace-restaurant-she-wears-blue-shirt-looks-happy_197531-971.jpg" },
- { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Very professional staff and great trade-in deals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-showing-credit-card-looking-aside-smiling-standing-white-wall_141793-29289.jpg" },
- { id: "3", name: "Emily Rodriguez", handle: "@em_rod", testimonial: "Always the first place I go when I need an upgrade.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg" },
- { id: "4", name: "David Kim", handle: "@dkim", testimonial: "The repair services saved my phone when I thought it was gone for good.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg" },
- { id: "5", name: "Jessica Lee", handle: "@jlee", testimonial: "Fantastic experience every time I shop here.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/european-man-smiling-cheerful-expression-closeup-portrait_53876-129391.jpg" }
+ { id: "1", name: "Rahul Das", handle: "@rahul", testimonial: "Fixed my cracked screen in under an hour! Fantastic service.", rating: 5 },
+ { id: "2", name: "Anita Roy", handle: "@anita", testimonial: "Great selection and they helped me recycle my old handset responsibly.", rating: 5 },
+ { id: "3", name: "Amit Singh", handle: "@amit", testimonial: "Very professional and trustworthy repair team.", rating: 5 }
]}
showRating={true}
- title="What Our Customers Say"
- description="We pride ourselves on our community and the trust our customers place in us daily."
+ title="Customer Feedback"
+ description="What our community has to say about our repair and recycling services."
/>
@@ -132,12 +130,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- { id: "q1", title: "Do you offer financing?", content: "Yes, we offer flexible financing plans through our partners." },
- { id: "q2", title: "Are repairs guaranteed?", content: "All repairs come with a standard 90-day warranty on parts and labor." },
- { id: "q3", title: "Can I trade in an older model?", content: "Absolutely, bring in your device and get an instant quote." }
+ { id: "q1", title: "Do you offer repair services?", content: "Yes, we specialize in screen, battery, and component-level repairs." },
+ { id: "q2", title: "How does recycling work?", content: "We safely dismantle and recycle components of all old mobile devices." },
+ { id: "q3", title: "Are repair prices transparent?", content: "Yes, we provide a full diagnostic report and price estimate before starting any work." }
]}
- title="Frequently Asked Questions"
- description="Get quick answers to common questions about our products and services."
+ title="Repair & Recycling FAQ"
+ description="Everything you need to know about our services."
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/modern-smartphone-screen-concept_1194-638673.jpg"
mediaAnimation="slide-up"
@@ -148,9 +146,9 @@ export default function LandingPage() {
@@ -158,8 +156,8 @@ export default function LandingPage() {
@@ -167,9 +165,9 @@ export default function LandingPage() {