Поменял нейминг на Spairtech
Some checks failed
CI / main (push) Has been cancelled

This commit is contained in:
Igor Rybakov
2026-03-07 00:05:04 +02:00
parent c62ff0394a
commit 9134a8ed9c
12 changed files with 24 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ import { TrustStrip } from '@/components/TrustStrip/TrustStrip';
import styles from './page.module.scss'; import styles from './page.module.scss';
export const metadata = { export const metadata = {
title: 'О компании | PAN-PROM', title: 'О компании | Spairtech',
}; };
export default function AboutPage() { export default function AboutPage() {
@@ -13,11 +13,11 @@ export default function AboutPage() {
<Breadcrumb <Breadcrumb
items={[{ label: 'Главная', href: '/' }, { label: 'О компании' }]} items={[{ label: 'Главная', href: '/' }, { label: 'О компании' }]}
/> />
<h1 className={styles.title}>О компании PAN-PROM</h1> <h1 className={styles.title}>О компании Spairtech</h1>
<div className={styles.content}> <div className={styles.content}>
<p> <p>
PAN-PROM поставщик промышленного оборудования и комплектующих от Spairtech поставщик промышленного оборудования и комплектующих от
ведущих европейских производителей. Мы специализируемся на ведущих европейских производителей. Мы специализируемся на
гидравлике, пневматике, системах автоматизации (АСУ) и запасных гидравлике, пневматике, системах автоматизации (АСУ) и запасных
частях. частях.

View File

@@ -15,8 +15,8 @@ export async function generateMetadata({
const brand = brands.find((b) => b.id === Number(id)); const brand = brands.find((b) => b.id === Number(id));
return { return {
title: brand title: brand
? `Каталог ${brand.name} | PAN-PROM` ? `Каталог ${brand.name} | Spairtech`
: 'Каталог | PAN-PROM', : 'Каталог | Spairtech',
}; };
} }

View File

@@ -14,7 +14,7 @@ export async function generateMetadata({
const brands = await getBrands(); const brands = await getBrands();
const brand = brands.find((b) => b.id === Number(id)); const brand = brands.find((b) => b.id === Number(id));
return { return {
title: brand ? `${brand.name} | PAN-PROM` : 'Бренд | PAN-PROM', title: brand ? `${brand.name} | Spairtech` : 'Бренд | Spairtech',
}; };
} }

View File

@@ -1,5 +1,5 @@
export const metadata = { export const metadata = {
title: 'Корзина | PAN-PROM', title: 'Корзина | Spairtech',
}; };
export default function CartLayout({ export default function CartLayout({

View File

@@ -17,8 +17,8 @@ export async function generateMetadata({
: undefined; : undefined;
const title = catName const title = catName
? `${catName} | Каталог | PAN-PROM` ? `${catName} | Каталог | Spairtech`
: 'Каталог | PAN-PROM'; : 'Каталог | Spairtech';
return { title }; return { title };
} }

View File

@@ -3,7 +3,7 @@ import { Breadcrumb } from '@/components/Breadcrumb/Breadcrumb';
import styles from './page.module.scss'; import styles from './page.module.scss';
export const metadata = { export const metadata = {
title: 'Контакты | PAN-PROM', title: 'Контакты | Spairtech',
}; };
export default function ContactPage() { export default function ContactPage() {
@@ -20,7 +20,7 @@ export default function ContactPage() {
<Icon name="phone" size={24} color="var(--color-orange-500)" /> <Icon name="phone" size={24} color="var(--color-orange-500)" />
</div> </div>
<h3 className={styles.cardTitle}>Телефон</h3> <h3 className={styles.cardTitle}>Телефон</h3>
<p className={styles.cardText}>+49 (0) 40 123-4567</p> <p className={styles.cardText}>+7 (000) 111-22-33</p>
<p className={styles.cardNote}>Пн-Пт: 09:00 - 18:00 CET</p> <p className={styles.cardNote}>Пн-Пт: 09:00 - 18:00 CET</p>
</div> </div>
@@ -29,7 +29,7 @@ export default function ContactPage() {
<Icon name="mail" size={24} color="var(--color-orange-500)" /> <Icon name="mail" size={24} color="var(--color-orange-500)" />
</div> </div>
<h3 className={styles.cardTitle}>Email</h3> <h3 className={styles.cardTitle}>Email</h3>
<p className={styles.cardText}>info@pan-prom.eu</p> <p className={styles.cardText}>info@spairtech.com</p>
<p className={styles.cardNote}>Ответ в течение 24 часов</p> <p className={styles.cardNote}>Ответ в течение 24 часов</p>
</div> </div>

View File

@@ -4,7 +4,7 @@ import { Footer } from '@/components/Footer/Footer';
import { CartProvider } from '@/components/CartProvider/CartProvider'; import { CartProvider } from '@/components/CartProvider/CartProvider';
export const metadata = { export const metadata = {
title: 'PAN-PROM | Промышленное оборудование из Европы', title: 'Spairtech | Промышленное оборудование из Европы',
description: description:
'Гидравлика, пневматика, АСУ, запасные части. Прямые поставки оригинальных комплектующих от ведущих европейских производителей.', 'Гидравлика, пневматика, АСУ, запасные части. Прямые поставки оригинальных комплектующих от ведущих европейских производителей.',
}; };

View File

@@ -13,7 +13,7 @@ export async function generateMetadata({
const products = await getProducts(); const products = await getProducts();
const product = products.find((p) => p.sku === decodeURIComponent(sku)); const product = products.find((p) => p.sku === decodeURIComponent(sku));
return { return {
title: product ? `${product.name} | PAN-PROM` : 'Продукт | PAN-PROM', title: product ? `${product.name} | Spairtech` : 'Продукт | Spairtech',
}; };
} }

View File

@@ -3,7 +3,7 @@ import { RFQForm } from '@/components/RFQForm/RFQForm';
import styles from './page.module.scss'; import styles from './page.module.scss';
export const metadata = { export const metadata = {
title: 'Запрос цены | PAN-PROM', title: 'Запрос цены | Spairtech',
}; };
export default function RFQPage() { export default function RFQPage() {

View File

@@ -7,9 +7,9 @@ export function Footer() {
<footer className={styles.footer}> <footer className={styles.footer}>
<div className={styles.inner}> <div className={styles.inner}>
<div className={styles.brand}> <div className={styles.brand}>
<div className={styles.logoIcon}>PP</div> <div className={styles.logoIcon}>ST</div>
<div> <div>
<div className={styles.logoTitle}>PAN-PROM</div> <div className={styles.logoTitle}>Spairtech</div>
<div className={styles.logoSubtitle}> <div className={styles.logoSubtitle}>
Промышленное оборудование из Европы Промышленное оборудование из Европы
</div> </div>
@@ -35,7 +35,7 @@ export function Footer() {
</div> </div>
<div className={styles.bottom}> <div className={styles.bottom}>
<span>&copy; {new Date().getFullYear()} PAN-PROM. Все права защищены.</span> <span>&copy; {new Date().getFullYear()} Spairtech. Все права защищены.</span>
</div> </div>
</footer> </footer>
); );

View File

@@ -46,11 +46,11 @@ export function Header() {
<div className={styles.topBarContacts}> <div className={styles.topBarContacts}>
<span className={styles.topBarItem}> <span className={styles.topBarItem}>
<Icon name="phone" size={13} color="var(--color-orange-400)" /> <Icon name="phone" size={13} color="var(--color-orange-400)" />
+49 (0) 40 123-4567 +7 (000) 111-22-33
</span> </span>
<span className={styles.topBarItem}> <span className={styles.topBarItem}>
<Icon name="mail" size={13} color="var(--color-orange-400)" /> <Icon name="mail" size={13} color="var(--color-orange-400)" />
info@pan-prom.eu info@spairtech.com
</span> </span>
</div> </div>
<div className={styles.langSwitcher}> <div className={styles.langSwitcher}>
@@ -67,9 +67,9 @@ export function Header() {
<div className={styles.mainNav}> <div className={styles.mainNav}>
{/* Logo */} {/* Logo */}
<Link href="/" className={styles.logo}> <Link href="/" className={styles.logo}>
<div className={styles.logoIcon}>PP</div> <div className={styles.logoIcon}>ST</div>
<div> <div>
<div className={styles.logoTitle}>PAN-PROM</div> <div className={styles.logoTitle}>Spairtech</div>
<div className={styles.logoSubtitle}>Выбор инженеров</div> <div className={styles.logoSubtitle}>Выбор инженеров</div>
</div> </div>
</Link> </Link>

View File

@@ -27,8 +27,8 @@ export const footerColumns = [
{ {
title: 'Контакты', title: 'Контакты',
links: [ links: [
{ label: '+49 (0) 40 123-4567', href: 'tel:+494012345678' }, { label: '+7 (000) 111-22-33', href: 'tel:+70001112233' },
{ label: 'info@pan-prom.eu', href: 'mailto:info@pan-prom.eu' }, { label: 'info@spairtech.com', href: 'mailto:info@spairtech.com' },
], ],
}, },
]; ];