diff --git a/public/images/news/saveclip-app-605404066-17852939781600031-474959415-1774515538630.jpg b/public/images/news/saveclip-app-605404066-17852939781600031-474959415-1774515538630.jpg new file mode 100644 index 0000000..2a5d46f Binary files /dev/null and b/public/images/news/saveclip-app-605404066-17852939781600031-474959415-1774515538630.jpg differ diff --git a/public/images/news/saveclip-app-605404066-17852939781600031-474959415-1774515545926.jpg b/public/images/news/saveclip-app-605404066-17852939781600031-474959415-1774515545926.jpg new file mode 100644 index 0000000..2a5d46f Binary files /dev/null and b/public/images/news/saveclip-app-605404066-17852939781600031-474959415-1774515545926.jpg differ diff --git a/public/images/news/saveclip-app-605404066-17852939781600031-474959415-1774516098008.jpg b/public/images/news/saveclip-app-605404066-17852939781600031-474959415-1774516098008.jpg new file mode 100644 index 0000000..2a5d46f Binary files /dev/null and b/public/images/news/saveclip-app-605404066-17852939781600031-474959415-1774516098008.jpg differ diff --git a/public/images/news/saveclip-app-605404066-17852939781600031-474959415-1774516126607.jpg b/public/images/news/saveclip-app-605404066-17852939781600031-474959415-1774516126607.jpg new file mode 100644 index 0000000..2a5d46f Binary files /dev/null and b/public/images/news/saveclip-app-605404066-17852939781600031-474959415-1774516126607.jpg differ diff --git a/src/app/globals.css b/src/app/globals.css index 3c4c57f..0bc4b5c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -83,3 +83,27 @@ body { .admin-scrollbar::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.3); } + +/* ===== Global page scrollbar ===== */ + +html { + scrollbar-width: thin; + scrollbar-color: rgba(201, 169, 110, 0.3) #0a0a0a; +} + +::-webkit-scrollbar { + width: 8px; +} + +::-webkit-scrollbar-track { + background: #0a0a0a; +} + +::-webkit-scrollbar-thumb { + background: rgba(201, 169, 110, 0.3); + border-radius: 4px; +} + +::-webkit-scrollbar-thumb:hover { + background: rgba(201, 169, 110, 0.5); +} diff --git a/src/components/layout/Header.tsx b/src/components/layout/Header.tsx index c8bae17..5b0b142 100644 --- a/src/components/layout/Header.tsx +++ b/src/components/layout/Header.tsx @@ -124,12 +124,6 @@ export function Header() { ); })} -
{cls.style}
-
-
{cls.trainer}
+{cls.style}
{maxParticipants > 0 && (
{cls.bookingCount}/{maxParticipants} мест
diff --git a/src/components/sections/Pricing.tsx b/src/components/sections/Pricing.tsx
index 4ec1f5e..4fff60a 100644
--- a/src/components/sections/Pricing.tsx
+++ b/src/components/sections/Pricing.tsx
@@ -53,136 +53,128 @@ export function Pricing({ data: pricing }: PricingProps) {
{/* Prices tab */}
- {activeTab === "prices" && (
-
- {pricing.subtitle}
-
+ {pricing.subtitle}
+
+ {item.name}
+
+ {item.note}
+
- {item.name}
-
- {item.note}
-
- {item.price}
-
+ {item.price}
+
- {featuredItem.name}
-
- {featuredItem.note}
-
- {featuredItem.price}
-
- {item.name}
-
- {item.note}
+ {/* Featured — big card */}
+ {featuredItem && (
+
+ {featuredItem.name}
+
+ {featuredItem.note}
- {rule}
+
+ {featuredItem.price}
+ {item.name}
+
+ {item.note}
+
+ {rule}
+