16 Commits

Author SHA1 Message Date
aa5884b5e6 Update src/app/services/page.tsx 2026-03-06 09:21:40 +00:00
086b6f826b Update src/app/page.tsx 2026-03-06 09:21:40 +00:00
0565e2672a Update src/app/about/page.tsx 2026-03-06 09:21:40 +00:00
21b8a224f3 Update src/app/services/page.tsx 2026-03-06 09:19:22 +00:00
936ed94873 Update src/app/page.tsx 2026-03-06 09:19:22 +00:00
f63ac70e77 Update src/app/gallery/page.tsx 2026-03-06 09:19:22 +00:00
ee956b7c1b Update src/app/contact/page.tsx 2026-03-06 09:19:21 +00:00
51cfa6508d Update src/app/about/page.tsx 2026-03-06 09:19:21 +00:00
0351faf3fd Merge version_2 into main
Merge version_2 into main
2026-03-06 09:10:54 +00:00
dc450e7f33 Update src/app/services/page.tsx 2026-03-06 09:10:50 +00:00
59a87992d1 Update src/app/page.tsx 2026-03-06 09:10:50 +00:00
28f7f6d29d Update src/app/gallery/page.tsx 2026-03-06 09:10:49 +00:00
c60f924aac Update src/app/contact/page.tsx 2026-03-06 09:10:49 +00:00
8cfa88309a Update src/app/about/page.tsx 2026-03-06 09:10:49 +00:00
6ea7d6d1da Merge version_3 into main
Merge version_3 into main
2026-03-06 09:10:48 +00:00
9a0bfccfd3 Merge version_3 into main
Merge version_3 into main
2026-03-06 09:10:38 +00:00
4 changed files with 10 additions and 10 deletions

View File

@@ -88,15 +88,15 @@ export default function AboutPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "About 210Pristine"},
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "About 210Pristine"},
{
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22315.jpg?_wi=1", imageAlt: "Our detailing process"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg", imageAlt: "Professional care"},
imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg?_wi=2", imageAlt: "Professional care"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172887.jpg", imageAlt: "Attention to detail"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172887.jpg?_wi=2", imageAlt: "Attention to detail"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193590.jpg", imageAlt: "Mobile service"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193590.jpg?_wi=2", imageAlt: "Mobile service"},
]}
/>
</div>

View File

@@ -91,15 +91,15 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Pristine car exterior detail"},
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Pristine car exterior detail"},
{
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22315.jpg?_wi=1", imageAlt: "Professional interior detailing"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg", imageAlt: "Shiny waxed car finish"},
imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg?_wi=1", imageAlt: "Shiny waxed car finish"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172887.jpg", imageAlt: "Clean car interior"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172887.jpg?_wi=1", imageAlt: "Clean car interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193590.jpg", imageAlt: "Mobile detailing service"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193590.jpg?_wi=1", imageAlt: "Mobile detailing service"},
]}
/>
</div>

View File

@@ -95,7 +95,7 @@ export default function ServicesPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg?_wi=1", imageAlt: "Ceramic coating"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193590.jpg", imageAlt: "Premium service"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193590.jpg?_wi=3", imageAlt: "Premium service"},
]}
/>
</div>

View File

@@ -12,7 +12,7 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #e91515;
--foreground: #120006e6;
--primary-cta: #e63946;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;