Merge version_1_1782166843292 into main #1

Merged
bender merged 2 commits from version_1_1782166843292 into main 2026-06-22 22:21:59 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Menu",
"href": "#favorites"
"name": "Menu", "href": "#favorites"
},
{
"name": "About",
"href": "#experience"
"name": "About", "href": "#experience"
},
{
"name": "Visit",
"href": "#visit"
"name": "Visit", "href": "#visit"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
},
{
"name": "Gallery",
"href": "#gallery"
"name": "Gallery", "href": "#gallery"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Another CoffeeBuk"
logoImageSrc="http://img.b2bpic.net/free-photo/coffee-cup-beans-notebook-marble-surface_114579-57822.jpg"
ctaButton={{
text: "Order Now",
href: "#visit",
}}
text: "Order Now", href: "#visit"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,55 +49,36 @@ export default function Layout() {
brand="Another CoffeeBuk"
columns={[
{
title: "Visit",
items: [
title: "Visit", items: [
{
label: "Tegucigalpa, Honduras",
href: "#",
},
label: "Tegucigalpa, Honduras", href: "#"},
{
label: "9808-4339",
href: "tel:9808-4339",
},
label: "9808-4339", href: "tel:9808-4339"},
],
},
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Menu",
href: "#favorites",
},
label: "Menu", href: "#favorites"},
{
label: "Community",
href: "#experience",
},
label: "Community", href: "#experience"},
],
},
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
],
},
]}
copyright="© 2024 Another CoffeeBuk. All rights reserved."
links={[
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-beans-notebook-marble-surface_114579-57822.jpg"
/>