Update src/app/page.tsx
This commit is contained in:
@@ -49,6 +49,12 @@ export default function LandingPage() {
|
|||||||
name: "FAQ", id: "#faq"},
|
name: "FAQ", id: "#faq"},
|
||||||
{
|
{
|
||||||
name: "Contact", id: "#contact"},
|
name: "Contact", id: "#contact"},
|
||||||
|
{
|
||||||
|
name: "Careers", id: "/careers"},
|
||||||
|
{
|
||||||
|
name: "Shipping & Returns", id: "/shipping-returns"},
|
||||||
|
{
|
||||||
|
name: "Privacy Policy", id: "/privacy-policy"},
|
||||||
]}
|
]}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i5r4zf"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i5r4zf"
|
||||||
logoAlt="Cloth Emporium Logo"
|
logoAlt="Cloth Emporium Logo"
|
||||||
@@ -211,7 +217,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "Best Sellers", href: "/products"},
|
label: "Best Sellers", href: "/products"},
|
||||||
{
|
{
|
||||||
label: "Sale", href: "#"},
|
label: "Sale", href: "/products"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -223,7 +229,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "Testimonials", href: "#testimonials"},
|
label: "Testimonials", href: "#testimonials"},
|
||||||
{
|
{
|
||||||
label: "Careers", href: "#"},
|
label: "Careers", href: "/careers"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -233,9 +239,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "Contact Us", href: "#contact"},
|
label: "Contact Us", href: "#contact"},
|
||||||
{
|
{
|
||||||
label: "Shipping & Returns", href: "#"},
|
label: "Shipping & Returns", href: "/shipping-returns"},
|
||||||
{
|
{
|
||||||
label: "Privacy Policy", href: "#"},
|
label: "Privacy Policy", href: "/privacy-policy"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user