AW-477
This commit is contained in:
gofnnp 2025-06-15 16:19:48 +04:00
parent cf18cf897d
commit 484fd48edc
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Wit Apps",
description: "More than 14M people have experienced the value of our products. Wit Apps, headquartered in Silicon Valley, California, is a tech company that constructs global enterprises specializing in mobile-first products. We believe in the transformative power of technology, capable of turning chaos into miracles, thus enhancing the lives of millions. To realize this vision, we integrate leading expertise in artificial intelligence with a deep understanding of consumer needs and lifestyle trends.",
};
export default function RootLayout({

View File

@ -1,9 +1,9 @@
.sectionContent {
overflow-x: scroll;
width: calc(100% + 32px);
padding: 16px;
padding: 32px 16px;
padding-right: 0;
margin: -16px;
margin: -32px -16px;
margin-right: 0;
}