Fix services page: reduce placeholder cards to 1
This commit is contained in:
parent
ee8c725d8e
commit
9a5b2f977b
@ -19,7 +19,7 @@ import { useLanguage } from "../../i18n/LanguageProvider";
|
||||
import { useViewStore } from "../../components/theme/viewStore";
|
||||
import Material3Layout from "./Material3Layout";
|
||||
|
||||
const placeholderCount = 3;
|
||||
const placeholderCount = 1;
|
||||
type ServiceCardData = {
|
||||
key: string;
|
||||
name: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user