40 Commits

Author SHA1 Message Date
6f349baacd Update src/app/styles/variables.css 2026-02-24 21:41:59 +00:00
65930636e0 Update src/app/shop/page.tsx 2026-02-24 21:41:58 +00:00
5912d0b57a Update src/app/shop/[id]/page.tsx 2026-02-24 21:41:57 +00:00
077a3e424c Update src/app/page.tsx 2026-02-24 21:41:57 +00:00
c0facef707 Update src/app/layout.tsx 2026-02-24 21:41:56 +00:00
cefd2d7ee8 Update src/app/blog/page.tsx 2026-02-24 21:41:55 +00:00
4f7819105b Update src/app/shop/page.tsx 2026-02-24 21:27:27 +00:00
2dafdc5e31 Update src/app/shop/[id]/page.tsx 2026-02-24 21:27:27 +00:00
77d82ea0de Update src/app/page.tsx 2026-02-24 21:27:26 +00:00
1a7aef87f2 Update src/app/layout.tsx 2026-02-24 21:27:25 +00:00
a8e7a10d37 Update src/app/blog/page.tsx 2026-02-24 21:27:23 +00:00
16c17b00d0 Update src/app/shop/page.tsx 2026-02-24 21:26:20 +00:00
45b33b4ca3 Update src/app/shop/[id]/page.tsx 2026-02-24 21:26:19 +00:00
3b3ece3f6b Update src/app/page.tsx 2026-02-24 21:26:19 +00:00
b534b9421a Update src/app/layout.tsx 2026-02-24 21:26:18 +00:00
b0e997d292 Update src/app/blog/page.tsx 2026-02-24 21:26:16 +00:00
cdca830dcd Merge version_6 into main
Merge version_6 into main
2026-02-24 21:11:25 +00:00
42e03e8550 Update theme colors 2026-02-24 21:11:18 +00:00
89f0ee5289 Bob AI: keep everything the same. But generate an ADDED he... 2026-02-24 21:04:07 +00:00
240f33ca16 Merge version_5 into main
Merge version_5 into main
2026-02-24 21:01:34 +00:00
ea4c5598b9 Update theme colors 2026-02-24 21:01:28 +00:00
06fa84bad3 Bob AI: Replace the current background (solid color or gradient) wit 2026-02-24 20:24:47 +00:00
5a9ffa843d Merge version_4 into main
Merge version_4 into main
2026-02-24 20:22:52 +00:00
d6ff38053c Update src/app/page.tsx 2026-02-24 20:22:47 +00:00
4b8885626f Update src/app/layout.tsx 2026-02-24 20:22:46 +00:00
01d75b279c Merge version_4 into main
Merge version_4 into main
2026-02-24 20:20:55 +00:00
ab0d79ed43 Update theme fonts 2026-02-24 20:20:51 +00:00
9e34ddb8e7 Update theme fonts 2026-02-24 20:20:50 +00:00
fd09ef30d4 Merge version_4 into main
Merge version_4 into main
2026-02-24 20:19:43 +00:00
3f7b6aea88 Update theme fonts 2026-02-24 20:19:39 +00:00
2ab6733bb1 Update theme fonts 2026-02-24 20:19:38 +00:00
1b04ecaf16 Merge version_4 into main
Merge version_4 into main
2026-02-24 20:16:34 +00:00
550aab0204 Update theme colors 2026-02-24 20:16:27 +00:00
837dd5615e Merge version_4 into main
Merge version_4 into main
2026-02-24 20:15:41 +00:00
41a48bc2ca Update theme colors 2026-02-24 20:15:35 +00:00
05fb90106e Bob AI: replace the tect at the top of the home page "La L... 2026-02-24 20:07:30 +00:00
6757d51c7f Bob AI: Update the existing website design with the follow... 2026-02-24 20:05:28 +00:00
0de66cd64c Bob AI: Update the existing website design with the follow... 2026-02-24 20:03:08 +00:00
80fb340b50 Merge version_1 into main
Merge version_1 into main
2026-02-24 20:01:12 +00:00
c0ed92e52e Merge version_1 into main
Merge version_1 into main
2026-02-24 19:44:12 +00:00

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-rubik), sans-serif;
font-family: var(--font-archivo), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-rubik), sans-serif;
font-family: var(--font-archivo), sans-serif;
}