Merge version_1_1781728759214 into main #1

Merged
bender merged 2 commits from version_1_1781728759214 into main 2026-06-17 20:40:30 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Coffee",
"href": "#features"
"name": "Coffee", "href": "#features"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Product",
"href": "#product"
"name": "Product", "href": "#product"
},
{
"name": "Testimonial",
"href": "#testimonial"
"name": "Testimonial", "href": "#testimonial"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="State Coffee"
logoImageSrc="http://img.b2bpic.net/free-photo/coffee-break-time-leisure-concept_53876-133775.jpg"
ctaButton={{
text: "Shop Now",
href: "#pricing",
}}
text: "Shop Now", href: "#pricing"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,17 +51,11 @@ export default function Layout() {
copyright="© 2024 State Coffee Co. All rights reserved."
socialLinks={[
{
icon: Instagram,
href: "#",
},
icon: "Instagram", href: "#"},
{
icon: Twitter,
href: "#",
},
icon: "Twitter", href: "#"},
{
icon: Facebook,
href: "#",
},
icon: "Facebook", href: "#"},
]}
/>
</SectionErrorBoundary>