Merge version_1_1781380339424 into main #1

Merged
bender merged 2 commits from version_1_1781380339424 into main 2026-06-13 19:53:32 +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": "Fleet",
"href": "#fleet"
"name": "Fleet", "href": "#fleet"
},
{
"name": "Services",
"href": "#services"
"name": "Services", "href": "#services"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Golden Luo"
logoImageSrc="http://img.b2bpic.net/free-psd/rent-car-business-card-template-design_23-2151932766.jpg"
ctaButton={{
text: "Call Now",
href: "tel:+971505301204",
}}
text: "Call Now", href: "tel:+971505301204"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,55 +49,36 @@ export default function Layout() {
brand="Golden Luo Rent a Car"
columns={[
{
title: "Location",
items: [
title: "Location", items: [
{
label: "Dubai, UAE",
href: "#",
},
label: "Dubai, UAE", href: "#"},
{
label: "Get Directions",
href: "#",
},
label: "Get Directions", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Mon-Thu: 10AM-11PM",
href: "#",
},
label: "Mon-Thu: 10AM-11PM", href: "#"},
{
label: "Friday: Walk-in Only",
href: "#",
},
label: "Friday: Walk-in Only", href: "#"},
],
},
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Instagram",
href: "https://www.instagram.com/goldenluorentacar",
},
label: "Instagram", href: "https://www.instagram.com/goldenluorentacar"},
{
label: "WhatsApp",
href: "https://wa.me/971505301204",
},
label: "WhatsApp", href: "https://wa.me/971505301204"},
],
},
]}
copyright="© 2024 Golden Luo Rent a Car. All rights reserved."
links={[
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
]}
/>
</SectionErrorBoundary>