Merge version_1_1781419520614 into main #1

Merged
bender merged 2 commits from version_1_1781419520614 into main 2026-06-14 06:46:29 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Gallery",
"href": "#portfolio"
"name": "Gallery", "href": "#portfolio"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Workflow",
"href": "#workflow"
"name": "Workflow", "href": "#workflow"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="MC-Thumbnails"
logoImageSrc="http://img.b2bpic.net/free-vector/geometric-glitch-collection_23-2148078602.jpg"
ctaButton={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,46 +49,30 @@ export default function Layout() {
brand="MC-Thumbnails Service"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Single Thumbnails",
href: "#pricing",
},
label: "Single Thumbnails", href: "#pricing"},
{
label: "Growth Packs",
href: "#pricing",
},
label: "Growth Packs", href: "#pricing"},
{
label: "Pro Bundle",
href: "#pricing",
},
label: "Pro Bundle", href: "#pricing"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
copyright="© 2024 MC-Thumbnails Service. All rights reserved."
links={[
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
{
label: "Discord",
href: "#",
},
label: "Discord", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-vector/geometric-glitch-collection_23-2148078602.jpg"
/>