Merge version_1_1781708063842 into main #1

Merged
bender merged 2 commits from version_1_1781708063842 into main 2026-06-17 14:55:35 +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": "Services",
"href": "#services"
"name": "Services", "href": "#services"
},
{
"name": "Portfolio",
"href": "#portfolio"
"name": "Portfolio", "href": "#portfolio"
},
{
"name": "Reviews",
"href": "#testimonials"
"name": "Reviews", "href": "#testimonials"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Why Us",
"href": "#why-us"
"name": "Why Us", "href": "#why-us"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Lahore Landscapes"
logoImageSrc="http://img.b2bpic.net/free-photo/adventure-travel-nature-destination-exploring_53876-124520.jpg"
ctaButton={{
text: "Book Free Visit",
href: "#contact",
}}
text: "Book Free Visit", 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: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "47 Infantry Road, Dharampura, Lahore",
href: "#",
},
label: "47 Infantry Road, Dharampura, Lahore", href: "#"},
{
label: "+92 345 4026872",
href: "tel:+923454026872",
},
label: "+92 345 4026872", href: "tel:+923454026872"},
{
label: "info@lahorelandscapes.pk",
href: "mailto:info@lahorelandscapes.pk",
},
label: "info@lahorelandscapes.pk", href: "mailto:info@lahorelandscapes.pk"},
],
},
]}