Merge version_1_1781485598163 into main

Merge version_1_1781485598163 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-15 01:07:45 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Home",
"href": "#hero"
"name": "Home", "href": "#hero"
},
{
"name": "Menu",
"href": "#menu"
"name": "Menu", "href": "#menu"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
},
{
"name": "Social",
"href": "#social"
"name": "Social", "href": "#social"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="911"
logoImageSrc="https://storage.googleapis.com/webild/users/user_3F9PScFBIhdlFPkWWwRa3vHPbXY/uploaded-1781485601944-j4zir9wl.jpg"
ctaButton={{
text: "Call 079 119 1120",
href: "tel:0791191120",
}}
text: "Call 079 119 1120", href: "tel:0791191120"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -56,54 +48,33 @@ export default function Layout() {
<FooterBasic
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Shawarma Meals",
href: "#menu",
},
label: "Shawarma Meals", href: "#menu"},
{
label: "Family Meals",
href: "#menu",
},
label: "Family Meals", href: "#menu"},
{
label: "Broasted",
href: "#menu",
},
label: "Broasted", href: "#menu"},
],
},
{
title: "About",
items: [
title: "About", items: [
{
label: "Our Story",
href: "#about",
},
label: "Our Story", href: "#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call Us",
href: "tel:0791191120",
},
label: "Call Us", href: "tel:0791191120"},
{
label: "Visit Us",
href: "#",
},
label: "Visit Us", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
],
},
]}