Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3149891c7f | |||
| c036e8aa00 | |||
| 92c9cbb7bc | |||
| bb15f8cc5e | |||
| 80e60e789f | |||
| 0e846ef38b | |||
| 84b45a5c44 | |||
| a418591b38 | |||
| 4f4a10c4dc | |||
| d37270445c | |||
| 1fb925017a | |||
| c861bd0aff | |||
| cf28d5542e | |||
| d178061f04 | |||
| b587266546 | |||
| e1ba842303 |
@@ -22,20 +22,20 @@ export const metadata: Metadata = {
|
|||||||
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: [
|
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: {
|
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children
|
||||||
}: Readonly<{
|
}: Readonly<{
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}>) {
|
||||||
|
|||||||
@@ -218,22 +218,6 @@ 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,
|
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"
|
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}
|
showRating={true}
|
||||||
@@ -241,6 +225,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
ariaLabel="Customer testimonials and reviews"
|
ariaLabel="Customer testimonials and reviews"
|
||||||
|
ratingClassName="text-yellow-400"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #0a0a0a;;;;
|
/* --background: #ffffff;;;;;;
|
||||||
--card: #1a1a1a;;;;
|
--card: #f9f9f9;;;;;;
|
||||||
--foreground: #fffffae6;;;;
|
--foreground: #120a00e6;;;;;;
|
||||||
--primary-cta: #fde047;;;;
|
--primary-cta: #FF7B05;;;;;;
|
||||||
--secondary-cta: #1a1a1a;;;;
|
--secondary-cta: #f9f9f9;;;;;;
|
||||||
--accent: #737373;;;;
|
--accent: #e2e2e2;;;;;;
|
||||||
--background-accent: #737373;;;; */
|
--background-accent: #FF7B05;;;;;; */
|
||||||
|
|
||||||
--background: #0a0a0a;;;;
|
--background: #ffffff;;;;;;
|
||||||
--card: #1a1a1a;;;;
|
--card: #f9f9f9;;;;;;
|
||||||
--foreground: #fffffae6;;;;
|
--foreground: #120a00e6;;;;;;
|
||||||
--primary-cta: #fde047;;;;
|
--primary-cta: #FF7B05;;;;;;
|
||||||
--primary-cta-text: #0a0a0a;;;;
|
--primary-cta-text: #ffffff;;;;;;
|
||||||
--secondary-cta: #1a1a1a;;;;
|
--secondary-cta: #f9f9f9;;;;;;
|
||||||
--secondary-cta-text: #fffffae6;;;;
|
--secondary-cta-text: #120a00e6;;;;;;
|
||||||
--accent: #737373;;;;
|
--accent: #e2e2e2;;;;;;
|
||||||
--background-accent: #737373;;;;
|
--background-accent: #FF7B05;;;;;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user