diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index ec0d126..7b81eda 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": "Hakkımızda",
- "href": "#about"
+ "name": "Hakkımızda", "href": "#about"
},
{
- "name": "Çözümler",
- "href": "#features"
+ "name": "Çözümler", "href": "#features"
},
{
- "name": "İletişim",
- "href": "#contact"
+ "name": "İletişim", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -44,9 +37,7 @@ export default function Layout() {
@@ -57,29 +48,19 @@ export default function Layout() {
brand="VASCOMM"
columns={[
{
- title: "Şirket",
items: [
{
- label: "Hakkımızda",
- href: "#",
- },
+ label: "Hakkımızda", href: "#"},
{
- label: "Kariyer",
- href: "#",
- },
+ label: "Kariyer", href: "#"},
],
},
{
- title: "Hukuki",
items: [
{
- label: "Gizlilik",
- href: "#",
- },
+ label: "Gizlilik", href: "#"},
{
- label: "KVKK",
- href: "#",
- },
+ label: "KVKK", href: "#"},
],
},
]}