4 Commits

Author SHA1 Message Date
6f008fe9f5 Update src/app/page.tsx 2026-03-20 01:02:07 +00:00
a1958f65e4 Update theme colors 2026-03-20 01:00:01 +00:00
3d159e1ee8 Update src/app/styles/variables.css 2026-03-20 00:59:04 +00:00
a89d63557b Merge version_1 into main
Merge version_1 into main
2026-03-20 00:54:59 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/mint-white-foam-dark-water_23-2147797991.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-man-cleaning-car-s-back-headlight-with-microfiber-cloth_181624-46344.jpg?id=17247761"
imageAlt="Luxury car being detailed with premium water and foam"
mediaAnimation="slide-up"
frameStyle="card"
@@ -106,7 +106,7 @@ export default function LandingPage() {
tag="Excellence"
textboxLayout="default"
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/mint-white-foam-dark-water_23-2147797991.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-man-cleaning-car-s-back-headlight-with-microfiber-cloth_181624-46344.jpg?id=17247761"
imageAlt="Premium mobile car detailing service"
mediaAnimation="slide-up"
bulletPoints={[

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f5f5f5;
--foreground: #1a1a1a;
--primary-cta: #d4af37;
--primary-cta-text: #000000;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a1a1a;
--accent: #000000;
--background-accent: #e8e8e8;
--background: #020617;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #c4d8f9;
--primary-cta-text: #020617;
--secondary-cta: #041633;
--secondary-cta-text: #e2e8f0;
--accent: #2d30f3;
--background-accent: #1d4ed8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);