diff --git a/src/brand/brandDefaults.ts b/src/brand/brandDefaults.ts
index d0b2c74..e80e7b4 100644
--- a/src/brand/brandDefaults.ts
+++ b/src/brand/brandDefaults.ts
@@ -14,5 +14,12 @@ export const brandDefaults: Brand = {
email: 'reservation@shitayesuitehotel.com',
phone1: '+251 96 688 4400',
phone2: '+251 11 46 21000',
+ social: {
+ facebookUrl: '',
+ instagramUrl: '',
+ xUrl: '',
+ youtubeUrl: '',
+ linkedinUrl: '',
+ },
},
}
diff --git a/src/components/BrandEditor.tsx b/src/components/BrandEditor.tsx
index a84f39f..8427597 100644
--- a/src/components/BrandEditor.tsx
+++ b/src/components/BrandEditor.tsx
@@ -118,6 +118,62 @@ export function BrandEditor({ brand, onChange }: BrandEditorProps) {
/>
+
+
+
Social links
+
+
+
+
+
+
+
+