Update src/app/blog/page.tsx

This commit is contained in:
2026-01-24 12:02:58 +00:00
parent f52efa2cb3
commit ee1c8960d8

View File

@@ -118,7 +118,7 @@ export default function BlogPage() {
<BlogCardOne
blogs={posts}
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"
useInvertedBackground="noInvert"
carouselMode="buttons"
@@ -150,7 +150,7 @@ export default function BlogPage() {
title: "Support", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Shipping Info", href: "#" },
{ label: "Worldwide Shipping", href: "#" },
{ label: "Returns", href: "#" }
]
},