diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 29f949a..a43a181 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -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() {
@@ -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"
/>