Merge version_1_1781708063842 into main
Merge version_1_1781708063842 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user