19 Commits

Author SHA1 Message Date
554acf46ae Merge version_11_1782377633785 into main
Merge version_11_1782377633785 into main
2026-06-25 08:56:07 +00:00
kudinDmitriyUp
5d153c48a5 Bob AI: Change the text or size label of the targeted element to 'PH_FourThirds'. Consul 2026-06-25 08:56:01 +00:00
2f50de3a83 Merge version_10_1782377573341 into main
Merge version_10_1782377573341 into main
2026-06-25 08:52:56 +00:00
bf23f9383d Update theme fonts 2026-06-25 08:52:53 +00:00
cde87c0141 Merge version_9_1782377555763 into main
Merge version_9_1782377555763 into main
2026-06-25 08:52:39 +00:00
fae3df6704 Update theme colors 2026-06-25 08:52:36 +00:00
2512d9196a Merge version_8_1782377156434 into main
Merge version_8_1782377156434 into main
2026-06-25 08:45:59 +00:00
5570a83ed6 Merge version_7_1782377154736 into main
Merge version_7_1782377154736 into main
2026-06-25 08:45:58 +00:00
8908509402 Update theme colors 2026-06-25 08:45:56 +00:00
aae70129be Update theme colors 2026-06-25 08:45:55 +00:00
5bdf7380af Merge version_6_1782376781915 into main
Merge version_6_1782376781915 into main
2026-06-25 08:39:45 +00:00
a2d335d08a Update theme colors 2026-06-25 08:39:42 +00:00
f02ddbff86 Merge version_5_1782376775032 into main
Merge version_5_1782376775032 into main
2026-06-25 08:39:38 +00:00
2828b71e52 Update theme colors 2026-06-25 08:39:35 +00:00
bae908e6dc Merge version_4_1782376764290 into main
Merge version_4_1782376764290 into main
2026-06-25 08:39:27 +00:00
af8af4bf59 Update theme colors 2026-06-25 08:39:24 +00:00
d6d7b01b65 Merge version_3_1782376756799 into main
Merge version_3_1782376756799 into main
2026-06-25 08:39:20 +00:00
cdb6f11532 Merge version_2_1782376745373 into main
Merge version_2_1782376745373 into main
2026-06-25 08:39:11 +00:00
1592628da6 Merge version_1_1782374717972 into main
Merge version_1_1782374717972 into main
2026-06-25 08:06:19 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -1,19 +1,19 @@
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');
@import "tailwindcss";
@import "./styles/masks.css";
@import "./styles/animations.css";
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* @layout/border-radius/rounded */
--radius: 1rem;
@@ -88,7 +88,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: 'Inter Tight', sans-serif;
--font-sans: 'Inter', sans-serif;
--font-tight: "Inter Tight", sans-serif;
--font-mono: monospace;
@@ -137,7 +137,7 @@ body {
margin: 0;
background-color: var(--background);
color: var(--foreground);
font-family: 'Inter Tight', sans-serif;
font-family: 'Inter', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -150,7 +150,7 @@ h3,
h4,
h5,
h6 {
font-family: 'Inter Tight', sans-serif;
font-family: 'Montserrat', sans-serif;
}
/* Default card/button styles. Template theme.css imports come after this file

View File

@@ -38,7 +38,7 @@ export default function HomePage() {
quote="Photography is not just about capturing a moment, but about telling a story that lasts forever."
author="Jane Doe"
role="Lead Photographer"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110063.jpg"
imageSrc="https://placehold.co/800x600/e2e8f0/1e293b?text=PH_FourThirds"
/>
</SectionErrorBoundary>
</div>