Merge version_1_1781516977609 into main #1

Merged
bender merged 2 commits from version_1_1781516977609 into main 2026-06-15 09:50:45 +00:00

View File

@@ -8,28 +8,22 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Work",
"href": "#work"
"name": "Work", "href": "#work"
},
{
"name": "Skills",
"href": "#skills"
"name": "Skills", "href": "#skills"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Identity",
"href": "#identity"
"name": "Identity", "href": "#identity"
},
{
"name": "Social",
"href": "#social"
"name": "Social", "href": "#social"
}
];
@@ -39,10 +33,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Gayathri"
logoImageSrc="http://img.b2bpic.net/free-vector/minimal-poster-template-black-white_53876-117865.jpg"
ctaButton={{
text: "Hire Me",
href: "#contact",
}}
text: "Hire Me", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -53,34 +46,24 @@ export default function Layout() {
brand="Gayathri"
columns={[
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "LinkedIn",
href: "#",
},
label: "LinkedIn", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Email",
href: "mailto:hello@example.com",
},
label: "Email", href: "mailto:hello@example.com"},
],
},
]}
copyright="© 2024 Gayathri. All rights reserved."
links={[
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
]}
/>
</SectionErrorBoundary>