Merge version_1_1781527698494 into main #1
@@ -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": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
"name": "Testimonials", "href": "#testimonials"
|
||||
},
|
||||
{
|
||||
"name": "Faq",
|
||||
"href": "#faq"
|
||||
"name": "Faq", "href": "#faq"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -42,54 +35,42 @@ export default function Layout() {
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Faysal Usta"
|
||||
ctaButton={{
|
||||
text: "Rezervasyon",
|
||||
href: "#contact",
|
||||
}}
|
||||
navItems={navItems} />
|
||||
logo="Faysal Usta"
|
||||
logoImageSrc="http://img.b2bpic.net/free-vector/fast-food-insignias_23-2147517290.jpg"
|
||||
ctaButton={{
|
||||
text: "Rezervasyon", href: "#contact"}}
|
||||
navItems={navItems}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
<Outlet />
|
||||
</main>
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterBrand
|
||||
brand="Diyarbakır Ciğercisi Faysal Usta"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
brand="Diyarbakır Ciğercisi Faysal Usta"
|
||||
columns={[
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "tel:05368596111",
|
||||
items: [
|
||||
{
|
||||
label: "İletişim", href: "tel:05368596111"},
|
||||
{
|
||||
label: "Konum", href: "#contact"},
|
||||
{
|
||||
label: "Çalışma Saatleri: 21:00'a kadar", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Konum",
|
||||
href: "#contact",
|
||||
items: [
|
||||
{
|
||||
label: "Hakkımızda", href: "#about"},
|
||||
{
|
||||
label: "Menü", href: "#menu"},
|
||||
{
|
||||
label: "Yorumlar", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Çalışma Saatleri: 21:00'a kadar",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menü",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Yorumlar",
|
||||
href: "#testimonials",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</StyleProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user