Merge version_1_1781525275259 into main
Merge version_1_1781525275259 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -7,98 +7,63 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Play",
|
||||
"href": "#play"
|
||||
},
|
||||
{
|
||||
"name": "Birthdays",
|
||||
"href": "#birthdays"
|
||||
},
|
||||
{
|
||||
"name": "Safety",
|
||||
"href": "#safety"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Features",
|
||||
"href": "#features"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
}
|
||||
];
|
||||
{ name: "Play", href: "#play" },
|
||||
{ name: "Birthdays", href: "#birthdays" },
|
||||
{ name: "Safety", href: "#safety" },
|
||||
{ name: "Contact", href: "#contact" },
|
||||
{ name: "Hero", href: "#hero" },
|
||||
{ name: "Features", href: "#features" },
|
||||
{ name: "Testimonials", href: "#testimonials" }
|
||||
];
|
||||
|
||||
return (
|
||||
<StyleProvider buttonVariant="bounce" siteBackground="floatingGradient" heroBackground="gradientBars">
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="CityKids"
|
||||
ctaButton={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
navItems={navItems} />
|
||||
logo="CityKids"
|
||||
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=1q46l0"
|
||||
ctaButton={{
|
||||
text: "Book Now", href: "#contact"}}
|
||||
navItems={navItems}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
<Outlet />
|
||||
</main>
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterSimple
|
||||
brand="CityKids İgraonica"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
brand="CityKids İgraonica"
|
||||
columns={[
|
||||
{
|
||||
label: "Branka Deletića, Podgorica 81000, Montenegro",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "+382 67 045 333",
|
||||
href: "tel:+38267045333",
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "Branka Deletića, Podgorica 81000, Montenegro"},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/38267045333",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "+382 67 045 333", href: "tel:+38267045333"},
|
||||
{
|
||||
label: "WhatsApp", href: "https://wa.me/38267045333"},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
title: "Follow", items: [
|
||||
{
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2024 CityKids İgraonica. All rights reserved."
|
||||
links={[
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
]}
|
||||
copyright="© 2024 CityKids İgraonica. All rights reserved."
|
||||
links={[
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</StyleProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user