INSERT INTO `website_settings` (`setting_key`, `setting_value`, `label`, `setting_group`) VALUES
('company_name',    'Used Car Dealer Pro',                          'Company / Website name',  'general'),
('tagline',         'Quality used cars, great prices, trusted service.', 'Tagline',            'general'),
('logo',            '',                                             'Logo (image)',           'general'),
('favicon',         '',                                             'Favicon (image)',        'general'),
('gstin',           'GSTIN27ABCDE1234F1Z5',                         'GSTIN / VAT number',     'general'),
('footer_text',     'Quality inspected used cars at honest prices. Visit our showroom or call us today.', 'Footer blurb', 'general'),
('about_since',     '2010',                                         'About page — since year', 'general'),
('about_customers', '5,000+',                                       'About page — happy customers', 'general'),
('about_cars_sold', '850+',                                         'About page — cars sold',  'general'),
('phone',           '011 2345 6789',                                'Landline',               'contact'),
('mobile',          '98110 12345',                                  'Mobile',                 'contact'),
('whatsapp',        '919811012345',                                 'WhatsApp number',        'contact'),
('email',           'info@usedcardealerpro.test',                   'Email',                  'contact'),
('address',         '88 MG Road, Karol Bagh, New Delhi',            'Address',                'contact'),
('city',            'New Delhi',                                    'City',                   'contact'),
('state',           'Delhi',                                        'State / Province',       'contact'),
('pincode',         '110005',                                       'Pin / Zip code',         'contact'),
('hours',           'Mon - Sat, 9:00 AM - 7:00 PM',                 'Business hours',         'contact'),
('map_query',       'MG Road, Karol Bagh, New Delhi',               'Google Maps location query', 'contact'),
('facebook',        'https://facebook.com/',                        'Facebook URL',           'social'),
('instagram',       'https://instagram.com/',                       'Instagram URL',          'social'),
('youtube',         'https://youtube.com/',                         'YouTube URL',            'social'),
('meta_title',      'Used Car Dealer Pro — Quality Pre-Owned Cars', 'Meta title',             'seo'),
('meta_description','Quality inspected used cars at honest prices. Browse our inventory, book a test drive or sell your car today.', 'Meta description', 'seo'),
('meta_keywords',   'used cars, pre-owned cars, buy used car, sell car, car dealership', 'Meta keywords', 'seo'),
('og_image',        '',                                             'Social share image',     'seo')
ON DUPLICATE KEY UPDATE `setting_value` = VALUES(`setting_value`);