9 Commits

Author SHA1 Message Date
6ea7eebeed Update theme colors 2026-03-04 03:56:19 +00:00
97a4e4738e Update theme colors 2026-03-04 03:55:29 +00:00
9c38c8a2a4 Update src/app/page.tsx 2026-03-04 03:50:23 +00:00
a4e4c05b4f Update src/app/layout.tsx 2026-03-04 03:50:22 +00:00
a85fb21c95 Merge version_1 into main
Merge version_1 into main
2026-03-04 03:46:03 +00:00
ed242e6368 Merge version_1 into main
Merge version_1 into main
2026-03-04 03:44:10 +00:00
1dec8219c5 Merge version_1 into main
Merge version_1 into main
2026-03-04 03:41:25 +00:00
e7b2d22463 Merge version_1 into main
Merge version_1 into main
2026-03-04 03:39:12 +00:00
910bc3ffd5 Merge version_1 into main
Merge version_1 into main
2026-03-04 03:34:59 +00:00
3 changed files with 36 additions and 18 deletions

View File

@@ -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: {

View File

@@ -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}

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;;;;;
--card: #f9f9f9;;;;;;
--foreground: #120a00e6;;;;;;
--primary-cta: #FF7B05;;;;;;
--secondary-cta: #f9f9f9;;;;;;
--accent: #e2e2e2;;;;;;
--background-accent: #FF7B05;;;;;; */
/* --background: #0a0a0a;;;;
--card: #1a1a1a;;;;
--foreground: #fffffae6;;;;
--primary-cta: #fde047;;;;
--secondary-cta: #1a1a1a;;;;
--accent: #737373;;;;
--background-accent: #737373;;;; */
--background: #ffffff;;;;;;
--card: #f9f9f9;;;;;;
--foreground: #120a00e6;;;;;;
--primary-cta: #FF7B05;;;;;;
--primary-cta-text: #ffffff;;;;;;
--secondary-cta: #f9f9f9;;;;;;
--secondary-cta-text: #120a00e6;;;;;;
--accent: #e2e2e2;;;;;;
--background-accent: #FF7B05;;;;;;
--background: #0a0a0a;;;;
--card: #1a1a1a;;;;
--foreground: #fffffae6;;;;
--primary-cta: #fde047;;;;
--primary-cta-text: #0a0a0a;;;;
--secondary-cta: #1a1a1a;;;;
--secondary-cta-text: #fffffae6;;;;
--accent: #737373;;;;
--background-accent: #737373;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);