feat(storefront): update FAQ and legal documentation

- Added new FAQ sections for account security, ordering and checkout, returns, shipping, and contact information.
- Introduced legal documents including privacy policy, terms of service, data protection, and general terms and conditions.
- Updated package dependencies to include gray-matter and remark-gfm for enhanced markdown support.
This commit is contained in:
2026-03-13 21:39:25 +03:00
parent f1dbf0b6ee
commit c8f5d8d096
52 changed files with 2273 additions and 261 deletions

View File

@@ -8,10 +8,14 @@ interface BrandLogoProps {
export function BrandLogo({ size = 28, textClassName }: BrandLogoProps) {
return (
<Link href="/" className="flex shrink-0 items-center gap-2">
<Link
href="/"
className="flex shrink-0 flex-row items-center gap-2"
aria-label="The Pet Loft - Home"
>
<Image
src="/branding/logo.svg"
alt=""
alt="The Pet Loft"
width={size}
height={size}
className="shrink-0"