4 Commits

Author SHA1 Message Date
eb40aeda9f Update theme colors 2026-03-11 20:17:14 +00:00
45df60f09c Update src/app/page.tsx 2026-03-11 20:16:04 +00:00
08e6a78cf2 Merge version_1 into main
Merge version_1 into main
2026-03-11 20:12:03 +00:00
aa3bda5e0e Merge version_1 into main
Merge version_1 into main
2026-03-11 20:11:40 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -108,6 +108,7 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
carouselMode="buttons"
buttons={[{ text: "View Google Reviews", href: "https://google.com/maps/search/Lex's+Garage+Malang" }]}
/>
</div>
@@ -252,4 +253,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--background: #fffafa;
--card: #fff7f7;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);