Merge version_3 into main #13
@@ -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;
|
||||
}>) {
|
||||
|
||||
@@ -225,6 +225,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Customer testimonials and reviews"
|
||||
ratingClassName="text-yellow-400"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user