Skip to content

Commit fdc6484

Browse files
Merge pull request #20 from liberusoftware/copilot/update-registered-address
Update registered address to Liberu Group Ltd, 15 Commercial Road, Swindon SN1 5NF
2 parents 63867d7 + 1922d33 commit fdc6484

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

database/seeders/SiteSettingsSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function run()
1313
$settings->site_name = config('app.name', 'Liberu Real Estate');
1414
$settings->site_currency = '£';
1515
$settings->site_default_language = 'en';
16-
$settings->site_address = '123 Real Estate St, London, UK';
16+
$settings->site_address = 'Liberu Group Ltd, 15 Commercial Road, Swindon, Wiltshire, United Kingdom SN1 5NF';
1717
$settings->site_country = 'United Kingdom';
1818
$settings->site_email = 'info@liberurealestate.com';
1919
$settings->whatsapp_url = 'https://wa.me/+441793200950';

resources/views/privacy-policy.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
<section>
2020
<h2 class="text-lg font-bold text-white mb-3">1. Who We Are</h2>
2121
<p>
22-
Liberu Software Ltd ("<strong class="text-neutral-200">Liberu Software</strong>", "<strong class="text-neutral-200">we</strong>", "<strong class="text-neutral-200">us</strong>" or "<strong class="text-neutral-200">our</strong>") is a company registered in England and Wales.
22+
Liberu Software Ltd ("<strong class="text-neutral-200">Liberu Software</strong>", "<strong class="text-neutral-200">we</strong>", "<strong class="text-neutral-200">us</strong>" or "<strong class="text-neutral-200">our</strong>") is a company registered in England and Wales, and is part of the Liberu Group.
2323
We operate the website <a href="https://www.liberusoftware.com" class="text-[#f5c518] hover:underline">www.liberusoftware.com</a> and related services.
24+
Registered office: <strong class="text-neutral-200">Liberu Group Ltd, 15 Commercial Road, Swindon, Wiltshire, United Kingdom SN1 5NF</strong>.
2425
</p>
2526
<p class="mt-2">
2627
For any data protection enquiries, please contact us at:

resources/views/terms.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
<section>
3131
<h2 class="text-lg font-bold text-white mb-3">2. About Us</h2>
3232
<p>
33-
The Site is operated by <strong class="text-neutral-200">Liberu Software Ltd</strong>, a company registered in England and Wales.
33+
The Site is operated by <strong class="text-neutral-200">Liberu Software Ltd</strong>, a company registered in England and Wales and part of the Liberu Group.
34+
Registered office: <strong class="text-neutral-200">Liberu Group Ltd, 15 Commercial Road, Swindon, Wiltshire, United Kingdom SN1 5NF</strong>.
3435
You can contact us at <a href="mailto:support@liberu.co.uk" class="text-[#f5c518] hover:underline">support@liberu.co.uk</a>
3536
or <a href="tel:+441793200950" class="text-[#f5c518] hover:underline">+44 1793 200 950</a>.
3637
</p>

0 commit comments

Comments
 (0)