diff --git a/README.md b/README.md
index 0d55d64..6da99b2 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-**Codebasics Resume Project Challenge – Data Analytics Project
-**
+**Codebasics Resume Project Challenge – Data Analytics Project**
The Codebasics Resume Project Challenge is an engaging initiative hosted by Codebasics. Drawing participants from around the globe, this challenge showcases the skills and talents of aspiring data analysts. Submissions are reviewed by the Codebasics team and shared with a global audience on LinkedIn, offering participants valuable exposure and recognition.
@@ -45,7 +44,8 @@ ON p.product_code = e.product_code
WHERE e.base_price >500
AND e.promo_type = 'BOGOF';
~~~~
-
+
+
Atliq_Double_Bedsheet_set and Atliq_waterproof_Immersion_Rod are the two products with base price greater than 500 which are featured under BOGOF (Buy One Get One Free) promo type.
@@ -56,7 +56,8 @@ FROM dim_stores
GROUP BY city
ORDER BY COUNT(DISTINCT(store_id)) DESC;
~~~~
-
+
+
In terms of store count, Bengaluru leads with 10 stores, followed by Chennai with 8 stores, and Hyderabad with 7 stores.
@@ -87,7 +88,8 @@ JOIN dim_campaigns c
ON e.campaign_id = c.campaign_id
GROUP BY c.campaign_name;
~~~~
-
+
+
Diwali campaign generated the highest incremental revenue at 114.25 million, while the Sankranthi campaign yielded 72.20 million.
@@ -134,7 +136,8 @@ FROM Diwali_Campaign dc
JOIN Total_Sold_Before tsb
ON dc.category = tsb.category;
~~~~
-
+
+
Home Appliances category exhibits the highest ISU% increase, followed by the Combo1 category. Notably, there is a remarkable 244.23% ISU% surge in the Home Appliances category, while Combo1 follows closely behind with a 202.36% increase.
@@ -175,7 +178,8 @@ FROM Total_Revenue
ORDER BY IR_percentage DESC
LIMIT 5;
~~~~
-
+
+
The table shows, top 5 products ranked by Incremental Revenue Percentage across all campaigns. Atlique_waterproof_Immersion_Rod leads with an IR% of 266.19%, closely followed by Atliq_High_Glo_15W_LED_Bulb with an IR% of 262.98%.
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..e4fcce2
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,10 @@
+#Change title as required
+title: What’s Trending in the Food & Beverage Industry?
+
+#Change description: as required
+description: Analysing New Trends in North American Region.
+
+show_downloads: true
+google_analytics:
+theme: jekyll-theme-cayman
+