Merge version_1_1781465666740 into main
Merge version_1_1781465666740 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Anasayfa",
|
||||
"href": "#hero"
|
||||
"name": "Anasayfa", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Hakkımızda",
|
||||
"href": "#about"
|
||||
"name": "Hakkımızda", "href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Menü",
|
||||
"href": "#menu"
|
||||
"name": "Menü", "href": "#menu"
|
||||
},
|
||||
{
|
||||
"name": "İletişim",
|
||||
"href": "#contact"
|
||||
"name": "İletişim", "href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "Features",
|
||||
"href": "#features"
|
||||
"name": "Features", "href": "#features"
|
||||
},
|
||||
{
|
||||
"name": "Metrics",
|
||||
"href": "#metrics"
|
||||
"name": "Metrics", "href": "#metrics"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
"name": "Testimonials", "href": "#testimonials"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +36,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Hookahlab"
|
||||
logoImageSrc="http://img.b2bpic.net/free-photo/close-up-hookah-vaping_23-2149297134.jpg"
|
||||
ctaButton={{
|
||||
text: "Rezervasyon",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Rezervasyon", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -57,46 +49,30 @@ export default function Layout() {
|
||||
brand="Hookahlab"
|
||||
columns={[
|
||||
{
|
||||
title: "Menü",
|
||||
items: [
|
||||
title: "Menü", items: [
|
||||
{
|
||||
label: "Nargile Çeşitleri",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Nargile Çeşitleri", href: "#menu"},
|
||||
{
|
||||
label: "İçecekler",
|
||||
href: "#",
|
||||
},
|
||||
label: "İçecekler", href: "#"},
|
||||
{
|
||||
label: "Yiyecekler",
|
||||
href: "#",
|
||||
},
|
||||
label: "Yiyecekler", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "İletişim",
|
||||
items: [
|
||||
title: "İletişim", items: [
|
||||
{
|
||||
label: "Konum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Konum", href: "#"},
|
||||
{
|
||||
label: "Rezervasyon",
|
||||
href: "tel:+905550000000",
|
||||
},
|
||||
label: "Rezervasyon", href: "tel:+905550000000"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2024 Hookahlab. Tüm hakları saklıdır."
|
||||
links={[
|
||||
{
|
||||
label: "Gizlilik Politikası",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gizlilik Politikası", href: "#"},
|
||||
{
|
||||
label: "Kullanım Koşulları",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kullanım Koşulları", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user