Merge version_2 into main #2
@@ -70,6 +70,7 @@ export default function LandingPage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="As Seen In"
|
||||
description="Featured in leading publications."
|
||||
names={["Vogue", "Harper's Bazaar", "Elle", "Forbes", "Allure"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -28,7 +28,7 @@ export default function ShippingPage() {
|
||||
navItems={[
|
||||
{ name: "Collection", id: "/" },
|
||||
{ name: "Shipping", id: "/shipping" },
|
||||
{ name: "Contact", id: "/" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{ text: "Shop Now", href: "/" }}
|
||||
/>
|
||||
@@ -63,6 +63,7 @@ export default function ShippingPage() {
|
||||
{ name: "email", type: "email", placeholder: "your@email.com", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Please include your order number if applicable...", required: true }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Contact Support"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,7 +73,7 @@ export default function ShippingPage() {
|
||||
logoText="UMBRA"
|
||||
columns={[
|
||||
{ items: [{ label: "Back to Home", href: "/" }] },
|
||||
{ items: [{ label: "Customer Care", href: "#contact" }] }
|
||||
{ items: [{ label: "Customer Care", href: "/contact" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user