Simplify profile sections and clean catalog header

This commit is contained in:
Ruslan Bakiev
2026-04-03 08:59:19 +07:00
parent 0f7787de36
commit c9e281376c
2 changed files with 156 additions and 164 deletions

View File

@@ -77,15 +77,11 @@ function decrementProduct(productId: string) {
<template>
<section class="space-y-5">
<h1 class="text-3xl font-extrabold text-[#0f2f20]">Каталог</h1>
<div class="surface-card rounded-3xl p-4 md:p-5">
<div class="flex flex-wrap items-center justify-between gap-3">
<p class="text-sm text-base-content/75">Добавляй позиции и оформляй заявку в корзине.</p>
<NuxtLink to="/cart" class="btn btn-outline btn-sm">
Корзина: {{ totalItems }}
</NuxtLink>
</div>
<div class="flex flex-wrap items-center justify-between gap-3">
<h1 class="text-3xl font-extrabold text-[#0f2f20]">Каталог</h1>
<NuxtLink to="/cart" class="btn btn-outline btn-sm">
Корзина: {{ totalItems }}
</NuxtLink>
</div>
<div class="surface-card rounded-3xl p-4 md:p-5">