Merge version_1_1781432367679 into main

Merge version_1_1781432367679 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-14 10:20:37 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Home",
"href": "#hero"
"name": "Home", "href": "#hero"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Community",
"href": "#testimonials"
"name": "Community", "href": "#testimonials"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Omegirls"
logoImageSrc="http://img.b2bpic.net/free-photo/glowing-blue-neon-number-4-symbol-dark-futuristic-background_84443-91240.jpg"
ctaButton={{
text: "Start Chatting",
href: "#contact",
}}
text: "Start Chatting", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,33 +51,21 @@ export default function Layout() {
{
items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Community",
href: "#",
},
label: "Community", href: "#"},
{
label: "Support",
href: "#",
},
label: "Support", href: "#"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Safety Guide",
href: "#",
},
label: "Safety Guide", href: "#"},
],
},
]}