Merge version_1_1782113691813 into main

Merge version_1_1782113691813 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-22 07:35:56 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Home",
"href": "#hero"
"name": "Home", "href": "#hero"
},
{
"name": "How it Works",
"href": "#how-it-works"
"name": "How it Works", "href": "#how-it-works"
},
{
"name": "FAQ",
"href": "#faq"
"name": "FAQ", "href": "#faq"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Product Grid",
"href": "#product-grid"
"name": "Product Grid", "href": "#product-grid"
},
{
"name": "Social Proof",
"href": "#social-proof"
"name": "Social Proof", "href": "#social-proof"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Cliptix"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=w6m8is"
ctaButton={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,21 +51,13 @@ export default function Layout() {
copyright="All rights reserved. Now onboarding clippers."
socialLinks={[
{
icon: Twitter,
href: "#",
},
icon: "Twitter", href: "#"},
{
icon: Instagram,
href: "#",
},
icon: "Instagram", href: "#"},
{
icon: Globe,
href: "#",
},
icon: "Globe", href: "#"},
{
icon: MessageCircle,
href: "#",
},
icon: "MessageCircle", href: "#"},
]}
/>
</SectionErrorBoundary>