Merge version_1_1782313058867 into main #1

Merged
bender merged 2 commits from version_1_1782313058867 into main 2026-06-24 14:58:54 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Properties",
"href": "#portfolio"
"name": "Properties", "href": "#portfolio"
},
{
"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": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="ARNANI"
logoImageSrc="https://storage.googleapis.com/webild/users/user_3FaVBjcVvO0mpgtP7gJZ7QU5Dd8/uploaded-1782313061820-q78fsmmp.jpg"
ctaButton={{
text: "Book Consultation",
href: "#contact",
}}
text: "Book Consultation", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,42 +49,28 @@ export default function Layout() {
brand="ARNANI"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Office",
items: [
title: "Office", items: [
{
label: "26 D Atria Tata Aquila Heights",
href: "#",
},
label: "26 D Atria Tata Aquila Heights", href: "#"},
{
label: "Jalahalli, Bangalore 560013",
href: "#",
},
label: "Jalahalli, Bangalore 560013", href: "#"},
],
},
]}
copyright="© 2024 Arnani Real Estate. All rights reserved."
links={[
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
]}
/>
</SectionErrorBoundary>