{"id":8,"date":"2026-09-22T19:28:17","date_gmt":"2026-09-22T19:28:17","guid":{"rendered":"https:\/\/grocerysandhai.com\/?page_id=8"},"modified":"2026-09-23T09:12:28","modified_gmt":"2026-09-23T09:12:28","slug":"home","status":"publish","type":"page","link":"https:\/\/grocerysandhai.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n\n\n\n<pre class=\"wp-block-code\"><code><\/code><\/pre>\n<style>\n\/* GrocerySandhai Landing Page *\/\n.gs-page {\n    font-family: Arial, Helvetica, sans-serif;\n    color: #1f2933;\n    background: #ffffff;\n    line-height: 1.6;\n}\n\n.gs-page * {\n    box-sizing: border-box;\n}\n\n.gs-container {\n    width: 92%;\n    max-width: 1180px;\n    margin: 0 auto;\n}\n\n\/* Hero *\/\n.gs-hero {\n    background: linear-gradient(135deg, #007f5f, #00a878);\n    padding: 70px 20px;\n    color: #fff;\n}\n\n.gs-hero-grid {\n    display: grid;\n    grid-template-columns: 1.15fr .85fr;\n    gap: 40px;\n    align-items: center;\n}\n\n.gs-hero h1 {\n    font-size: 48px;\n    line-height: 1.15;\n    margin: 0 0 20px;\n    color: #fff;\n}\n\n.gs-hero p {\n    font-size: 19px;\n    margin: 0 0 30px;\n    max-width: 680px;\n}\n\n.gs-btn {\n    display: inline-block;\n    background: #ffffff;\n    color: #007f5f !important;\n    padding: 15px 28px;\n    border-radius: 7px;\n    font-weight: 700;\n    text-decoration: none !important;\n    margin-right: 10px;\n    margin-bottom: 10px;\n}\n\n.gs-btn:hover {\n    background: #f1f5f3;\n}\n\n.gs-btn-dark {\n    background: #075e47;\n    color: #fff !important;\n}\n\n.gs-hero-card {\n    background: #ffffff;\n    border-radius: 18px;\n    padding: 30px;\n    color: #1f2933;\n    box-shadow: 0 15px 40px rgba(0,0,0,.15);\n}\n\n.gs-hero-card h3 {\n    color: #007f5f;\n    margin-top: 0;\n    font-size: 25px;\n}\n\n.gs-check {\n    margin: 12px 0;\n    font-size: 16px;\n}\n\n\/* Sections *\/\n.gs-section {\n    padding: 65px 20px;\n}\n\n.gs-section-light {\n    background: #f7faf9;\n}\n\n.gs-heading {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto 40px;\n}\n\n.gs-heading h2 {\n    font-size: 34px;\n    color: #075e47;\n    margin: 0 0 12px;\n}\n\n.gs-heading p {\n    font-size: 17px;\n    color: #5d6870;\n}\n\n\/* Categories *\/\n.gs-categories {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n}\n\n.gs-category {\n    background: #fff;\n    border: 1px solid #e4ebe8;\n    border-radius: 12px;\n    padding: 25px;\n    text-align: center;\n    transition: .2s ease;\n}\n\n.gs-category:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 25px rgba(0,0,0,.08);\n}\n\n.gs-icon {\n    font-size: 38px;\n    margin-bottom: 10px;\n}\n\n.gs-category h3 {\n    margin: 8px 0;\n    color: #075e47;\n    font-size: 20px;\n}\n\n.gs-category p {\n    margin: 0;\n    color: #68747c;\n    font-size: 14px;\n}\n\n\/* Benefits *\/\n.gs-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 25px;\n}\n\n.gs-benefit {\n    padding: 30px;\n    background: #fff;\n    border-radius: 12px;\n    border: 1px solid #e4ebe8;\n}\n\n.gs-benefit h3 {\n    color: #075e47;\n    margin-top: 0;\n}\n\n\/* Indian Grocery Section *\/\n.gs-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 45px;\n    align-items: center;\n}\n\n.gs-feature-box {\n    background: #f0f8f5;\n    border-radius: 16px;\n    padding: 35px;\n}\n\n.gs-feature h2 {\n    color: #075e47;\n    font-size: 34px;\n    margin-top: 0;\n}\n\n.gs-feature ul {\n    padding-left: 20px;\n}\n\n.gs-feature li {\n    margin: 10px 0;\n}\n\n\/* CTA *\/\n.gs-cta {\n    background: #075e47;\n    color: #fff;\n    text-align: center;\n    padding: 65px 20px;\n}\n\n.gs-cta h2 {\n    font-size: 38px;\n    margin: 0 0 15px;\n    color: #fff;\n}\n\n.gs-cta p {\n    font-size: 18px;\n    max-width: 750px;\n    margin: 0 auto 30px;\n}\n\n\/* FAQ *\/\n.gs-faq {\n    max-width: 850px;\n    margin: auto;\n}\n\n.gs-faq-item {\n    border-bottom: 1px solid #dfe7e4;\n    padding: 20px 0;\n}\n\n.gs-faq-item h3 {\n    margin: 0 0 8px;\n    color: #075e47;\n    font-size: 19px;\n}\n\n.gs-faq-item p {\n    margin: 0;\n    color: #59656d;\n}\n\n\/* Footer SEO *\/\n.gs-footer-text {\n    max-width: 900px;\n    margin: auto;\n    text-align: center;\n}\n\n.gs-footer-text h2 {\n    color: #075e47;\n}\n\n.gs-footer-text p {\n    color: #5d6870;\n}\n\n\/* Mobile *\/\n@media (max-width: 850px) {\n    .gs-hero-grid,\n    .gs-feature {\n        grid-template-columns: 1fr;\n    }\n\n    .gs-hero h1 {\n        font-size: 38px;\n    }\n\n    .gs-categories {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .gs-benefits {\n        grid-template-columns: 1fr;\n    }\n}\n\n@media (max-width: 550px) {\n    .gs-hero {\n        padding: 50px 15px;\n    }\n\n    .gs-hero h1 {\n        font-size: 32px;\n    }\n\n    .gs-section {\n        padding: 45px 15px;\n    }\n\n    .gs-categories {\n        grid-template-columns: 1fr;\n    }\n\n    .gs-heading h2,\n    .gs-feature h2 {\n        font-size: 28px;\n    }\n\n    .gs-cta h2 {\n        font-size: 30px;\n    }\n}\n<\/style>\n\n\n<div class=\"gs-page\">\n\n    <!-- HERO -->\n    <section class=\"gs-hero\">\n        <div class=\"gs-container gs-hero-grid\">\n\n            <div>\n                <h1>Grocery Online UAE<\/h1>\n\n                <p>\n                    Shop groceries online in the UAE with Grocery Sandhai.\n                    Discover rice, spices, snacks, beverages, Indian groceries,\n                    South Indian food products and everyday cooking essentials\n                    through Sandhai.\n                <\/p>\n\n                <a class=\"gs-btn\" href=\"https:\/\/www.sandhai.ae\/groceries\" target=\"_blank\" rel=\"noopener\">\n                    Shop Groceries Online\n                <\/a>\n\n                <a class=\"gs-btn gs-btn-dark\" href=\"https:\/\/www.sandhai.ae\/groceries\" target=\"_blank\" rel=\"noopener\">\n                    Explore Grocery Products\n                <\/a>\n            <\/div>\n\n            <div class=\"gs-hero-card\">\n                <h3>Shop Grocery Essentials<\/h3>\n\n                <div class=\"gs-check\">\u2713 Rice &amp; Grains<\/div>\n                <div class=\"gs-check\">\u2713 Spices &amp; Cooking Essentials<\/div>\n                <div class=\"gs-check\">\u2713 Indian &amp; South Indian Products<\/div>\n                <div class=\"gs-check\">\u2713 Snacks &amp; Sweets<\/div>\n                <div class=\"gs-check\">\u2713 Beverages<\/div>\n                <div class=\"gs-check\">\u2713 Dates, Nuts &amp; Seeds<\/div>\n                <div class=\"gs-check\">\u2713 Packaged Food<\/div>\n                <div class=\"gs-check\">\u2713 Tea, Coffee &amp; Refreshments<\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n\n    <!-- INTRO -->\n    <section class=\"gs-section\">\n        <div class=\"gs-heading\">\n\n            <h2>Shop Groceries Online in the UAE<\/h2>\n\n            <p>\n                Looking for a convenient way to buy groceries online in the UAE?\n                Explore a wide range of grocery products available through\n                Sandhai, a UAE multi-vendor online marketplace.\n            <\/p>\n\n        <\/div>\n\n        <div class=\"gs-container\">\n            <div class=\"gs-benefits\">\n\n                <div class=\"gs-benefit\">\n                    <h3>Everyday Grocery Essentials<\/h3>\n                    <p>\n                        Find everyday food and cooking essentials for your\n                        home and kitchen in one convenient online marketplace.\n                    <\/p>\n                <\/div>\n\n                <div class=\"gs-benefit\">\n                    <h3>Indian Grocery Products<\/h3>\n                    <p>\n                        Explore Indian grocery products including rice,\n                        spices, snacks, pickles and other food products.\n                    <\/p>\n                <\/div>\n\n                <div class=\"gs-benefit\">\n                    <h3>South Indian Favourites<\/h3>\n                    <p>\n                        Discover products suitable for traditional South\n                        Indian cooking and everyday meals.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n    <!-- CATEGORIES -->\n    <section class=\"gs-section gs-section-light\">\n\n        <div class=\"gs-heading\">\n\n            <h2>Explore Grocery Categories<\/h2>\n\n            <p>\n                Browse different grocery categories and discover products\n                available for online shopping in the UAE.\n            <\/p>\n\n        <\/div>\n\n        <div class=\"gs-container gs-categories\">\n\n            <div class=\"gs-category\">\n                <div class=\"gs-icon\">\ud83c\udf5a<\/div>\n                <h3>Rice &amp; Grains<\/h3>\n                <p>Rice, grains and everyday staple foods.<\/p>\n            <\/div>\n\n            <div class=\"gs-category\">\n                <div class=\"gs-icon\">\ud83c\udf36\ufe0f<\/div>\n                <h3>Spices<\/h3>\n                <p>Spices and masala products for everyday cooking.<\/p>\n            <\/div>\n\n            <div class=\"gs-category\">\n                <div class=\"gs-icon\">\ud83e\udd6b<\/div>\n                <h3>Packaged Food<\/h3>\n                <p>Convenient packaged food products for your home.<\/p>\n            <\/div>\n\n            <div class=\"gs-category\">\n                <div class=\"gs-icon\">\ud83c\udf6a<\/div>\n                <h3>Snacks &amp; Sweets<\/h3>\n                <p>Snacks, sweets and savouries for every occasion.<\/p>\n            <\/div>\n\n            <div class=\"gs-category\">\n                <div class=\"gs-icon\">\u2615<\/div>\n                <h3>Tea &amp; Coffee<\/h3>\n                <p>Tea, coffee and refreshing beverage options.<\/p>\n            <\/div>\n\n            <div class=\"gs-category\">\n                <div class=\"gs-icon\">\ud83e\udd5c<\/div>\n                <h3>Nuts &amp; Seeds<\/h3>\n                <p>Nuts, seeds and selected dry food products.<\/p>\n            <\/div>\n\n            <div class=\"gs-category\">\n                <div class=\"gs-icon\">\ud83c\udf34<\/div>\n                <h3>Dates<\/h3>\n                <p>Explore dates and related grocery products.<\/p>\n            <\/div>\n\n            <div class=\"gs-category\">\n                <div class=\"gs-icon\">\ud83e\udd64<\/div>\n                <h3>Beverages<\/h3>\n                <p>Drinks and refreshments for everyday use.<\/p>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- INDIAN \/ SOUTH INDIAN -->\n    <section class=\"gs-section\">\n\n        <div class=\"gs-container gs-feature\">\n\n            <div class=\"gs-feature-box\">\n\n                <h2>Indian &amp; South Indian Groceries in UAE<\/h2>\n\n                <p>\n                    Looking for Indian groceries online in the UAE?\n                    Grocery Sandhai makes it easy to discover a variety\n                    of Indian and South Indian food products through\n                    Sandhai.\n                <\/p>\n\n                <ul>\n                    <li>Indian grocery products<\/li>\n                    <li>South Indian food products<\/li>\n                    <li>Rice and cooking essentials<\/li>\n                    <li>Spices and masala products<\/li>\n                    <li>Snacks and traditional food products<\/li>\n                    <li>Pickles and packaged foods<\/li>\n                <\/ul>\n\n                <a class=\"gs-btn gs-btn-dark\" href=\"https:\/\/www.sandhai.ae\/groceries\" target=\"_blank\" rel=\"noopener\">\n                    Shop Indian Groceries\n                <\/a>\n\n            <\/div>\n\n            <div>\n\n                <h2>Buy Groceries Online in Dubai, Sharjah &amp; UAE<\/h2>\n\n                <p>\n                    Online grocery shopping can make it easier to discover\n                    everyday food products without visiting multiple stores.\n                    Browse the grocery selection available on Sandhai and\n                    find products suitable for your household needs.\n                <\/p>\n\n                <p>\n                    Grocery Sandhai is focused on grocery-related searches\n                    across the UAE, including Dubai, Sharjah, Abu Dhabi and\n                    other locations.\n                <\/p>\n\n                <p>\n                    Product availability, seller information and delivery\n                    options can vary. Please check the current Sandhai\n                    product page for the latest information before ordering.\n                <\/p>\n\n                <a class=\"gs-btn gs-btn-dark\" href=\"https:\/\/www.sandhai.ae\/groceries\" target=\"_blank\" rel=\"noopener\">\n                    Browse Sandhai Grocery\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- WHY SHOP -->\n    <section class=\"gs-section gs-section-light\">\n\n        <div class=\"gs-heading\">\n\n            <h2>Why Shop Groceries Online?<\/h2>\n\n            <p>\n                Online grocery shopping gives shoppers a convenient way\n                to discover products and compare available options.\n            <\/p>\n\n        <\/div>\n\n        <div class=\"gs-container gs-benefits\">\n\n            <div class=\"gs-benefit\">\n                <h3>Browse From Home<\/h3>\n                <p>\n                    Discover grocery products online without needing to\n                    visit multiple stores.\n                <\/p>\n            <\/div>\n\n            <div class=\"gs-benefit\">\n                <h3>Multiple Product Categories<\/h3>\n                <p>\n                    Explore rice, spices, snacks, beverages, packaged food\n                    and other grocery essentials.\n                <\/p>\n            <\/div>\n\n            <div class=\"gs-benefit\">\n                <h3>Discover Indian Products<\/h3>\n                <p>\n                    Find Indian and South Indian grocery products available\n                    through the Sandhai marketplace.\n                <\/p>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- CTA -->\n    <section class=\"gs-cta\">\n\n        <div class=\"gs-container\">\n\n            <h2>Ready to Shop Groceries Online?<\/h2>\n\n            <p>\n                Explore grocery products available on Sandhai and discover\n                everyday food, cooking essentials, Indian groceries and more.\n            <\/p>\n\n            <a class=\"gs-btn\" href=\"https:\/\/www.sandhai.ae\/groceries\" target=\"_blank\" rel=\"noopener\">\n                Shop Groceries at Sandhai\n            <\/a>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- FAQ -->\n    <section class=\"gs-section\">\n\n        <div class=\"gs-heading\">\n            <h2>Frequently Asked Questions<\/h2>\n        <\/div>\n\n        <div class=\"gs-faq\">\n\n            <div class=\"gs-faq-item\">\n                <h3>Where can I buy groceries online in the UAE?<\/h3>\n                <p>\n                    You can browse grocery products through Sandhai&#8217;s online\n                    grocery section, including rice, spices, snacks,\n                    beverages and cooking essentials.\n                <\/p>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <h3>Can I buy Indian groceries online in the UAE?<\/h3>\n                <p>\n                    Sandhai&#8217;s grocery marketplace includes Indian and\n                    South Indian food products across different categories,\n                    subject to current availability.\n                <\/p>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <h3>Can I buy South Indian groceries online?<\/h3>\n                <p>\n                    You can explore South Indian grocery products available\n                    through Sandhai, including rice, spices, snacks and\n                    other food products.\n                <\/p>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <h3>Where can I see the available grocery products?<\/h3>\n                <p>\n                    Visit Sandhai&#8217;s grocery section to see the products\n                    currently available.\n                <\/p>\n\n                <p>\n                    <a href=\"https:\/\/www.sandhai.ae\/groceries\" target=\"_blank\" rel=\"noopener\">\n                        Browse Grocery Products on Sandhai\n                    <\/a>\n                <\/p>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- SEO CONTENT -->\n    <section class=\"gs-section gs-section-light\">\n\n        <div class=\"gs-footer-text\">\n\n            <h2>Grocery Shopping Made Convenient<\/h2>\n\n            <p>\n                Grocery Sandhai is a grocery-focused resource for shoppers\n                looking for grocery products online in the UAE. Through\n                Sandhai, shoppers can explore groceries across categories\n                including rice, grains, spices, cooking essentials,\n                packaged food, snacks, beverages, dates, nuts and seeds,\n                tea and coffee.\n            <\/p>\n\n            <p>\n                For customers searching for <strong>grocery online UAE<\/strong>,\n                <strong>Indian groceries UAE<\/strong>,\n                <strong>South Indian groceries UAE<\/strong> or\n                <strong>online grocery shopping UAE<\/strong>, Sandhai provides\n                a convenient marketplace to discover currently available\n                products.\n            <\/p>\n\n            <p>\n                <a href=\"https:\/\/www.sandhai.ae\/grocery\" target=\"_blank\" rel=\"noopener\">\n                    Explore all grocery products on Sandhai \u2192\n                <\/a>\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n<\/div>\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/grocerysandhai.com\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/grocerysandhai.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/grocerysandhai.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/grocerysandhai.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/grocerysandhai.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":5,"href":"https:\/\/grocerysandhai.com\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":22,"href":"https:\/\/grocerysandhai.com\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/22"}],"wp:attachment":[{"href":"https:\/\/grocerysandhai.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}