diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0e4fca4..f3bbfce 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ diff --git a/src/components/AdvisersSection/AdvisersSection.module.scss b/src/components/AdvisersSection/AdvisersSection.module.scss index 17d1509..3b4a558 100644 --- a/src/components/AdvisersSection/AdvisersSection.module.scss +++ b/src/components/AdvisersSection/AdvisersSection.module.scss @@ -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; }