From a4e4c05b4f273c12120761772dc1fcf9282cec24 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:50:22 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 06154ba..4c59062 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,11 +16,13 @@ const inter = Inter({ export const metadata: Metadata = { title: "Pixel Tech Store | Expert Mobile Repair & Accessories", description: "Fast, reliable phone repair services and premium mobile accessories. Expert technicians, same-day service, and 6-month warranty on all repairs.", keywords: "mobile repair, phone repair service, screen replacement, battery replacement, accessories, phone repair near me, device repair", metadataBase: new URL("https://pixeltechstore.com"), alternates: { - canonical: "https://pixeltechstore.com"}, + canonical: "https://pixeltechstore.com" + }, openGraph: { title: "Pixel Tech Store - Expert Mobile Repair", description: "Professional phone repair and accessories store. Screen repairs, battery replacement, water damage recovery.", url: "https://pixeltechstore.com", siteName: "Pixel Tech Store", type: "website", images: [ { - url: "http://img.b2bpic.net/free-psd/new-smartphone-17-pro-social-media-banner-design-template_47987-33087.jpg", alt: "Pixel Tech Store - Mobile Repair Experts"}, + url: "http://img.b2bpic.net/free-psd/new-smartphone-17-pro-social-media-banner-design-template_47987-33087.jpg", alt: "Pixel Tech Store - Mobile Repair Experts" + }, ], }, twitter: { -- 2.49.1 From 9c38c8a2a4614baaee1636ad2e93d1f0b2b38087 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:50:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 562862d..c5492d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -218,6 +218,22 @@ export default function LandingPage() { { id: "6", name: "Robert Martinez", handle: "@roberttech", testimonial: "Saved my expensive phone from water damage. The team went above and beyond. Highly trustworthy and skilled technicians.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Robert Martinez" + }, + { + id: "7", name: "Sarah Johnson", handle: "@sarahjtech", testimonial: "Excellent customer service and quick turnaround time. My screen was fixed within hours. Will definitely come back!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-woman-white-wall-office_1262-1509.jpg", imageAlt: "Sarah Johnson" + }, + { + id: "8", name: "James Wilson", handle: "@jameswilson", testimonial: "The staff here is incredibly knowledgeable and professional. Got my phone repaired at an unbeatable price. Highly satisfied!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-white-wall-office_1262-1504.jpg", imageAlt: "James Wilson" + }, + { + id: "9", name: "Amanda Foster", handle: "@amandatech", testimonial: "Best accessories shop in the area. Great selection and the staff always gives honest recommendations. Love this place!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-portrait_1262-1514.jpg", imageAlt: "Amanda Foster" + }, + { + id: "10", name: "Christopher Lee", handle: "@chrisetech", testimonial: "Fantastic experience from start to finish. They fixed my phone perfectly and gave me great advice. Five stars all the way!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-glasses-white-wall-office_1262-1503.jpg", imageAlt: "Christopher Lee" } ]} showRating={true} -- 2.49.1