fix(all) Добавил раздачу картинок через бекенд

This commit is contained in:
2026-06-16 16:22:51 +03:00
parent 15efab81a4
commit 483abc80dc
23 changed files with 44 additions and 29 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export default function Shop() {
return (
<PageLayout>
<main className="px-6 md:px-16 grow w-full mb-6">
<div className="flex flex-col text-white text-2xl font-medium ">
<div className="flex flex-col text-white text-2xl font-medium">
<div className="uppercase text-2xl md:text-4xl md:mt-10">
fish fish
</div>
+9 -6
View File
@@ -4,12 +4,15 @@ export default function Contact() {
return (
<PageLayout>
<main className="px-6 md:px-16 grow w-full mb-6">
<div className="w-full overflow-hidden rounded shadow-md ">
<iframe
src="https://yandex.ru/map-widget/v1/?um=constructor%3Aaee46827fd51e482587f99245635b92b3d473b8d2aef2b4e36f83ddfaaf77cb9&amp;source=constructor"
className="w-full h-127.5 border-0 "
title="Yandex Map"
/>
<div>
<div className="text-2xl text-white">Контакты</div>
<div className="w-full overflow-hidden rounded shadow-md ">
<iframe
src="https://yandex.ru/map-widget/v1/?um=constructor%3Aaee46827fd51e482587f99245635b92b3d473b8d2aef2b4e36f83ddfaaf77cb9&amp;source=constructor"
className="w-full h-127.5 md:h-[340px] border-0"
title="Yandex Map"
/>
</div>
</div>
</main>
</PageLayout>