14 Commits

Author SHA1 Message Date
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
5bdf7380af Merge version_6_1782376781915 into main
Merge version_6_1782376781915 into main
2026-06-25 08:39:45 +00:00
f02ddbff86 Merge version_5_1782376775032 into main
Merge version_5_1782376775032 into main
2026-06-25 08:39:38 +00:00
bae908e6dc Merge version_4_1782376764290 into main
Merge version_4_1782376764290 into main
2026-06-25 08:39:27 +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 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
@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";
@@ -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>