Merge version_1_1781533405959 into main #1
@@ -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() {
|
||||
<NavbarCentered
|
||||
logo="VASCOMM"
|
||||
ctaButton={{
|
||||
text: "Teklif Al",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Teklif Al", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user