فودافون هوم كومباوند 
 تجربة معيشة متكاملة مع خدمات Triple Play وحلول المنزل الذكي!

استمتع بأسلوب حياة عصري ومتكامل مع خدمات "فودافون هوم كومباوند" نقدم لك حلول متميزة التي تشمل إنترنت فائق السرعة عبر الألياف الضوئية، خدمات الهاتف الأرضي، وتلفزيون عالي الدقة.

خدماتنا
•    إنترنت بسرعات تصل إلى 1 جيجابت/ثانية
استمتع بتصفح سريع، بث فيديوهات بجودة عالية، وألعاب أونلاين بدون تقطيع، بفضل اتصال الألياف الضوئية .
•    خدمات الهاتف الأرضي
مكالمات صوتية واضحة ومستقرة.
•    قنوات التلفزيون عالي الدقة
مجموعة متنوعة من القنوات الترفيهية، الرياضية، والإخبارية بجودة صورة وصوت متميزة.
•    حلول المنزل الذكي
تحكم في الإضاءة، التكييف، الستائر، وأنظمة الأمان من خلال تطبيق موحد، مما يوفر لك راحة وأمانًا أكبر في منزلك.

 

فودافون هوم كومباوند 
 تجربة معيشة متكاملة مع خدمات Triple Play وحلول المنزل الذكي!

استمتع بأسلوب حياة عصري ومتكامل مع خدمات "فودافون هوم كومباوند" نقدم لك حلول متميزة التي تشمل إنترنت فائق السرعة عبر الألياف الضوئية، خدمات الهاتف الأرضي، وتلفزيون عالي الدقة.

خدماتنا
•    إنترنت بسرعات تصل إلى 1 جيجابت/ثانية
استمتع بتصفح سريع، بث فيديوهات بجودة عالية، وألعاب أونلاين بدون تقطيع، بفضل اتصال الألياف الضوئية .
•    خدمات الهاتف الأرضي
مكالمات صوتية واضحة ومستقرة.
•    قنوات التلفزيون عالي الدقة
مجموعة متنوعة من القنوات الترفيهية، الرياضية، والإخبارية بجودة صورة وصوت متميزة.
•    حلول المنزل الذكي
تحكم في الإضاءة، التكييف، الستائر، وأنظمة الأمان من خلال تطبيق موحد، مما يوفر لك راحة وأمانًا أكبر في منزلك.

 

باقات هوم كمبوند

احصل على مزايا مميزة، وتجربه لا مثيل له، ومحتوى حصري مع خطط مصممة لتناسب أسلوب حياتك.

حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing:
==> cur_CardTitle.SupTitle.ListItem  [in template "20116#20160#9688965" at line 69, column 30]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #if cur_CardTitle.SupTitle.ListItem.g...  [in template "20116#20160#9688965" at line 69, column 25]
----
1<!--------- START: Section ---------> 
2<#assign randomNumber = .now?long * 13 % 104729> 
3<section class="${sectionSize.getData()} bg-${sectionBackgroundColor.getData()} ${sectionTextColor.getData()}"> 
4   <#if sectionBackgroundImage.getData()?? && sectionBackgroundImage.getData() != ""> 
5   <div class="section-img-wrapper"> 
6      <img class="section-img" alt="${sectionBackgroundImage.getAttribute("alt")}" data-fileentryid="${sectionBackgroundImage.getAttribute("fileEntryId")}" src="${sectionBackgroundImage.getData()}" /> 
7   </div> 
8   </#if> 
9   <div class="container"> 
10      <div class="row justify-content-center"> 
11         <#if sectionTitle.getData()?has_content> 
12         <div class="col-10"> 
13            <div class="section-title text-center"> 
14               <h2 class="h3-2x ${SectionTitleColor.getData()}">${sectionTitle.getData()}</h2> 
15               <#if sectionSubtitle.getData()?has_content> 
16               <h4 class="section-subtitle">${sectionSubtitle.getData()}</h4> 
17               </#if> 
18            </div> 
19         </div> 
20         </#if> 
21         <div class="col-12"> 
22            <!--------- START: Carousel ---------> 
23            <div class="carousel-container card-carousel"> 
24               <div class="owl-carousel js-owl-carousel-${randomNumber}" items="${CarouselCardsNumberDesktop.getData()}"  
25               <#if CarouselCardsNumberTablet.getData() != '0' > items-md="${CarouselCardsNumberTablet.getData()}" </#if> 
26               <#if CarouselCardsNumberMobile.getData() != '0' > items-sm="${CarouselCardsNumberMobile.getData()}"</#if> 
27               <#if getterUtil.getBoolean(Autoplay.getData())> autoplay="true" </#if> 
28               <#if getterUtil.getBoolean(AutopalyHoverPause.getData())> autoplayHoverPause="true" </#if> 
29               <#if getterUtil.getBoolean(NavigationDesktop.getData())> nav="true" </#if> 
30               <#if getterUtil.getBoolean(NavigationTablet.getData())> nav-md="true" </#if> 
31               <#if getterUtil.getBoolean(NavigationMobile.getData())> nav-sm="true" </#if> 
32               <#if getterUtil.getBoolean(Loop.getData())> loop="true" </#if> 
33               <#if getterUtil.getBoolean(DotsDesktop.getData())> dots="true" </#if> 
34               <#if getterUtil.getBoolean(DotsTablet.getData())> dots-md="true" </#if> 
35               <#if getterUtil.getBoolean(DotsMobile.getData())> dots-sm="true" </#if>  
36               margin="30"> 
37               <#if CardTitle.getSiblings()?has_content> 
38               <#list CardTitle.getSiblings() as cur_CardTitle> 
39               <div class="carousel-item"> 
40                  <!--START: Card plan--> 
41                  <div class="card-plan card-collapsing radius m-0"> 
42                     <!-- Card-header --> 
43                     <div class="card-plan-header"> 
44                        <div class="card-plan-header-type"> 
45                           <div class="card-plan-header-icon"> 
46                              <svg aria-hidden="true" class="icon-3" focusable="false"> 
47                                 <use xlink:href="#${cur_CardTitle.SVGName.getData()}"></use> 
48                              </svg> 
49                           </div> 
50                           <h4 class="h6 font-bold m-0">${cur_CardTitle.getData()}</h4> 
51                        </div> 
52                        <h3 class="h4 mb-2 color-red"> 
53                           <span class="font-regular">${cur_CardTitle.Data.getData()}</span> 
54                           <span class="h5-2x align-bottom">${cur_CardTitle.Data.DataSmallText.getData()}</span> 
55                        </h3> 
56                        <h3 class="h4 mb-2 color-red"> 
57                           <span class="font-regular">${cur_CardTitle.Minutes.getData()}</span> 
58                           <span class="h5-2x align-bottom">${cur_CardTitle.Minutes.MinutesSmallText.getData()}</span> 
59                        </h3> 
60                        <p class="mb-0 text-2x"> 
61                           ${cur_CardTitle.Price.getData()} 
62                        </p> 
63                     </div> 
64                     <!-- Card-footer --> 
65                     <div class="card-plan-body"> 
66                     <#if cur_CardTitle.SupTitle.getData()?has_content> 
67                        <p><strong>${cur_CardTitle.SupTitle.getData()}</strong></p> 
68                        </#if> 
69                        <#if cur_CardTitle.SupTitle.ListItem.getSiblings()?has_content> 
70                        <ul class="card-collapsing-list list-unstyled"> 
71                           <#list cur_CardTitle.SupTitle.ListItem.getSiblings() as Item> 
72                           <li class="card-collapsing-list-item"> 
73                              <span class="card-collapsing-list-item-icon"> 
74                                 <svg aria-hidden="true" class="icon-3" focusable="false"> 
75                                    <use xlink:href="#icon-tick"></use> 
76                                 </svg> 
77                              </span> 
78                              <strong class="font-bold align-baseline">${Item.getData()}</strong> 
79                              <#if Item.Text9wst.getData()?has_content> 
80                              <div class="info"> 
81                                 <span class="info-icon">i</span> 
82                                 <div class="info-content radius shadow font-light"> 
83                                    <div class="p-2"> 
84                                       <p class="small-2x mb-2">${Item.Text9wst.getData()}</p> 
85                                       <#if Item.Text9wst.Text4bkh.getSiblings()?has_content> 
86                                       <#list Item.Text9wst.Text4bkh.getSiblings() as listParagraphItem> 
87                                       <p class="small-2x mb-0"> 
88                                          ${listParagraphItem.getData()} <a href="tel:${listParagraphItem.Textgp5k.getData()}" class="color-red"><strong>${listParagraphItem.Textgp5k.getData()}</strong></a> 
89                                       </p> 
90                                       </#list> 
91                                       </#if> 
92                                    </div> 
93                                 </div> 
94                              </div> 
95                              </#if> 
96                           </li> 
97                           </#list>     
98                        </ul> 
99                        </#if> 
100                     </div> 
101                     <div class="card-plan-body text-center"> 
102                        <p class="m-0"> ${CardTitle.FreeSubscriptionText1.getData()} </p> 
103                        <#if CardTitle.FreeSubscriptionText1.freeSubscriptionImage.getData()?? && CardTitle.FreeSubscriptionText1.freeSubscriptionImage.getData() != ""> 
104                        <img alt="" src="${cur_CardTitle.FreeSubscriptionText1.freeSubscriptionImage.getData()}" class="img-fluid pt-3 px-3"/> 
105                        </#if> 
106                     </div> 
107 
108                      <#if ButtonText.getData()?has_content> 
109                        <div class="row justify-content-center mx-0 my-3"> 
110                            <div class="col-md-12 text-center"> 
111                              <#if ButtonText.redirectionMobile.getData()?has_content && ButtonText.redirectionDesktop.getData()?has_content> 
112                                <a data-href-mobile="${ButtonText.redirectionMobile.getData()}" data-href-desktop="${ButtonText.redirectionDesktop.getData()}" data-tracking-mobile="${ButtonText.redirectionMobile.MobileBtnKey.getData()}" data-tracking-desktop="${ButtonText.redirectionDesktop.DesktopBtnKey.getData()}" class="js-tagging-btn btn btn-primary w-100 mb-0">${ButtonText.getData()}</a> 
113                              <#else> 
114                                <a href="${ButtonText.ButtonUrl.getData()}" class="btn btn-primary w-100 mb-0">${ButtonText.getData()}</a> 
115                              </#if> 
116                            </div> 
117                        </div> 
118                      </#if> 
119                  </div> 
120                  <!--END: Card plan--> 
121               </div> 
122               </#list> 
123               </#if> 
124            </div> 
125         </div> 
126         <!--------- END: Carousel ---------> 
127      </div> 
128   </div> 
129</section> 
130<!--------- END: Section ---------> 
131<!--------- START: SVG Symbols ---------> 
132<svg class="d-none"> 
133   ${SVGs.getData()} 
134   <symbol id="icon-tick" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"> 
135      <path d="M47.293 6.94L14 40.232 2.707 28.94l-1.414 1.413L14 43.06 48.707 8.353z"/> 
136   </symbol> 
137</svg> 
138<!--------- END: SVG Symbols ---------> 

تقنية FTTR لأول مرة في مصر
نقدم تقنية "الألياف الضوئية إلى الغرفة" (FTTR) لأول مرة في مصر، والتي تتيح لك اتصالًا فائق السرعة يصل إلى 1 جيجابت في الثانية في جميع أنحاء منزلك، مما يضمن تجربة اتصال سلسة في كل غرفة.

تواصل معنا
•    815 من أي خط محمول أو أرضي.
•    واتساب: اضغط هنا للتواصل عبر واتساب