Merge version_1_1781363687960 into main #1

Merged
bender merged 2 commits from version_1_1781363687960 into main 2026-06-13 15:15:49 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Collections",
"href": "#products"
"name": "Collections", "href": "#products"
},
{
"name": "Editorial",
"href": "#blog"
"name": "Editorial", "href": "#blog"
},
{
"name": "Inquire",
"href": "#contact"
"name": "Inquire", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Social Proof",
"href": "#social-proof"
"name": "Social Proof", "href": "#social-proof"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="CineFashion"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=4ooco1"
ctaButton={{
text: "Book Session",
href: "#contact",
}}
text: "Book Session", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,17 +51,11 @@ export default function Layout() {
copyright="© 2024 CineFashion Editorial. All rights reserved."
socialLinks={[
{
icon: Instagram,
href: "#",
},
icon: "Instagram", href: "#"},
{
icon: Twitter,
href: "#",
},
icon: "Twitter", href: "#"},
{
icon: Film,
href: "#",
},
icon: "Film", href: "#"},
]}
/>
</SectionErrorBoundary>