17 Commits

Author SHA1 Message Date
9bf05583b2 Merge version_3 into main
Merge version_3 into main
2026-03-04 04:01:53 +00:00
3149891c7f Update src/app/page.tsx 2026-03-04 04:01:49 +00:00
c036e8aa00 Update src/app/layout.tsx 2026-03-04 04:01:49 +00:00
92c9cbb7bc Merge version_1 into main
Merge version_1 into main
2026-03-04 03:59:01 +00:00
bb15f8cc5e Update theme colors 2026-03-04 03:58:54 +00:00
80e60e789f Merge version_1 into main
Merge version_1 into main
2026-03-04 03:58:50 +00:00
0e846ef38b Update theme colors 2026-03-04 03:58:43 +00:00
84b45a5c44 Merge version_1 into main
Merge version_1 into main
2026-03-04 03:58:13 +00:00
a418591b38 Update theme colors 2026-03-04 03:58:07 +00:00
4f4a10c4dc Merge version_1 into main
Merge version_1 into main
2026-03-04 03:57:17 +00:00
d37270445c Update theme colors 2026-03-04 03:57:11 +00:00
1fb925017a Switch to version 1: modified src/app/styles/variables.css 2026-03-04 03:56:54 +00:00
c861bd0aff Switch to version 1: modified src/app/page.tsx 2026-03-04 03:56:54 +00:00
cf28d5542e Switch to version 1: modified src/app/layout.tsx 2026-03-04 03:56:53 +00:00
d178061f04 Merge version_2 into main
Merge version_2 into main
2026-03-04 03:56:26 +00:00
b587266546 Merge version_2 into main
Merge version_2 into main
2026-03-04 03:55:35 +00:00
e1ba842303 Merge version_2 into main
Merge version_2 into main
2026-03-04 03:50:27 +00:00
3 changed files with 23 additions and 38 deletions

View File

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

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

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --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;;;;;;
--secondary-cta: #f9f9f9;;;;;;
--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;;;;
--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;;;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);