Update src/app/page.tsx
This commit is contained in:
@@ -25,9 +25,9 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Battla Impex"
|
||||
navItems={[
|
||||
{ name: "Process", id: "#process" },
|
||||
{ name: "Partners", id: "#partners" },
|
||||
{ name: "Capabilities", id: "#capabilities" }
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Partners", id: "partners" },
|
||||
{ name: "Capabilities", id: "capabilities" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -40,6 +40,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-waving-fabric-air_23-2151036763.jpg"
|
||||
imageAlt="luxury silk fabric flowing macro"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user