6 Commits

Author SHA1 Message Date
ceda8ce1a1 Update theme colors 2026-06-14 00:47:16 +00:00
d01fb351b9 Update theme colors 2026-06-14 00:47:13 +00:00
56d5b31972 Update theme colors 2026-06-14 00:47:06 +00:00
6a1ba34e00 Update theme colors 2026-06-14 00:46:59 +00:00
905c9669a9 Update theme colors 2026-06-14 00:46:55 +00:00
kudinDmitriyUp
cfa81f622e Bob AI: Replace the targeted image in the hero section with a new relevant image (e.g., 2026-06-14 00:44:39 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #000000;
--card: #481f1f;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #280101;
--secondary-cta: #361311;
--secondary-cta-text: #f6d4d4;
--accent: #51000b;
--background-accent: #ff2231;
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
/* @layout/border-radius/rounded */
--radius: 0.5rem;

View File

@@ -25,7 +25,7 @@ export default function HomePage() {
text: "View Location",
href: "https://maps.google.com",
}}
imageSrc="http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94766.jpg"
imageSrc="https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&q=80&w=2074&ixlib=rb-4.0.3"
/>
</SectionErrorBoundary>
</div>