Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -69,14 +69,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Threaded Style"
|
||||
navItems=[
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Shop", id: "#shop" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]
|
||||
]}
|
||||
logoSrc={resolveAsset("http://img.b2bpic.net/free-vector/clothes-icons-flat_1284-4244.jpg").url}
|
||||
logoAlt="Threaded Style Logo"
|
||||
/>
|
||||
@@ -88,14 +88,14 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "gradient-bars"
|
||||
}}
|
||||
mediaItems=[
|
||||
mediaItems={[
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/young-confident-man-red-shirt-with-optical-glasses-looks-side-isolated-orange-wall_141793-35254.jpg").url, imageAlt: "Model wearing a maroon polo shirt" },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/modern-man-sitting-stairs_1153-427.jpg").url, imageAlt: "Model wearing a blue polo shirt" },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/front-view-male-courier-green-uniform-cape-holding-delivery-coffee-cup-with-notepad-pen-pink-background-uniform-delivery-service-company-job_140725-39242.jpg").url, imageAlt: "Model wearing a green polo shirt" },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/young-man-black-smiling-sidewalk_23-2148296671.jpg").url, imageAlt: "Model wearing a black polo shirt" },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/portrait-happy-handsome-fashionable-freelancer-sunglasses-dressed-white-shirt-shorts-holds-laptop-computer-standing-bridge-against-wall-looking-away_613910-5211.jpg").url, imageAlt: "Model wearing a white polo shirt" },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/handsome-guy-checkered-shirt-with-blue-bow-tie-posing-near-gre-concrete-wall-with-wooden-wheel_613910-10608.jpg").url, imageAlt: "Model wearing a grey polo shirt" }
|
||||
]
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user