import ogImage from "@/assets/og-image.png"; export const siteConfig = { name: "Ba Lô & Dép Lào", description: "You only live once. Make it count!", url: "https://balodeplao.com", lang: "vi", locale: "vi_VN", author: "Thuan Bui", twitter: "@10h30", ogImage: ogImage, socialLinks: { instagram: "https://instagram.com/", facebook: "https://facebook.com/", }, navLinks: [ { text: "Home", href: "/" }, { text: "Blog", href: "/blog" }, { text: "Contact", href: "/contact" }, ], };