Update src/app/blog/page.tsx
This commit is contained in:
@@ -118,7 +118,7 @@ export default function BlogPage() {
|
|||||||
<BlogCardOne
|
<BlogCardOne
|
||||||
blogs={posts}
|
blogs={posts}
|
||||||
title="Beauty & Skincare Insights"
|
title="Beauty & Skincare Insights"
|
||||||
description="Expert tips and the latest trends in skincare and beauty"
|
description="Expert tips and the latest trends in skincare and beauty from around the world"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
@@ -150,7 +150,7 @@ export default function BlogPage() {
|
|||||||
title: "Support", items: [
|
title: "Support", items: [
|
||||||
{ label: "Contact Us", href: "#contact" },
|
{ label: "Contact Us", href: "#contact" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Shipping Info", href: "#" },
|
{ label: "Worldwide Shipping", href: "#" },
|
||||||
{ label: "Returns", href: "#" }
|
{ label: "Returns", href: "#" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user