diff --git a/src/Pages/OptiFiiGifsAndVouchers/BuyVoucher.jsx b/src/Pages/OptiFiiGifsAndVouchers/BuyVoucher.jsx
index 9bb48d0..4305d69 100644
--- a/src/Pages/OptiFiiGifsAndVouchers/BuyVoucher.jsx
+++ b/src/Pages/OptiFiiGifsAndVouchers/BuyVoucher.jsx
@@ -72,27 +72,115 @@ const BuyVoucher = () => {
const handleProceed = () => {
if (selectedCard !== null) {
- navigate("/brand-voucher/preview");
+ navigate("/brand-voucher/preview"); // Proceed with the selected card
}
};
const tabData = [
- { label: "All", icon: FaTv, content: },
- { label: "Electronics", icon: FaTv, content: "Content for Electronics" },
+ {
+ label: "All",
+ icon: FaTv,
+ content: (
+
+ ),
+ },
+ {
+ label: "Electronics",
+ icon: FaTv,
+ content: (
+
+ ),
+ },
{
label: "Ecommerce",
icon: FaShoppingCart,
- content: "Content for Ecommerce",
+ content: (
+
+ ),
+ },
+ {
+ label: "Lifestyle",
+ icon: FaHeart,
+ content: (
+
+ ),
},
- { label: "Lifestyle", icon: FaHeart, content: "Content for Lifestyle" },
{
label: "Food & Beverages",
icon: FaUtensils,
- content: "Content for Food & Beverages",
+ content: (
+
+ ),
+ },
+ {
+ label: "Clothing",
+ icon: FaTshirt,
+ content: (
+
+ ),
+ },
+ {
+ label: "Travel",
+ icon: FaPlane,
+ content: (
+
+ ),
+ },
+ {
+ label: "Lifestyle",
+ icon: FaHeart,
+ content: (
+
+ ),
},
- { label: "Clothing", icon: FaTshirt, content: "Content for Clothing" },
- { label: "Travel", icon: FaPlane, content: "Content for Travel" },
- { label: "Lifestyle", icon: FaHeart, content: "Content for Lifestyle" },
];
return (
diff --git a/src/Pages/OptiFiiGifsAndVouchers/Preview.jsx b/src/Pages/OptiFiiGifsAndVouchers/Preview.jsx
index 9bdbae8..3c0cbef 100644
--- a/src/Pages/OptiFiiGifsAndVouchers/Preview.jsx
+++ b/src/Pages/OptiFiiGifsAndVouchers/Preview.jsx
@@ -92,7 +92,7 @@ import {