Merge version_3 into main #13

Merged
bender merged 2 commits from version_3 into main 2026-03-04 04:01:54 +00:00
2 changed files with 10 additions and 7 deletions

View File

@@ -16,24 +16,26 @@ 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: {
card: "summary_large_image", title: "Pixel Tech Store | Expert Mobile Repair & Accessories", description: "Fast phone repair service with certified technicians and premium accessories collection.", images: ["http://img.b2bpic.net/free-psd/new-smartphone-17-pro-social-media-banner-design-template_47987-33087.jpg"],
card: "summary_large_image", title: "Pixel Tech Store | Expert Mobile Repair & Accessories", description: "Fast phone repair service with certified technicians and premium accessories collection.", images: ["http://img.b2bpic.net/free-psd/new-smartphone-17-pro-social-media-banner-design-template_47987-33087.jpg"]
},
robots: {
index: true,
follow: true,
},
follow: true
}
};
export default function RootLayout({
children,
children
}: Readonly<{
children: React.ReactNode;
}>) {

View File

@@ -225,6 +225,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
ariaLabel="Customer testimonials and reviews"
ratingClassName="text-yellow-400"
/>
</div>