<?php include("includes/db_config.php");?>
<!DOCTYPE html>
<html lang="en-us">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
		<link rel="canonical" href="https://www.orangegroceries.com/" />

    <meta name="author" content="Orange groceries">
    <meta name="google-site-verification" content="" />
    <title>Orange Groceries | Online Groceries</title>
    <meta name="keywords" content="online grocery store Hyderabad, grocery delivery Hyderabad, fresh groceries online, best prices groceries Hyderabad, quality groceries Hyderabad, fast grocery delivery, same-day grocery delivery Hyderabad, shop groceries online, Orange Groceries Hyderabad" />
	<meta name="author" content="Pelli Poola Dandalu">
	<meta name="description" content="Shop fresh and quality groceries online at Orange Groceries, Hyderabad. Enjoy fast delivery within 6-8 hours, best prices, and unbeatable convenience. Order now!" />
    <?php include("includes/css.php");?>
    <script type="application/ld+json">
		{
			"@context": "https://schema.org",
			"@type": "Organization",
			"name": "Orange Groceries",
			"logo": "https://www.orangegroceries.com/image/logo.png",
			"description": "Shop fresh and quality groceries online at Orange Groceries, Hyderabad. Enjoy fast delivery within 6-8 hours, best prices, and unbeatable convenience. Order now!",
			"url": "https://www.orangegroceries.com/",
			"image": "https://www.orangegroceries.com/image/logo.png",
			"telephone": "+91 8686401036",
			"email": "info@orangegroceries.com",
			"address": {
				"@type": "PostalAddress",
				"streetAddress": "Opp Standard High School, Khilwath,",
				"addressLocality": "Khilwath",
				"addressRegion": "Hyderabad",
				"addressCountry": "India",
				"postalCode": "500002"
			},
			"aggregateRating": {
				"@type": "AggregateRating",
				"ratingValue": "4.9",
				"ratingCount": "249"
			},
			"sameAs": [
			"https://www.facebook.com/pellipooladandalu",
				"https://x.com/orangegroceries/",
				"https://www.instagram.com/orangegroceries/",
				"https://in.pinterest.com/pooladandalu/”,
				
                “https://www.youtube.com/channel/UCK1xHsDh12q-0iQx26pclng”
			]
		}

	</script>
</head>

<body>

    <?php include("includes/header.php");?>
    <?php include("includes/slider.php");?>
    <section class="checkout-page ogfeature" style="padding:40px 0px 0px 0px">
        <div class="container-fluid">
            <div class="row">
                <div class="col-md-3 col-md-3 col-6 add_border">
                    <img src="https://orangegroceries.com/img/quality.png">
                    <h4 class="">Quality<br /><small>You can Trust</small></h4>
                </div>
                <div class="col-md-3 col-md-3 col-6 add_border">
                    <img src="https://orangegroceries.com/img/freshness.png">
                    <h4 class="">Freshness<br /><small>GUARANTEED</small></h4>
                </div>
                <div class="col-md-3 col-md-3 col-6 add_border">
                    <img src="https://orangegroceries.com/img/free_shipping.png">
                    <h4 class="">
                        FREE SHIPPING<br /><small>Above Rs.1000</small></h4>
                </div>
                <div class="col-md-3 col-md-3 col-6 add_border">
                    <img src="https://orangegroceries.com/img/no_question.png">
                    <h4 class="">NO QUESTION
                        <br /><small>ASKED RETURNS</small>
                    </h4>
                </div>
            </div>
        </div>
    </section>
     <section class="">
  <div class="container-fluid"> 
  <?php  $sqlg = "SELECT * from cart_ads";
  $resultg = mysqli_query($conn,$sqlg) or die(mysqli_error());
  $resg= mysqli_fetch_array($resultg); ?>
  <div class="row" style="margin-bottom:20px; margin:auto:"> 
<center><a href="<?php echo $resg['url']; ?>"><img src="admin/img/ads/<?php echo $resg['image']; ?>" class="img-responsive"></a></center>
</div>
  </div>
</section>    
    <?php //include("includes/category.php");?>
    <?php include("includes/feature-product.php");?>
    <?php //include("includes/best-product.php");?>
    <?php include("includes/orderwhatsapp.php");?>
    <?php include("includes/brands.php");?>
    <?php include("includes/footer.php");?>
    <?php include("includes/js.php");?>
</body>

</html>