Site icon News Kiosk

Amazon Great Republic Day Sale 2025: Best Deals on Budget Smartphones

Amazon Great Republic Day Sale 2025: Best Deals on Budget Smartphones

Amazon Great Republic Day 2025 sale has started in India with several deals and discounts on smartphones, ranging from top-end iPhone 16 Pro Max to the budget-friendly Lava O3. The sale started today (January 13) at 12pm (noon) after offering 12 hours of early access for Prime subscribers. Besides the regular discounts, Amazon provides up to 10 percent discount on purchases made using select bank cards during the sale. Smartphones from brands like Realme, Redmi, and Itel are up for grabs during the Amazon Great Republic Day 2025 Sale. Buyers who have been looking for a smartphone in the affordable price range can take advantage of the ongoing Amazon Great Republic Day Sale. Among all the deals, the most notable offer is live on the Redmi A4 5G, usually costing Rs. 11,999, which is currently offered for Rs. 9,499. Buyers can get the phone for Rs. 8,999 by applying a coupon discount. During the Amazon sale, buyers can also get the Realme Narzo N61 for as low as Rs. 7,498, down from the original rate of Rs. 8,999. In addition to the general price drops, shoppers can receive 10 percent instant discount on transactions carried out through SBI credit cards. Similar offers are available for those opting for credit card EMI. Further, there are exchange discounts and no-cost EMI offers. Top Deals on Budget Smartphones During Amazon Great Republic Day Sale Product Name List Price Effective Sale Price Amazon Link Realme Narzo N61 Rs. 8,999 Rs. 7,499 Buy Now Redmi A4 5G Rs. Rs 11,999 9,499 Buy Now iQOO Z9 Lite 5G Rs. Rs 14,499 10,499 Buy Now Itel P55 5G Rs. Rs 13,999 8,999 Buy Now Poco X6 Neo 5G Rs. Rs 19,999 10,999 Buy Now Lava O3 Rs. Rs 7,199 5,579 Buy Now Affiliate links may be automatically generated – see our ethics statement for details.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Exit mobile version