diff --git a/src/brand/brandDefaults.ts b/src/brand/brandDefaults.ts
index e80e7b4..ffe7b61 100644
--- a/src/brand/brandDefaults.ts
+++ b/src/brand/brandDefaults.ts
@@ -14,12 +14,11 @@ export const brandDefaults: Brand = {
email: 'reservation@shitayesuitehotel.com',
phone1: '+251 96 688 4400',
phone2: '+251 11 46 21000',
- social: {
- facebookUrl: '',
- instagramUrl: '',
- xUrl: '',
- youtubeUrl: '',
- linkedinUrl: '',
- },
+
+ // Placeholder social links (edit in the Brand editor to match your real profiles).
+ socialFacebookUrl: 'https://facebook.com/yourhotel',
+ socialInstagramUrl: 'https://instagram.com/yourhotel',
+ socialTwitterUrl: 'https://x.com/yourhotel',
+ socialLinkedInUrl: 'https://linkedin.com/company/yourhotel',
},
}
diff --git a/src/components/BrandEditor.tsx b/src/components/BrandEditor.tsx
index 8427597..125a276 100644
--- a/src/components/BrandEditor.tsx
+++ b/src/components/BrandEditor.tsx
@@ -119,60 +119,50 @@ export function BrandEditor({ brand, onChange }: BrandEditorProps) {
-
Social links
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+