Merge version_3_1781797858900 into main #2

Merged
bender merged 3 commits from version_3_1781797858900 into main 2026-06-18 15:53:37 +00:00

View File

@@ -1,4 +1,4 @@
import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia';
import FooterBrand from '@/components/sections/footer/FooterBrand';
import NavbarInline from '@/components/ui/NavbarInline';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot";
@@ -53,9 +53,9 @@ export default function Layout() {
<Outlet />
</main>
<SectionErrorBoundary name="footer">
<FooterSimpleMedia
imageSrc="http://img.b2bpic.net/free-photo/3d-technology-digital-wave-particle-background_1048-12583.jpg"
<FooterBrand
brand="Yusupov Agency"
tagline="High-end, futuristic portfolio for a Central Asian design leader."
columns={[
{
title: "Company",
@@ -99,4 +99,4 @@ export default function Layout() {
</SectionErrorBoundary>
</StyleProvider>
);
}
}