feat: integrate Cloudinary image upload, Instagram Feed, and fix Next.js warnings

This commit is contained in:
2026-06-09 21:28:45 +03:00
parent 2b3392dcb1
commit a4ad9344a0
52 changed files with 4300 additions and 263 deletions
+5
View File
@@ -19,6 +19,7 @@
--color-turquoise: #00BFA5;
--color-forest: #0E1B30;
--color-dark-brown: #080D18;
--color-charcoal: #111827;
--font-heading: var(--font-marcellus);
--font-body: var(--font-marcellus);
@@ -38,6 +39,10 @@ html {
scroll-behavior: smooth;
}
html[data-scroll-behavior="smooth"] {
scroll-behavior: smooth;
}
/* ── CSS custom property for animated border ──── */
@property --border-angle {
syntax: '<angle>';