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 <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: "#" }
] ]
}, },