-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.config.ts
More file actions
265 lines (223 loc) · 10.3 KB
/
Copy pathsite.config.ts
File metadata and controls
265 lines (223 loc) · 10.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
/**
* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
* POLARIS360 STARTER — SITE CONFIG
*
* This is the SINGLE SOURCE OF TRUTH for every client-specific
* value. Fill it in from analysis.md and the entire app adapts.
*
* After editing, run `npm run dev` to preview changes.
* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
// ── 1. BRAND ──────────────────────────────────────────
export const brand = {
/** Business name — appears in navbar, hero, footer, meta tags */
name: 'AUTO-BŁYSK Car Detailing',
/** Short tagline used in hero subtitle, footer */
tagline: 'Profesjonalny detailing samochodowy',
/** Business type (used in meta/SEO copy) */
type: 'Studio Auto Detailingu',
/** Logo text parts — rendered as: <word1> <separator> <word2> */
logo: {
word1: 'AUTO',
separator: '-',
word2: 'BŁYSK',
},
/** Copyright line in footer */
copyright: '© 2026 AUTO-BŁYSK Car Detailing — Wszelkie prawa zastrzeżone.',
/** Website attribution */
madeBy: { label: 'Pushly.nl', url: 'https://pushly.nl' },
};
// ── 2. CONTACT ────────────────────────────────────────
export const contact = {
/** WhatsApp number in international format WITHOUT + (used in wa.me links) */
whatsappIntl: '48602313708',
/** Display phone number */
phone: '602 313 708',
/** Street address */
address: 'Pabianicka 107, 95-070 Aleksandrów Łódzki',
/** Instagram profile URL */
instagramUrl: 'https://www.facebook.com/autoblyskcardetailing',
/** Instagram handle (without @) for display */
instagramHandle: 'autoblyskcardetailing',
/** Google Maps embed URL */
googleMapsEmbed: 'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2467.8!2d19.3131004!3d51.8130305!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x471bb5160608ca91%3A0xfbdde59f8d398cd2!2sAUTO-B%C5%81YSK%20Car%20Detailing!5e0!3m2!1spl!2spl!4v1',
/** Website domain (for sitemap / robots) */
domain: 'https://autoblysk.pl',
/** Email address (optional, for contact form) */
email: '',
};
// ── 3. OPENING HOURS ──────────────────────────────────
export const hours = {
/** Summary line */
summary: 'Pon–Pt: 09:00–17:00',
/** Secondary line */
secondary: 'Sob: 09:00–15:00 | Ndz: Zamknięte',
/** Per-day schedule — used in contact page & footer */
schedule: [
{ day: 'monday', time: 'regular' },
{ day: 'tuesday', time: 'regular' },
{ day: 'wednesday', time: 'regular' },
{ day: 'thursday', time: 'regular' },
{ day: 'friday', time: 'regular' },
{ day: 'saturday', time: 'saturday' },
{ day: 'sunday', time: 'closed' },
],
/** Regular hours label */
regular: '09:00 – 17:00',
};
// ── 4. THEME / COLORS ────────────────────────────────
//
// These values get injected into index.css @theme.
// Use any hex color. The dark surface theme is the default aesthetic.
export const theme = {
primary: '#E8872A', // Orange from logo
primaryLight: '#F0A050',
primaryDark: '#C06E1F',
accent: '#F5A623', // Warm gold accent
accentLight: '#FFD080',
accentDark: '#CC8800',
surface: '#0A0A0F', // Dark background (carbon feel)
surfaceLight: '#121218',
surfaceCard: '#16161E',
surfaceHover: '#1E1E28',
text: '#F5F5F7',
textMuted: '#9CA3AF',
textDim: '#6B7280',
border: '#2A2A3A',
success: '#22C55E',
whatsapp: '#25D366',
font: "'Inter', sans-serif",
};
// ── 5. STATS (Hero counters) ──────────────────────────
export const stats = [
{ end: 5, suffix: '+', labelKey: 'stats.experience' },
{ end: 5.0, suffix: '', labelKey: 'stats.rating', decimals: 1 },
{ end: 200, suffix: '+', labelKey: 'stats.cars' },
{ end: 9, suffix: '', labelKey: 'stats.allInOne' },
];
// ── 6. SERVICES ───────────────────────────────────────
//
// Icons: import from lucide-react. See https://lucide.dev/icons
// Each service id must match a key in i18n/locales/*.json → services.<id>
import { Sparkles, Shield, Wrench, CarFront, Paintbrush, Droplets } from 'lucide-react';
import type { LucideIcon } from 'lucide-react';
export interface ServiceConfig {
id: string;
icon: LucideIcon;
slug: string;
}
export const services: ServiceConfig[] = [
{ id: 'pdr', icon: Wrench, slug: 'pdr' },
{ id: 'ppf', icon: Shield, slug: 'folia-ppf' },
{ id: 'powloki', icon: Sparkles, slug: 'zabezpieczenia-lakieru' },
{ id: 'tapicerka', icon: CarFront, slug: 'renowacja-tapicerki' },
{ id: 'zmiana-koloru', icon: Paintbrush, slug: 'zmiana-koloru' },
{ id: 'pranie', icon: Droplets, slug: 'pranie-wnetrza' },
];
// ── 7. PRICING ────────────────────────────────────────
export interface PricingPackageConfig {
id: string;
price: string;
isPopular: boolean;
}
/** Pricing category tabs in the order they appear */
export const pricingTabs = [
{ id: 'detailing', labelKey: 'pricing.tabDetailing' },
{ id: 'wrapping', labelKey: 'pricing.tabWrapping' },
];
export const detailingPackages: PricingPackageConfig[] = [
{ id: 'basis', price: 'od 300 zł', isPopular: false },
{ id: 'premium', price: 'od 600 zł', isPopular: true },
{ id: 'exclusive', price: 'od 1200 zł', isPopular: false },
];
export const wrappingPackages: PricingPackageConfig[] = [
{ id: 'gedeeltelijk', price: 'od 500 zł', isPopular: false },
{ id: 'volledig', price: 'od 3 000 zł', isPopular: true },
{ id: 'premium-ppf', price: 'od 8 000 zł', isPopular: false },
];
// ── 8. REVIEWS ────────────────────────────────────────
export interface ReviewConfig {
id: string;
name: string;
rating: number;
source: string; // e.g. "Google", "Marktplaats", "Trustpilot"
}
export const reviews: ReviewConfig[] = [
{ id: '1', name: 'Tomasz K.', rating: 5, source: 'Facebook' },
{ id: '2', name: 'Michał W.', rating: 5, source: 'Facebook' },
{ id: '3', name: 'Anna S.', rating: 5, source: 'Facebook' },
{ id: '4', name: 'Paweł D.', rating: 5, source: 'Facebook' },
{ id: '5', name: 'Karolina M.', rating: 5, source: 'Facebook' },
];
// ── 9. BRAND LOGOS (infinite scroll) ──────────────────
//
// Use Simple Icons slugs: https://simpleicons.org
// For brands without a Simple Icons entry, provide an svgUri data-URI.
export interface BrandConfig {
name: string;
slug?: string;
svgUri?: string;
}
export const brands: BrandConfig[] = [
{ name: 'Mercedes-Benz', svgUri: `data:image/svg+xml,${encodeURIComponent(`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="32" cy="32" r="29"/><line x1="32" y1="3" x2="32" y2="32"/><line x1="32" y1="32" x2="7.15" y2="46.35"/><line x1="32" y1="32" x2="56.85" y2="46.35"/><circle cx="32" cy="32" r="29"/></svg>`)}` },
{ name: 'BMW', slug: 'bmw' },
{ name: 'Audi', slug: 'audi' },
{ name: 'Porsche', slug: 'porsche' },
{ name: 'Lamborghini', slug: 'lamborghini' },
{ name: 'Ferrari', slug: 'ferrari' },
{ name: 'Bentley', slug: 'bentley' },
{ name: 'Rolls-Royce', slug: 'rollsroyce' },
{ name: 'Maserati', slug: 'maserati' },
{ name: 'Tesla', slug: 'tesla' },
{ name: 'Volkswagen', slug: 'volkswagen' },
{ name: 'Aston Martin', slug: 'astonmartin' },
];
// ── 10. INSTAGRAM ─────────────────────────────────────
export interface InstaPostConfig {
id: string;
shortcode: string;
type: 'image' | 'reel' | 'carousel';
likes: number;
comments: number;
}
/** Set to true to use real Instagram oEmbed iframes, false for placeholder cards */
export const useInstagramEmbeds = false;
/** Instagram avatar initials (shown in the feed header) */
export const instagramInitials = 'AB';
export const instaPosts: InstaPostConfig[] = [
{ id: '1', shortcode: 'REPLACE_SHORTCODE_1', type: 'reel', likes: 100, comments: 10 },
{ id: '2', shortcode: 'REPLACE_SHORTCODE_2', type: 'reel', likes: 100, comments: 10 },
{ id: '3', shortcode: 'REPLACE_SHORTCODE_3', type: 'image', likes: 100, comments: 10 },
{ id: '4', shortcode: 'REPLACE_SHORTCODE_4', type: 'reel', likes: 100, comments: 10 },
];
// ── 11. VIDEOS (Pexels stock — reusable placeholders) ─
export { pexelsVideos, videoCategories, heroVideo, showreelVideo } from './src/data/pexels-videos';
// ── 12. NAVIGATION / ROUTING ──────────────────────────
//
// Route paths (Polish).
export const navLinks = [
{ key: 'nav.home', href: '/' },
{ key: 'nav.services', href: '/uslugi' },
{ key: 'nav.packages', href: '/pakiety' },
{ key: 'nav.portfolio', href: '/portfolio' },
{ key: 'nav.about', href: '/o-nas' },
{ key: 'nav.contact', href: '/kontakt' },
];
// ── 13. I18N LANGUAGES ───────────────────────────────
//
// Add/remove languages below. Each needs a matching JSON file
// in src/i18n/locales/<code>.json
export const languages = [
{ code: 'pl', flag: '🇵🇱', label: 'PL' },
];
export const defaultLanguage = 'pl';
// ── 14. WHY CHOOSE US (USP cards) ────────────────────
//
// Icons from lucide-react. Match keys to i18n: whyChooseUs.<id>.title/description
import { Trophy, Star, ShieldCheck, Clock } from 'lucide-react';
export const whyChooseUs = [
{ id: 'allInOne', icon: Trophy },
{ id: 'experience', icon: Star },
{ id: 'transparent', icon: ShieldCheck },
{ id: 'flexible', icon: Clock },
];