Merge version_1 into main #4
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
{ text: "Learn Our Story", href: "about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "aurora" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-skincare-bottles-containers-isolated-white-background_181624-35890.jpg"
|
||||
imageAlt="Premium skincare products collection"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -205,7 +205,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "products" },
|
||||
{ label: "All Products", href: "#products" },
|
||||
{ label: "Serums", href: "#" },
|
||||
{ label: "Moisturizers", href: "#" },
|
||||
{ label: "Cleansers", href: "#" }
|
||||
@@ -213,16 +213,16 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Our Story", href: "about" },
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Sustainability", href: "#" },
|
||||
{ label: "Careers", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "FAQ", href: "faq" },
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
{ label: "Returns", href: "#" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user