diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 0368f72..9594836 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Bosh Sahifa",
- "href": "#hero"
+ "name": "Bosh Sahifa", "href": "#hero"
},
{
- "name": "Sayyoralar",
- "href": "#features"
+ "name": "Sayyoralar", "href": "#features"
},
{
- "name": "Quiz",
- "href": "#faq"
+ "name": "Quiz", "href": "#faq"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Product",
- "href": "#product"
+ "name": "Product", "href": "#product"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
}
];
@@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,25 +49,19 @@ export default function Layout() {
brand="Koinot Sayohati"
columns={[
{
- title: "Bolalar uchun",
- items: [
+ title: "Bolalar uchun", items: [
{
- label: "Sayyoralar",
- href: "#features",
- },
+ label: "Sayyoralar", href: "#features"},
{
- label: "O'yinlar",
- href: "#product",
- },
+ label: "O'yinlar", href: "#product"},
],
},
- ]}
+ ]
+}
copyright="2024 Koinot Sayohati Inc."
links={[
{
- label: "Maxfiylik",
- href: "#",
- },
+ label: "Maxfiylik", href: "#"},
]}
/>