14 Commits

Author SHA1 Message Date
81f664f8c8 Merge version_6 into main
Merge version_6 into main
2026-04-19 23:39:55 +00:00
29167a4867 Update src/app/page.tsx 2026-04-19 23:39:52 +00:00
3cb9cb80db Merge version_6 into main
Merge version_6 into main
2026-04-19 23:37:34 +00:00
072c90a523 Update src/app/page.tsx 2026-04-19 23:37:28 +00:00
8a29e3579a Merge version_6 into main
Merge version_6 into main
2026-04-19 23:36:24 +00:00
bfe229c95a Update theme colors 2026-04-19 23:36:21 +00:00
06dc00d115 Merge version_5 into main
Merge version_5 into main
2026-04-19 23:35:53 +00:00
5711841095 Update theme colors 2026-04-19 23:35:50 +00:00
9283598b26 Merge version_4 into main
Merge version_4 into main
2026-04-19 23:33:03 +00:00
1c8f102cdd Update theme colors 2026-04-19 23:33:00 +00:00
7343ab0300 Merge version_3 into main
Merge version_3 into main
2026-04-19 23:32:12 +00:00
cd6730efda Update theme colors 2026-04-19 23:32:09 +00:00
55e38c7576 Merge version_2 into main
Merge version_2 into main
2026-04-19 23:32:03 +00:00
808ce2ae92 Update theme colors 2026-04-19 23:31:57 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
id: "/contact",
},
]}
brandName="Atlass Safron"
brandName="Atlas Safron"
/>
</div>
@@ -66,7 +66,7 @@ export default function LandingPage() {
href: "/products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/turkish-delight-rahat-lokum-white-plate-grey-background_114579-59315.jpg"
imageSrc="https://img.b2bpic.net/free-photo/fried-chicken-with-vegetables-herbs-aluminum-skillet_140725-3253.jpg?id=6778852"
imageAlt="luxury saffron field sunset"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fdfaf4;
--card: #f5ede4;
--foreground: #4a0404;
--primary-cta: #800000;
--primary-cta-text: #ffffff;
--secondary-cta: #f5deb3;
--secondary-cta-text: #4a0404;
--accent: #ffd700;
--background-accent: #e6d5b0;
--background: #fffafa;
--card: #fff7f7;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #fbced2;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);