PNG  IHDR pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_F@8N ' p @8N@8}' p '#@8N@8N pQ9p!i~}|6-ӪG` VP.@*j>[ K^<֐Z]@8N'KQ<Q(`s" 'hgpKB`R@Dqj '  'P$a ( `D$Na L?u80e J,K˷NI'0eݷ(NI'؀ 2ipIIKp`:O'`ʤxB8Ѥx Ѥx $ $P6 :vRNb 'p,>NB 'P]-->P T+*^h& p '‰a ‰ (ĵt#u33;Nt̵'ޯ; [3W ~]0KH1q@8]O2]3*̧7# *p>us p _6]/}-4|t'|Smx= DoʾM×M_8!)6lq':l7!|4} '\ne t!=hnLn (~Dn\+‰_4k)0e@OhZ`F `.m1} 'vp{F`ON7Srx 'D˸nV`><;yMx!IS钦OM)Ե٥x 'DSD6bS8!" ODz#R >S8!7ّxEh0m$MIPHi$IvS8IN$I p$O8I,sk&I)$IN$Hi$I^Ah.p$MIN$IR8I·N "IF9Ah0m$MIN$IR8IN$I 3jIU;kO$ɳN$+ q.x* tEXtComment

Viewing File: /home/u423589436/domains/kingshomeandcomfort.com/public_html/smbtrain_hebron.sql

-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 25, 2025 at 09:58 PM
-- Server version: 11.4.8-MariaDB
-- PHP Version: 8.3.22

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `smbtrain_hebron`
--

-- --------------------------------------------------------

--
-- Table structure for table `admin_table`
--

CREATE TABLE `admin_table` (
  `id` int(11) NOT NULL,
  `admin_username` varchar(255) NOT NULL,
  `admin_password` varchar(255) NOT NULL,
  `admin_phone` varchar(225) NOT NULL,
  `level` varchar(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `admin_table`
--

INSERT INTO `admin_table` (`id`, `admin_username`, `admin_password`, `admin_phone`, `level`) VALUES
(1, 'Adams', '12345', '09034545454', ''),
(3, 'Ayopaul', 'greatgraceofGod@A1', '08134324765', '1'),
(5, 'EDMARK', '123456', '09068191911', '');

-- --------------------------------------------------------

--
-- Table structure for table `blog_posts`
--

CREATE TABLE `blog_posts` (
  `id` int(11) NOT NULL,
  `author` varchar(255) NOT NULL,
  `title` varchar(255) NOT NULL,
  `photo_url` varchar(225) NOT NULL,
  `details` text NOT NULL,
  `datesent` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `btc_wallet`
--

CREATE TABLE `btc_wallet` (
  `id` int(11) NOT NULL,
  `method` varchar(255) NOT NULL,
  `wallet_address` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `btc_wallet`
--

INSERT INTO `btc_wallet` (`id`, `method`, `wallet_address`) VALUES
(1, 'Bitcoin', 'rej33r34dkdj3j434jd');

-- --------------------------------------------------------

--
-- Table structure for table `cart_tb`
--

CREATE TABLE `cart_tb` (
  `id` int(11) NOT NULL,
  `product_id` varchar(255) NOT NULL,
  `user_id` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `cart_tb`
--

INSERT INTO `cart_tb` (`id`, `product_id`, `user_id`) VALUES
(111, '3', '684c4dd438852'),
(112, '2', '684c4dd438852'),
(113, '4', '684c4dd438852'),
(114, '6', '684c659815c24'),
(115, '5', '684d052773559'),
(116, '5', '684db5ba16401'),
(117, '6', '684db5ba16401'),
(118, '6', '684e0298e6ea2'),
(120, '9', '684f0103e3f6c'),
(122, '6', '68535066b1d8e'),
(124, '7', '6856ffa592a9c'),
(125, '9', '6856ffa592a9c'),
(127, '8', '68712f994f061');

-- --------------------------------------------------------

--
-- Table structure for table `feedback_tb`
--

CREATE TABLE `feedback_tb` (
  `id` int(11) NOT NULL,
  `your_name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone` varchar(15) DEFAULT NULL,
  `msg` text NOT NULL,
  `date_sent` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `orders`
--

CREATE TABLE `orders` (
  `id` int(11) NOT NULL,
  `username` varchar(255) NOT NULL,
  `reference` varchar(255) NOT NULL,
  `full_name` varchar(255) NOT NULL,
  `email` varchar(225) NOT NULL,
  `shipping_address` text NOT NULL,
  `amount` varchar(255) NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `quantity` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `status` enum('Pending','Shipped','Delivered') DEFAULT 'Pending'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `orders`
--

INSERT INTO `orders` (`id`, `username`, `reference`, `full_name`, `email`, `shipping_address`, `amount`, `product_name`, `quantity`, `created_at`, `status`) VALUES
(43, 'Ayopaul', 'tx_684f039c7c4a0', 'AYODELE OYERINDE', 'ayopaul111@gmail.com', '10\r\nLawal Monsuru Street, Mupin Town, Iyana Iyesi Ota.', '1000.00', 'Trial product', 2, '2025-06-15 17:35:45', 'Delivered'),
(45, 'Wisdom', 'tx_684f1402027ab', 'Wisdom Pete Adams', 'adamswisdom80@gmail.com', '125, New Lagos road\r\ndds/dsdsdf/sddsfds', '8500.00', 'Value Pack (500 grams)', 1, '2025-06-15 18:42:43', 'Delivered'),
(46, 'guest', 'tx_685012612d18c', 'Wisdom Pete Adams', 'adamswisdom80@gmail.com', '123, New Lagos road\r\ndds/dsdsdf/sddsfds', '12000.00', 'Mini Pack (250 grams)', 3, '2025-06-16 12:48:35', 'Pending'),
(47, 'guest', 'tx_685013927e6f6', 'Wisdom Pete Adams', 'adamswisdom80@gmail.com', '123, New Lagos road\r\ndds/dsdsdf/sddsfds', '20000.00', 'Mini Pack (250 grams)', 5, '2025-06-16 12:53:23', 'Pending'),
(48, 'guest', 'tx_685015e7264ae', 'Wisdom Pete Adams', 'adamswisdom80@gmail.com', '123, New Lagos road\r\ndds/dsdsdf/sddsfds', '8000.00', 'Mini Pack (250 grams)', 2, '2025-06-16 13:03:11', 'Pending'),
(49, 'guest', 'tx_6856f434c400d', 'Wisdom Pete Adams', 'adamswisdom80@gmail.com', '123, New Lagos road\r\ndds/dsdsdf/sddsfds', '72000.00', 'Mini Pack (250 grams)', 18, '2025-06-21 18:05:25', 'Pending'),
(50, 'guest', 'tx_6856f5d1615d9', 'Wisdom Pete Adams', 'adamswisdom80@gmail.com', '123, New Lagos road\r\ndds/dsdsdf/sddsfds', '16000.00', 'Mini Pack (250 grams)', 4, '2025-06-21 18:12:07', 'Pending'),
(51, 'guest', 'tx_6857016c0edd8', 'Drake Joe', 'adamswisdom80@gmail.com', 'hjdwjhdwj dwjhdwjhdwjh', '36000.00', 'Jumbo Pack (750 grams)', 3, '2025-06-21 19:01:31', 'Pending'),
(52, 'guest', 'tx_685701c3af0fd', 'Drake Joe', 'adamswisdom80@gmail.com', '3, sdfdsafsdf', '20000.00', 'Test', 2, '2025-06-21 19:03:01', 'Pending'),
(53, 'Wisdom', 'tx_685703fc57ad9', 'Wisdom Pete Adams', 'adamswisdom80@gmail.com', '125, New Lagos road\r\ndds/dsdsdf/sddsfds', '48000.00', 'Mega Pack (1000 grams)', 3, '2025-06-21 19:12:26', 'Pending'),
(54, 'guest', 'tx_68579ab4cb4e0', 'AYODELE OYERINDE', 'ayopaul111@gmail.com', '10\r\nLawal Monsuru Street, Mupin Town, Iyana Iyesi Ota.', '500.00', 'Trial product', 1, '2025-06-22 05:57:27', 'Pending');

-- --------------------------------------------------------

--
-- Table structure for table `products`
--

CREATE TABLE `products` (
  `id` int(11) NOT NULL,
  `product_name` text NOT NULL,
  `product_category` varchar(255) NOT NULL,
  `sales_price` decimal(10,2) NOT NULL,
  `original_price` decimal(10,2) DEFAULT NULL,
  `stock_quantity` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `photo_path` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `products`
--

INSERT INTO `products` (`id`, `product_name`, `product_category`, `sales_price`, `original_price`, `stock_quantity`, `description`, `photo_path`, `created_at`) VALUES
(6, 'Mini Pack (250 grams)', 'Smoked Catfish', 4000.00, 5500.00, '0', '<p>Perfect for satisfying meal and convinent for on-the-go.</p>\r\n', 'photos/2.webp', '2025-06-13 17:11:52'),
(8, 'Mega Pack (1000 grams)', 'Smoked Catfish', 18000.00, 24000.00, '7', '<p>Savor the rich, smoky goodness of our premium whole smoked catfish! Carefully hand-selected and traditionally smoked for hours to perfection, this protein-packed delicacy is a culinary dream.&nbsp; Enjoy it in hearty soups, stews, or on its own as a flavorful snack. 100% natural, with no preservatives or artificial additives &ndash; just pure, authentic taste in every bite.</p>\r\n\r\n<p>&nbsp;</p>\r\n', 'photos/2.webp', '2025-06-13 17:33:35'),
(11, 'Value Pack (500 grams)', 'Smoked Catfish', 9500.00, 14000.00, '10', '<p>Perfect for a relaxing weekend and suitable for families and gatherings. Hebron value pack smoked catfish offeres a good balance of quality, quantity and price.</p>\r\n', 'photos/Hebron Catfish.jpeg', '2025-07-15 12:49:06'),
(12, 'Jumbo Pack (750 grams)', 'Smoked Catfish', 14000.00, 18500.00, '10', '<p>Perfect for a relaxing weekend and suitable for families and gatherings. Hebron value pack smoked catfish offeres a good balance of quality, quantity and price.</p>\r\n', 'photos/Catfish 1.jpeg', '2025-07-15 13:36:59');

-- --------------------------------------------------------

--
-- Table structure for table `product_categories`
--

CREATE TABLE `product_categories` (
  `id` int(11) NOT NULL,
  `category` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `product_categories`
--

INSERT INTO `product_categories` (`id`, `category`, `created_at`) VALUES
(1, 'Smoked Catfish', '2025-06-05 13:36:02'),
(2, 'Fillet (Coming soon) ', '2025-06-12 21:35:50');

-- --------------------------------------------------------

--
-- Table structure for table `reviews`
--

CREATE TABLE `reviews` (
  `id` int(11) NOT NULL,
  `rating` varchar(255) NOT NULL,
  `your_name` varchar(255) NOT NULL,
  `your_email` varchar(255) NOT NULL,
  `your_comment` longtext NOT NULL,
  `product_id` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `reviews`
--

INSERT INTO `reviews` (`id`, `rating`, `your_name`, `your_email`, `your_comment`, `product_id`) VALUES
(2347, '', 'Tolu', 'tolu@example.com', 'I\'m so grateful for this book!', '62'),
(2348, '', 'Uchechi', 'uchechi@example.com', 'This book is a gem!', '62'),
(2349, '', 'Vivian', 'vivian@example.com', 'This book is a must-have for anyone on a weight loss journey!', '62'),
(2350, '', 'Waleed', 'waleed@example.com', 'This book is the best investment I\'ve made in my health!', '62'),
(2351, '', 'Xolani', 'xolani@example.com', 'I\'m blown away by this book!', '62'),
(2352, '', 'Yakubu', 'yakubu@example.com', 'This book has changed my life forever!', '62'),
(2353, '', 'Zainab', 'zainab@example.com', 'I can\'t recommend this book enough!', '62'),
(2354, '', 'Aisha', 'aisha@gmail.com', 'I\'ve lost so much weight since reading this book! I\'m so happy with the results.', '62'),
(2355, '', 'Barnabas', 'barnabas@gmail.com', 'This book has changed my life. I\'m finally able to control my weight and feel good about myself.', '62'),
(2356, '', 'Chidi', 'chidi@gmail.com', 'This book is amazing! I\'ve never been able to lose weight before, but this book has helped me do it.', '62'),
(2357, '', 'Dorcas', 'dorcas@gmail.com', 'I\'m so grateful for this book. It\'s helped me lose weight and improve my health.', '62'),
(2358, '', 'Ezekiel', 'ezekiel@gmail.com', 'This book is a must-read for anyone who wants to lose weight. It\'s full of helpful information and advice.', '62'),
(2359, '', 'Femi', 'femi@gmail.com', 'I\'ve lost 20 pounds since reading this book! I\'m so happy with the results.', '62'),
(2360, '', 'Gideon', 'gideon@gmail.com', 'This book is the best! It\'s helped me lose weight and keep it off.', '62'),
(2361, '', 'Hanna', 'hanna@gmail.com', 'I\'m so glad I found this book. It\'s helped me turn my life around.', '62'),
(2362, '', 'Ibrahim', 'ibrahim@gmail.com', 'This book is a lifesaver. It\'s helped me lose weight and get healthy.', '62'),
(2363, '', 'James', 'james@gmail.com', 'I\'m so happy with the results I\'ve gotten from this book. I\'ve lost weight and I feel great.', '62'),
(2364, '', 'Joseph', 'joseph@gmail.com', 'This book is amazing! It\'s helped me lose weight and improve my health.', '62'),
(2365, '', 'Kemi', 'kemi@gmail.com', 'I\'m so grateful for this book. It\'s helped me lose weight and improve my life.', '62'),
(2366, '', 'Linda', 'linda@gmail.com', 'This book is a must-read for anyone who wants to lose weight. It\'s full of helpful information and advice.', '62'),
(2367, '', 'Miriam', 'miriam@gmail.com', 'I\'ve lost 30 pounds since reading this book! I\'m so happy with the results.', '62'),
(2368, '', 'Ngozi', 'ngozi@gmail.com', 'This book is the best! It\'s helped me lose weight and keep it off.', '62'),
(2369, '', 'Obinna', 'obinna@gmail.com', 'I\'m so glad I found this book. It\'s helped me turn my life around.', '62'),
(2370, '', 'Peter', 'peter@gmail.com', 'This book is a lifesaver. It\'s helped me lose weight and get healthy.', '62'),
(2371, '', 'Queen', 'queen@gmail.com', 'I\'m so happy with the results I\'ve gotten from this book. I\'ve lost weight and I feel great.', '62'),
(2372, '', 'Richard', 'richard@gmail.com', 'This book is amazing! It\'s helped me lose weight and improve my health.', '62'),
(2373, '', 'Sarah', 'sarah@gmail.com', 'I\'m so grateful for this book. It\'s helped me lose weight and improve my life.', '62'),
(2374, '', 'Tunde', 'tunde@gmail.com', 'This book is a must-read for anyone who wants to lose weight. It\'s full of helpful information and advice.', '62'),
(2375, '', 'Ayobami', 'ayobami@gmail.com', 'This book has helped me lose weight and feel better about myself.', '62'),
(2376, '', 'Charles', 'charles@gmail.com', 'I\'ve tried so many diets and nothing has worked for me until I read this book.', '62'),
(2377, '', 'Daniel', 'daniel@gmail.com', 'This book is so easy to follow and the results are amazing.', '62'),
(2378, '', 'Ebuka', 'ebuka@gmail.com', 'I\'m so glad I found this book. It\'s changed my life.', '62'),
(2379, '', 'Femi', 'femi@gmail.com', 'This book is the best weight loss book I\'ve ever read.', '62'),
(2380, '', 'Grace', 'grace@gmail.com', 'I\'ve lost 10 pounds since reading this book! I\'m so happy.', '62'),
(2381, '', 'Hakeem', 'hakeem@gmail.com', 'This book is a lifesaver. It\'s helped me lose weight and get healthy.', '62'),
(2382, '', 'Ijeoma', 'ijeoma@gmail.com', 'I\'m so glad I found this book. It\'s helped me turn my life around.', '62'),
(2383, '', 'Kolawole', 'kolawole@gmail.com', 'This book is a must-read for anyone who wants to lose weight. It\'s full of helpful information and advice.', '62'),
(2384, '', 'Laolu', 'laolu@gmail.com', 'I\'m so happy with the results I\'ve gotten from this book. I\'ve lost weight and I feel great.', '62'),
(2385, '', 'Mary', 'mary@gmail.com', 'This book is amazing! It\'s helped me lose weight and improve my health.', '62'),
(2386, '', 'Ngozi', 'ngozi@gmail.com', 'I\'m so grateful for this book. It\'s helped me lose weight and improve my life.', '62'),
(2387, '', 'Obi', 'obi@gmail.com', 'This book is a must-read for anyone who wants to lose weight. It\'s full of helpful information and advice.', '62'),
(2388, '', 'Peter', 'peter@gmail.com', 'I\'ve lost 20 pounds since reading this book! I\'m so happy with the results.', '62'),
(2389, '', 'Queen', 'queen@gmail.com', 'This book is the best! It\'s helped me lose weight and keep it off.', '62'),
(2390, '', 'Richard', 'richard@gmail.com', 'I\'m so glad I found this book. It\'s helped me turn my life around.', '62'),
(2391, '', 'Samuel', 'samuel@gmail.com', 'This book is a lifesaver. It\'s helped me lose weight and get healthy.', '62'),
(2392, '', 'Temitope', 'temitope@gmail.com', 'I\'m so happy with the results I\'ve gotten from this book. I\'ve lost weight and I feel great.', '62'),
(2393, '', 'Udoka', 'udoka@gmail.com', 'This book is amazing! It\'s helped me lose weight and improve my health.', '62'),
(2394, '', 'Victor', 'victor@gmail.com', 'I\'m so grateful for this book. It\'s helped me lose weight and improve my life.', '62'),
(2395, '', 'Wole', 'wole@gmail.com', 'This book is a must-read for anyone who wants to lose weight. It\'s full of helpful information and advice.', '62'),
(2396, '', 'Yusuf', 'yusuf@gmail.com', 'I\'ve lost 30 pounds since reading this book! I\'m so happy with the results.', '62'),
(2397, '', 'John', 'john@example.com', 'This book is amazing!', '64'),
(2398, '', 'Mary', 'mary@example.com', 'I love this book!', '64'),
(2399, '', 'David', 'david@example.com', 'This book has changed my life!', '64'),
(2400, '', 'Sarah', 'sarah@example.com', 'I highly recommend this book!', '64'),
(2401, '', 'James', 'james@example.com', 'This book is a must-read!', '64'),
(2402, '', 'Grace', 'grace@example.com', 'I couldn\'t put this book down!', '64'),
(2403, '', 'Peter', 'peter@example.com', 'This book is so inspiring!', '64'),
(2404, '', 'Joyce', 'joyce@example.com', 'I learned so much from this book!', '64'),
(2405, '', 'Michael', 'michael@example.com', 'This book exceeded my expectations!', '64'),
(2406, '', 'Lucy', 'lucy@example.com', 'I wish I had read this book sooner!', '64'),
(2407, '', 'Daniel', 'daniel@example.com', 'This book is a game-changer!', '64'),
(2408, '', 'Esther', 'esther@example.com', 'I feel motivated after reading this book!', '64'),
(2409, '', 'Joseph', 'joseph@example.com', 'This book is a masterpiece!', '64'),
(2410, '', 'Faith', 'faith@example.com', 'I will definitely recommend this book to others!', '64'),
(2411, '', 'Samuel', 'samuel@example.com', 'This book is worth every penny!', '64'),
(2412, '', 'Hannah', 'hannah@example.com', 'I couldn\'t stop reading this book!', '64'),
(2413, '', 'Joshua', 'joshua@example.com', 'This book is a must-have for fitness enthusiasts!', '64'),
(2414, '', 'Ruth', 'ruth@example.com', 'I am so glad I bought this book!', '64'),
(2415, '', 'Timothy', 'timothy@example.com', 'This book is a treasure trove of information!', '64'),
(2416, '', 'Deborah', 'deborah@example.com', 'I am inspired to take my fitness to the next level after reading this book!', '64'),
(2417, '', 'Isaac', 'isaac@example.com', 'This book is a must-read for anyone interested in fitness!', '64'),
(2418, '', 'Rebecca', 'rebecca@example.com', 'I am blown away by the quality of this book!', '64'),
(2419, '', 'Jacob', 'jacob@example.com', 'This book has exceeded my expectations in every way!', '64'),
(2420, '', 'Leah', 'leah@example.com', 'I am recommending this book to all my friends and family!', '64'),
(2421, '', 'Elijah', 'elijah@example.com', 'This book is a game-changer for anyone looking to improve their fitness!', '64'),
(2422, '', 'Sarah2', 'sarah2@example.com', 'The author did an amazing job with this book! Highly recommended.', '64'),
(2423, '', 'John2', 'john2@example.com', 'Great read! This book has helped me improve my fitness routine.', '64'),
(2424, '', 'Mary2', 'mary2@example.com', 'Excellent content! This book is a must-have for anyone interested in fitness.', '64'),
(2425, '', 'David2', 'david2@example.com', 'Very informative! This book has everything you need to know about plyometrics.', '64'),
(2426, '', 'Chinwe', 'chinwe@example.com', 'This book is a game-changer for anyone looking to improve their fitness!', '64'),
(2427, '', 'Emeka', 'emeka@example.com', 'I am so impressed with the quality of this book. Highly recommended!', '64'),
(2428, '', 'Ngozi', 'ngozi@example.com', 'This book is a must-read for anyone interested in fitness. I learned so much!', '64'),
(2429, '', 'Chidi', 'chidi@example.com', 'I have never been more motivated to work out than after reading this book. Thank you!', '64'),
(2430, '', 'Blessing', 'blessing@example.com', 'The author did an amazing job with this book! I couldn\'t put it down.', '64'),
(2431, '', 'Obinna', 'obinna@example.com', 'This book is a treasure trove of information for fitness enthusiasts. I am blown away!', '64'),
(2432, '', 'Amarachi', 'amarachi@example.com', 'I highly recommend this book to anyone looking to improve their fitness routine.', '64'),
(2433, '', 'Ikenna', 'ikenna@example.com', 'This book has exceeded my expectations in every way. Thank you for writing it!', '64'),
(2434, '', 'Chiamaka', 'chiamaka@example.com', 'I am recommending this book to all my friends and family. It\'s that good!', '64'),
(2435, '', 'Ugochukwu', 'ugochukwu@example.com', 'This book is worth every penny and more. I am so glad I bought it!', '64'),
(2436, '', 'Ogechi', 'ogechi@example.com', 'I feel inspired and motivated after reading this book. Thank you for sharing your knowledge!', '64'),
(2437, '', 'Chukwudi', 'chukwudi@example.com', 'This book is a must-have for anyone serious about their fitness journey.', '64'),
(2438, '', 'Nneka', 'nneka@example.com', 'I couldn\'t stop reading this book! It\'s that good.', '64'),
(2439, '', 'Oluwaseun', 'oluwaseun@example.com', 'The information in this book is invaluable for anyone looking to improve their fitness.', '64'),
(2440, '', 'Tunde', 'tunde@example.com', 'I love this book! It has helped me take my fitness routine to the next level.', '64'),
(2441, '', 'Adeola', 'adeola@example.com', 'This book is a masterpiece! The author did an amazing job.', '64'),
(2442, '', 'Oluwatoyin', 'oluwatoyin@example.com', 'I am so impressed with the quality of this book. It\'s a must-read for anyone interested in fitness.', '64'),
(2443, '', 'Femi', 'femi@example.com', 'This book has everything you need to know about plyometrics and more.', '64'),
(2444, '', 'Bimpe', 'bimpe@example.com', 'I wish I had read this book sooner! It\'s a game-changer.', '64'),
(2445, '', 'Tolu', 'tolu@example.com', 'The author\'s passion for fitness shines through in every page of this book.', '64'),
(2446, '', 'Kemi', 'kemi@example.com', 'I learned so much from this book! Thank you for sharing your knowledge with us.', '64'),
(2447, '', 'Segun', 'segun@example.com', 'This book is a must-have for anyone looking to improve their health and fitness.', '64'),
(2448, '', 'Titi', 'titi@example.com', 'I highly recommend this book to anyone serious about their fitness journey.', '64'),
(2449, '', 'Yinka', 'yinka@example.com', 'This book is so inspiring! I feel motivated to take my fitness to the next level.', '64'),
(2450, '', 'Bola', 'bola@example.com', 'The information in this book is presented in a clear and concise manner, making it easy to understand.', '64'),
(2451, '', 'Tayo', 'tayo@example.com', 'I am blown away by the quality of this book! It\'s a must-read for anyone interested in fitness.', '64'),
(2452, '', 'Lola', 'lola@example.com', 'This book has helped me improve my fitness routine in ways I never thought possible.', '64'),
(2453, '', 'Bayo', 'bayo@example.com', 'I couldn\'t be happier with my purchase of this book! It\'s exceeded my expectations in every way.', '64'),
(2454, '', 'Funmi', 'funmi@example.com', 'The author has done an amazing job with this book! It\'s a game-changer for anyone interested in fitness.', '64'),
(2455, '', 'Chuka', 'chuka@example.com', 'This is  one of the best fitness books I\'ve ever read. It\'s a must-have for anyone looking to get in shape.', '64'),
(2456, '', 'Nkechi', 'nkechi@example.com', 'I am so grateful for this book! It has helped me achieve my fitness goals.', '64'),
(2457, '', 'Oluwakemi', 'oluwakemi@example.com', 'This book is a game-changer! It has completely transformed my fitness routine.', '64'),
(2458, '', 'Chinonso', 'chinonso@example.com', 'I highly recommend this book to anyone looking to take their fitness to the next level.', '64'),
(2459, '', 'Chidinma', 'chidinma@example.com', 'This book is a must-read for anyone interested in fitness. It\'s packed with valuable information!', '64'),
(2460, '', 'Emmanuel', 'emmanuel@example.com', 'I am blown away by the quality of this book. The author really knows their stuff!', '64'),
(2461, '', 'Blessed', 'blessed@example.com', 'This book has helped me achieve things I never thought possible. Thank you!', '64'),
(2462, '', 'Oluwadamilare', 'oluwadamilare@example.com', 'I have recommended this book to all my friends and family. It\'s that good!', '64'),
(2463, '', 'Chisom', 'chisom@example.com', 'This book is a must-have for anyone serious about their fitness journey. It\'s a game-changer!', '64'),
(2464, '', 'Oluwatosin', 'oluwatosin@example.com', 'I am so impressed with the quality of this book. It\'s worth every penny!', '64'),
(2465, '', 'Chigozie', 'chigozie@example.com', 'This book is a treasure trove of information for anyone interested in fitness. Highly recommended!', '64'),
(2466, '', 'Nnamdi', 'nnamdi@example.com', 'I couldn\'t put this book down! It\'s that good.', '64'),
(2467, '', 'Oluwafemi', 'oluwafemi@example.com', 'The author has done an amazing job with this book. It\'s a must-read for anyone interested in fitness.', '64'),
(2468, '', 'Chinyere', 'chinyere@example.com', 'This book has helped me achieve my fitness goals in ways I never thought possible. Thank you!', '64'),
(2469, '', 'Oluwaseyi', 'oluwaseyi@example.com', 'I am so grateful for this book! It has completely transformed my fitness routine.', '64'),
(2470, '', 'Chukwuemeka', 'chukwuemeka@example.com', 'This book is a must-have for anyone looking to improve their health and fitness. Highly recommended!', '64'),
(2471, '', 'Nkem', 'nkem@example.com', 'I have learned so much from this book! It\'s a game-changer for anyone interested in fitness.', '64'),
(2472, '', 'Oluwatobiloba', 'oluwatobiloba@example.com', 'This book is worth every penny and more. I am so glad I bought it!', '64'),
(2473, '', 'Chibuzo', 'chibuzo@example.com', 'I feel inspired and motivated after reading this book. Thank you for sharing your knowledge!', '64'),
(2474, '', 'Oluwadara', 'oluwadara@example.com', 'This book is a masterpiece! The author did an amazing job.', '64'),
(2475, '', 'Chinweike', 'chinweike@example.com', 'I love this book! It has helped me take my fitness routine to the next level.', '64'),
(2476, '', 'Nneoma', 'nneoma@example.com', 'The information in this book is invaluable for anyone looking to improve their fitness.', '64'),
(2477, '', 'Oluwafunmilayo', 'oluwafunmilayo@example.com', 'This book is so inspiring! I feel motivated to take my fitness to the next level.', '64'),
(2478, '', 'Chizaram', 'chizaram@example.com', 'The author\'s passion for fitness shines through in every page of this book.', '64'),
(2479, '', 'Nifemi', 'nifemi@example.com', 'I couldn\'t be happier with my purchase of this book! It\'s exceeded my expectations in every way.', '64'),
(2480, '', 'Oluwaseunfunmi', 'oluwaseunfunmi@example.com', 'The author has done an amazing job with this book! It\'s a game-changer for anyone interested in fitness.', '64'),
(2481, '', 'Chimamanda', 'chimamanda@example.com', 'This book has helped me improve my fitness routine in ways I never thought possible.', '64'),
(2482, '', 'Nkemjika', 'nkemjika@example.com', 'I highly recommend this book to anyone serious about their fitness journey.', '64'),
(2483, '', 'Oluwatoyosi', 'oluwatoyosi@example.com', 'This book is presented in a clear and concise manner, making it easy to understand. Highly recommended!', '64'),
(2484, '', 'John', 'john@example.com', 'I loved reading \"Perfect First Date\"! It was an amazing book!', '65'),
(2485, '', 'Mary', 'mary@example.com', 'The book \"Perfect First Date\" was a great read. I highly recommend it!', '65'),
(2486, '', 'David', 'david@example.com', 'I couldn\'t put down \"Perfect First Date\". It was that good!', '65'),
(2487, '', 'Sarah', 'sarah@example.com', 'The characters in \"Perfect First Date\" were so relatable. I loved it!', '65'),
(2488, '', 'James', 'james@example.com', 'I\'ve read many books but \"Perfect First Date\" is one of my favorites. It was that good!', '65'),
(2489, '', 'Grace', 'grace@example.com', 'I enjoyed reading \"Perfect First Date\". It was a great book!', '65'),
(2490, '', 'Daniel', 'daniel@example.com', 'The plot of \"Perfect First Date\" was so engaging. I couldn\'t stop reading it!', '65'),
(2491, '', 'Joyce', 'joyce@example.com', '\"Perfect First Date\" is a must-read for anyone who loves romance novels. I loved it!', '65'),
(2492, '', 'Michael', 'michael@example.com', 'I\'ve recommended \"Perfect First Date\" to all my friends. It was that good!', '65'),
(2493, '', 'Esther', 'esther@example.com', '\"Perfect First Date\" is one of the best books I\'ve ever read. I couldn\'t put it down!', '65'),
(2494, '', 'Peter', 'peter@example.com', 'I loved how the story unfolded in \"Perfect First Date\". It was such a great book!', '65'),
(2495, '', 'Faith', 'faith@example.com', '\"Perfect First Date\" is a book that will stay with me forever. I loved it so much!', '65'),
(2496, '', 'Joseph', 'joseph@example.com', 'The writing style of \"Perfect First Date\" was so beautiful. I enjoyed every page of it!', '65'),
(2497, '', 'Hannah', 'hannah@example.com', '\"Perfect First Date\" is a book that will make you believe in love again. I highly recommend it!', '65'),
(2498, '', 'Samuel', 'samuel@example.com', '\"Perfect First Date\" is one of those books that you just can\'t put down. It was amazing!', '65'),
(2499, '', 'Ruth', 'ruth@example.com', '\"Perfect First Date\" is a book that will make you laugh and cry at the same time. I loved it!', '65'),
(2500, '', 'Timothy', 'timothy@example.com', '\"Perfect First Date\" is one of those books that you will want to read again and again. It was that good!', '65'),
(2501, '', 'Deborah', 'deborah@example.com', '\"Perfect First Date\" is a book that will touch your heart. I highly recommend it!', '65'),
(2502, '', 'Isaac', 'isaac@example.com', '\"Perfect First Date\" is one of those books that you will never forget. It was amazing!', '65'),
(2503, '', 'Rebecca', 'rebecca@example.com', '\"Perfect First Date\" is a book that will make you believe in love again. I loved it so much!', '65'),
(2504, '', 'Jacob', 'jacob@example.com', '\"Perfect First Date\" is one of those books that you just can\'t put down. It was amazing!', '65'),
(2505, '', 'Leah', 'leah@example.com', '\"Perfect First Date\" is a book that will make you smile and cry at the same time. I loved it so  much!', '65'),
(2506, '', 'Paul', 'paul@example.com', 'I\'ve read many romance novels but \"Perfect First Date\" is one of the best. It was that good!', '65'),
(2507, '', 'Esther', 'esther2@example.com', '\"Perfect First Date\" is a book that will make you believe in love again. I highly recommend it!', '65'),
(2508, '', 'Andrew', 'andrew@example.com', '\"Perfect First Date\" is a book that will make you feel all the emotions. I loved it!', '65'),
(2509, '', 'Lydia', 'lydia@example.com', '\"Perfect First Date\" is a book that will stay with me forever. I couldn\'t put it down!', '65'),
(2510, '', 'Stephen', 'stephen@example.com', '\"Perfect First Date\" is a book that will make you believe in happy endings. I loved it!', '65'),
(2511, '', 'Priscilla', 'priscilla@example.com', '\"Perfect First Date\" is a book that will make you fall in love with the characters. It was amazing!', '65'),
(2512, '', 'Barnabas', 'barnabas@example.com', '\"Perfect First Date\" is a book that will make you smile from ear to ear. I highly recommend it!', '65'),
(2513, '', 'Tabitha', 'tabitha@example.com', '\"Perfect First Date\" is a book that will make you believe in the power of love. I loved it so much!', '65'),
(2514, '', 'Abigail', 'abigail@example.com', 'I loved reading \"Perfect First Date\"! It was such a heartwarming story!', '65'),
(2515, '', 'Elijah', 'elijah@example.com', 'The book \"Perfect First Date\" was a great read. I couldn\'t put it down!', '65'),
(2516, '', 'Naomi', 'naomi@example.com', 'I\'ve read many romance novels but \"Perfect First Date\" is one of my favorites. It was that good!', '65'),
(2517, '', 'Isaiah', 'isaiah@example.com', '\"Perfect First Date\" is a book that will make you believe in love again. I highly recommend it!', '65'),
(2518, '', 'Esther', 'esther3@example.com', '\"Perfect First Date\" is a book that will make you feel all the emotions. I loved it!', '65'),
(2519, '', 'Nathan', 'nathan@example.com', '\"Perfect First Date\" is a book that will stay with me forever. I couldn\'t put it down!', '65'),
(2520, '', 'Leah', 'leah2@example.com', '\"Perfect First Date\" is a book that will make you believe in happy endings. I loved it!', '65'),
(2521, '', 'Ezekiel', 'ezekiel@example.com', '\"Perfect First Date\" is one of those books that you just can\'t put down. It was amazing!', '65'),
(2522, '', 'Hannah', 'hannah2@example.com', '\"Perfect First Date\" is a book that will make you smile and cry at the same time. I loved it so much!', '65'),
(2523, '', 'Jeremiah', 'jeremiah@example.com', '\"Perfect First Date\" is a book that will make you believe in the power of love. It was amazing!', '65'),
(2524, '', 'Miriam', 'miriam@example.com', '\"Perfect First Date\" is one of those books that you will want to read again and again. It was that good!', '65'),
(2525, '', 'Aaron', 'aaron@example.com', '\"Perfect First Date\" is a book that will touch your heart. I highly recommend it!', '65'),
(2526, '', 'Ruth', 'ruth2@example.com', '\"Perfect First Date\" is one of those books that you will never forget. It was amazing!', '65'),
(2527, '', 'Joshua', 'joshua@example.com', '\"Perfect First Date\" is a book that will make you believe in love again. I loved it so much!', '65'),
(2528, '', 'Deborah', 'deborah2@example.com', '\"Perfect First Date\" is one of those books that you just can\'t put down. It was amazing!', '65'),
(2529, '', 'Samuel', 'samuel2@example.com', '\"Perfect First Date\" is a book that will make you smile from ear to ear. I highly recommend it!', '65'),
(2530, '', 'Delilah', 'delilah@example.com', '\"Perfect First Date\" is a book that will make you feel all the emotions. I loved it so much!', '65'),
(2531, '', 'Gideon', 'gideon@example.com', '\"Perfect First Date\" is a book that will stay with me forever. I couldn\'t put it down!', '65'),
(2532, '', 'Esther', 'esther4@example.com', '\"Perfect First Date\" is a book that will make you believe in happy endings. I loved it so much!', '65'),
(2533, '', 'Jacob', 'jacob2@example.com', '\"Perfect First Date\" is one of those books that you just can\'t put down. It was amazing!', '65'),
(2534, '', 'Rachel', 'rachel@example.com', '\"Perfect First Date\" is a book that will make you believe in the power of love. I highly recommend it!', '65'),
(2535, '', 'David', 'david2@example.com', '\"Perfect First Date\" is one of those books that you will want to read again and again. It was that good!', '65'),
(2536, '', 'Sarah', 'sarah2@example.com', '\"Perfect First Date\" is a book that will touch your heart. It was amazing!', '65'),
(2537, '', 'Solomon', 'solomon@example.com', ' \"Perfect First Date\" is one of those books that you will never forget. I loved it so much!', '65'),
(2538, '', 'Rebecca', 'rebecca2@example.com', 'I enjoyed reading \"Perfect First Date\". It was an amazing story.', '65'),
(2539, '', 'Tabitha', 'tabitha2@example.com', '\"Perfect First Date\" is a book that will make you feel all the emotions. I highly recommend it!', '65'),
(2540, '', 'Eve', 'eve@example.com', '\"Perfect First Date\" is a book that will stay with me forever. I couldn\'t put it down!', '65'),
(2541, '', 'Adam', 'adam@example.com', '\"Perfect First Date\" is a book that will make you believe in happy endings. I loved it so much!', '65'),
(2542, '', 'Noah', 'noah@example.com', '\"Perfect First Date\" is one of those books that you just can\'t put down. It was amazing!', '65'),
(2543, '', 'Esther', 'esther5@example.com', '\"Perfect First Date\" is a book that will make you smile from ear to ear. I highly recommend it!', '65'),
(2544, '', 'Joseph', 'joseph@example.com', 'I can\'t thank the author enough for writing \"Food For A Healthy Life.\" It has changed my perspective on nutrition and empowered me to lead a healthier life.', '66'),
(2545, '', 'Sandra', 'sandra@example.com', 'The information in \"Food For A Healthy Life\" is practical and easy to follow. I have already implemented several tips and can feel the positive impact on my well-being.', '66'),
(2546, '', 'Daniel', 'daniel@example.com', 'This book is a treasure trove of knowledge. \"Food For A Healthy Life\" is a valuable resource for anyone looking to make sustainable lifestyle changes.', '66'),
(2547, '', 'Grace', 'grace@example.com', 'Reading \"Food For A Healthy Life\" has been an eye-opening experience. It has taught me the importance of nourishing my body with the right foods.', '66'),
(2548, '', 'Samuel', 'samuel@example.com', 'I never thought healthy eating could be so enjoyable until I read \"Food For A Healthy Life.\" The recipes and tips are fantastic!', '66'),
(2549, '', 'Amina', 'amina@example.com', 'As an athlete, \"Food For A Healthy Life\" has been my go-to guide for maintaining a balanced diet and optimizing my performance.', '66'),
(2550, '', 'Abdul', 'abdul@example.com', 'I am impressed with the depth of knowledge presented in \"Food For A Healthy Life.\" It covers everything from nutrition basics to advanced meal planning.', '66'),
(2551, '', 'Fatima', 'fatima@example.com', 'I recommend \"Food For A Healthy Life\" to anyone seeking guidance on weight management. It provides practical strategies to achieve and maintain a healthy weight.', '66'),
(2552, '', 'Omar', 'omar@example.com', 'This book has revolutionized my eating habits. \"Food For A Healthy Life\" has made me more mindful of the foods I consume and their impact on my well-being.', '66'),
(2553, '', 'Nadia', 'nadia@example.com', 'I am grateful for the valuable insights shared in \"Food For A Healthy Life.\" It has motivated me to prioritize my health and make better food choices.', '66'),
(2554, '', 'Kwame', 'kwame@example.com', 'The author has done a brilliant job with \"Food For A Healthy Life.\" It is an empowering resource that educates and inspires readers to take charge of their health.', '66'),
(2555, '', 'Chipo', 'chipo@example.com', 'I am amazed by the practicality of the advice provided in \"Food For A Healthy Life.\" It\'s a comprehensive guide to living a healthier and more fulfilling life.', '66'),
(2556, '', 'Emeka', 'emeka@example.com', 'I resonate with the book \"Food For A Healthy Life\" on a personal level. It has transformed the way I think about food and its impact on my overall well-being.', '66'),
(2557, '', 'Aisha', 'aisha@example.com', 'Reading \"Food For A Healthy Life\" has been a game-changer for me. It has equipped me with the knowledge and motivation to make positive changes in my diet.', '66'),
(2558, '', 'Tendai', 'tendai@example.com', 'I appreciate how \"Food For A Healthy Life\" emphasizes the importance of nourishing our bodies with whole, unprocessed foods. It\'s an invaluable resource for health enthusiasts.', '66'),
(2559, '', 'Moussa', 'moussa@example.com', 'I commend the author for creating such an informative and accessible book like \"Food For A Healthy Life.\" It is a must-have for anyone committed to their well-being.', '66'),
(2560, '', 'Amina', 'amina@example.com', 'I cannot recommend \"Food For A Healthy Life\" enough. It has inspired me to make positive changes in my lifestyle, leading to increased energy and vitality.', '66'),
(2561, '', 'Kwesi', 'kwesi@example.com', 'This book is a gem! \"Food For A Healthy Life\" covers a wide range of topics, providing practical advice and inspiration for living a healthier life.', '66'),
(2562, '', 'Sade', 'sade@example.com', 'I\'m so glad I stumbled upon \"Food For A Healthy Life.\" It has helped me make informed choices about the foods I consume and has improved my overall well-being.', '66'),
(2563, '', 'Yusuf', 'yusuf@example.com', 'I highly recommend \"Food For A Healthy Life\" to anyone seeking guidance on maintaining a healthy lifestyle. It has become my go-to reference for nutritious and delicious recipes.', '66'),
(2564, '', 'Lilian', 'lilian@example.com', 'I\'ve been looking for a resource like \"Food For A Healthy Life\" for years. It provides practical tips and advice that are easy to implement in daily life.', '66'),
(2565, '', 'Ali', 'ali@example.com', 'I\'m grateful to have stumbled upon \"Food For A Healthy Life.\" It has given me a fresh perspective on nutrition and helped me make positive changes in my diet.', '66'),
(2566, '', 'Ade', 'ade@example.com', 'The recipes in \"Food For A Healthy Life\" are both delicious and nutritious. This book has transformed my eating habits for the better.', '66'),
(2567, '', 'Esther', 'esther@example.com', 'I can\'t recommend \"Food For A Healthy Life\" enough. It has empowered me to take control of my health and make informed decisions about the food I consume.', '66'),
(2568, '', 'Kofi', 'kofi@example.com', 'This book is a game-changer! \"Food For A Healthy Life\" has opened my eyes to the impact of food on my well-being and inspired me to prioritize my health.', '66'),
(2569, '', 'Fatou', 'fatou@example.com', 'I resonate with the message of \"Food For A Healthy Life.\" It emphasizes the importance of nourishing our bodies with wholesome foods for a vibrant and fulfilling life.', '66'),
(2570, '', 'Hassan', 'hassan@example.com', 'Reading \"Food For A Healthy Life\" has been an enlightening experience. It has helped me make better choices and develop healthier eating habits.', '66'),
(2571, '', 'Ngozi', 'ngozi@example.com', 'I\'m impressed by the comprehensive approach of \"Food For A Healthy Life.\" It covers not only the physical aspects of nutrition but also the mental and emotional aspects.', '66'),
(2572, '', 'Musa', 'musa@example.com', 'The author\'s passion for healthy living shines through \"Food For A Healthy Life.\" It\'s an inspiring read that motivates me to live a balanced and nourishing life.', '66'),
(2573, '', 'Abena', 'abena@example.com', 'I love how \"Food For A Healthy Life\" emphasizes the importance of incorporating a variety of colorful fruits and vegetables into our diets. It has expanded my culinary horizons.', '66'),
(2574, '', 'Omar', 'omar@example.com', 'This book is a goldmine of information. \"Food For A Healthy Life\" provides evidence-based advice that is both practical and easy to understand.', '66'),
(2575, '', 'Zainab', 'zainab@example.com', 'I\'ve recommended \"Food For A Healthy Life\" to all my friends and family. It\'s a valuable resource for anyone looking to improve their overall well-being.', '66'),
(2576, '', 'Mamadou', 'mamadou@example.com', 'I\'m amazed by the depth of knowledge presented in \"Food For A Healthy Life.\" It covers a wide range of topics and answers many of the questions I had about nutrition.', '66'),
(2577, '', 'Amina', 'amina@example.com', 'Since reading \"Food For A Healthy Life,\" I\'ve noticed a significant improvement in my energy levels and overall health. This book has been a game-changer for me.', '66'),
(2578, '', 'Kwame', 'kwame@example.com', 'I appreciate how \"Food For A Healthy Life\" encourages a balanced approach to nutrition. It has helped me find joy in food while also nourishing my body.', '66'),
(2579, '', 'Fadumo', 'fadumo@example.com', 'I\'m grateful for the practical tips provided in \"Food For A Healthy Life.\" It has made it easier for me to make healthier choices, even with a busy lifestyle.', '66'),
(2580, '', 'Amara', 'amara@example.com', 'The recipes in \"Food For A Healthy Life\" are not only healthy but also incredibly tasty. It has opened my eyes to the delicious possibilities of nutritious cooking.', '66'),
(2581, '', 'Moussa', 'moussa@example.com', 'I\'ve learned so much from \"Food For A Healthy Life.\" It has empowered me to take charge of my health and make informed decisions about the food I consume.', '66'),
(2582, '', 'Nadia', 'nadia@example.com', 'The information in \"Food For A Healthy Life\" is presented in a clear and concise manner. It has helped me understand the impact of food on my body and overall well-being.', '66'),
(2583, '', 'Sekou', 'sekou@example.com', 'I\'m impressed by the holistic approach of \"Food For A Healthy Life.\" It goes beyond just diet and includes other factors that contribute to a healthy and fulfilling life.', '66'),
(2584, '', 'Sade', 'sade@example.com', 'This book has become my go-to guide for healthy living. \"Food For A Healthy Life\" has transformed the way I view nutrition and has had a positive impact on my life.', '66'),
(2585, '', 'Habib', 'habib@example.com', 'I\'ve recommended \"Food For A Healthy Life\" to all my colleagues. It\'s a valuable resource that promotes healthy living and provides practical advice for everyday life.', '66'),
(2586, '', 'Folasade', 'folasade@example.com', 'Reading \"Food For A Healthy Life\" has been a transformative experience for me. It has inspired me to make positive changes in my diet and prioritize my health.', '66'),
(2587, '', 'Obinna', 'obinna@example.com', 'I appreciate the scientific approach of \"Food For A Healthy Life.\" It presents evidence-based information in an accessible way, making it easier to make informed decisions.', '66'),
(2588, '', 'Halima', 'halima@example.com', 'The tips and strategies in \"Food For A Healthy Life\" have helped me develop healthier eating habits. It has become my trusted companion on my journey to better health.', '66'),
(2589, '', 'Kwesi', 'kwesi@example.com', 'I\'m grateful for the valuable insights shared in \"Food For A Healthy Life.\" It has motivated me to take better care of my body and make healthier food choices.', '66'),
(2590, '', 'Aisha', 'aisha@example.com', 'I\'ve always struggled with maintaining a healthy diet, but \"Food For A Healthy Life\" has provided me with practical tools and advice that have made a significant difference.', '66'),
(2591, '', 'Yusuf', 'yusuf@example.com', 'I\'m impressed with the wealth of information in \"Food For A Healthy Life.\" It covers everything from nutrition basics to advanced topics, making it a comprehensive resource.', '66'),
(2592, '', 'Chinwe', 'chinwe@example.com', 'I\'ve been recommending \"Food For A Healthy Life\" to everyone I know. It\'s an empowering book that encourages individuals to take control of their health through proper nutrition.', '66'),
(2593, '', 'Oumar', 'oumar@example.com', 'This book is a must-read for anyone interested in leading a healthier life. \"Food For A Healthy Life\" provides practical advice that can be easily incorporated into daily routines.', '66'),
(2594, '', 'Amina', 'amina@example.com', 'I\'m grateful for the guidance provided in \"Food For A Healthy Life.\" It has helped me make positive changes in my diet and improve my overall well-being.', '66'),
(2595, '', 'Kwame', 'kwame@example.com', 'Reading \"Food For A Healthy Life\" has been a transformative experience for me. It has given me the knowledge and motivation to make healthier choices.', '66'),
(2596, '', 'Sade', 'sade@example.com', 'I\'ve been recommending \"Food For A Healthy Life\" to all my friends. It\'s a comprehensive guide that promotes long-term health and well-being.', '66'),
(2597, '', 'Yusuf', 'yusuf@example.com', 'I\'m amazed by the wealth of knowledge in \"Food For A Healthy Life.\" It has taught me the importance of nourishing my body with wholesome foods.', '66'),
(2598, '', 'Zainab', 'zainab@example.com', 'This book has become my go-to resource for healthy living. \"Food For A Healthy Life\" provides practical tips and recipes that are both nutritious and delicious.', '66'),
(2599, '', 'Moussa', 'moussa@example.com', 'I\'m impressed by the depth of information in \"Food For A Healthy Life.\" It has answered many of my questions about nutrition and provided practical solutions.', '66'),
(2600, '', 'Nadia', 'nadia@example.com', 'Since reading \"Food For A Healthy Life,\" I\'ve noticed a positive change in my energy levels and overall well-being. It has become my trusted guide to a healthier lifestyle.', '66'),
(2601, '', 'Sekou', 'sekou@example.com', 'I\'ve learned so much from \"Food For A Healthy Life.\" It has inspired me to make conscious choices about the food I consume and prioritize my health.', '66'),
(2602, '', 'Sade', 'sade@example.com', 'This book is a must-read for anyone seeking to improve their health. \"Food For A Healthy Life\" provides practical tips and advice that are easy to incorporate into daily life.', '66'),
(2603, '', 'Habib', 'habib@example.com', 'I\'m grateful for the knowledge I\'ve gained from \"Food For A Healthy Life.\" It has helped me make better food choices and improve my overall well-being.', '66'),
(2604, '', 'Folasade', 'folasade@example.com', 'Reading \"Food For A Healthy Life\" has been a transformative experience. It has empowered me to take control of my health and make positive changes in my lifestyle.', '66'),
(2605, '', 'Obinna', 'obinna@example.com', 'I\'ve recommended \"Food For A Healthy Life\" to all my friends and family. It\'s a valuable resource that promotes a balanced and nutritious approach to eating.', '66'),
(2606, '', 'Halima', 'halima@example.com', 'This book has opened my eyes to the power of food in improving our overall health. \"Food For A Healthy Life\" is a valuable guide for anyone looking to make positive changes.', '66'),
(2607, '', 'Joseph', 'joseph@example.com', 'I can\'t thank the author enough for writing \"Goal Setting For Weight Management.\" It has been a game-changer in helping me achieve my weight loss goals.', '67'),
(2608, '', 'Sandra', 'sandra@example.com', 'The strategies outlined in \"Goal Setting For Weight Management\" have been instrumental in my weight loss journey. I highly recommend it to anyone looking to achieve lasting results.', '67'),
(2609, '', 'Daniel', 'daniel@example.com', 'This book has given me the tools and motivation to set realistic goals and achieve them. \"Goal Setting For Weight Management\" is a must-read for anyone serious about weight management.', '67'),
(2610, '', 'Grace', 'grace@example.com', 'I am amazed by the practical tips and advice provided in \"Goal Setting For Weight Management.\" It has helped me develop a sustainable approach to weight loss.', '67'),
(2611, '', 'Samuel', 'samuel@example.com', 'The insights shared in \"Goal Setting For Weight Management\" have transformed the way I approach weight management. It\'s a comprehensive guide that covers all aspects of achieving and maintaining a healthy weight.', '67'),
(2612, '', 'Amina', 'amina@example.com', 'As someone who has struggled with weight management, \"Goal Setting For Weight Management\" has provided me with a roadmap to success. It\'s a valuable resource for anyone looking to make positive changes.', '67'),
(2613, '', 'Abdul', 'abdul@example.com', 'I am impressed with the practicality of the strategies in \"Goal Setting For Weight Management.\" It has helped me overcome obstacles and stay focused on my weight loss goals.', '67'),
(2614, '', 'Fatima', 'fatima@example.com', 'This book is a treasure trove of knowledge. \"Goal Setting For Weight Management\" provides actionable steps and guidance to help individuals achieve their desired weight.', '67'),
(2615, '', 'Omar', 'omar@example.com', 'I highly recommend \"Goal Setting For Weight Management\" to anyone struggling with weight loss. It has helped me create a clear roadmap and stay motivated throughout my journey.', '67'),
(2616, '', 'Nadia', 'nadia@example.com', 'I am grateful for the insights shared in \"Goal Setting For Weight Management.\" It has empowered me to take control of my health and make sustainable lifestyle changes.', '67'),
(2617, '', 'Kwame', 'kwame@example.com', 'The author has done an excellent job with \"Goal Setting For Weight Management.\" It is a comprehensive guide that emphasizes the importance of setting realistic goals for long-term success.', '67'),
(2618, '', 'Chipo', 'chipo@example.com', 'I am amazed by the practicality of the advice provided in \"Goal Setting For Weight Management.\" It\'s a valuable resource for anyone looking to achieve their weight loss goals.', '67'),
(2619, '', 'Emeka', 'emeka@example.com', 'I resonate with the book \"Goal Setting For Weight Management\" on a personal level. It has helped me understand the importance of setting specific goals and creating a plan for success.', '67'),
(2620, '', 'Aisha', 'aisha@example.com', 'Reading \"Goal Setting For Weight Management\" has been a game-changer for me. It has equipped me with the knowledge and motivation to set and achieve realistic weight loss goals.', '67'),
(2621, '', 'Lindiwe', 'lindiwe@example.com', 'I have been struggling with weight management for years, but \"Goal Setting For Weight Management\" has given me a fresh perspective and the motivation to finally succeed.', '67'),
(2622, '', 'Ibrahim', 'ibrahim@example.com', 'The practical strategies outlined in \"Goal Setting For Weight Management\" have helped me overcome challenges and stay committed to my weight loss journey.', '67'),
(2623, '', 'Ngozi', 'ngozi@example.com', 'I can\'t express how grateful I am for \"Goal Setting For Weight Management.\" It has empowered me to set achievable goals and make sustainable lifestyle changes.', '67'),
(2624, '', 'Femi', 'femi@example.com', 'This book is a game-changer! \"Goal Setting For Weight Management\" provides clear guidance and practical tips that have transformed my approach to weight loss.', '67'),
(2625, '', 'Zainab', 'zainab@example.com', 'Reading \"Goal Setting For Weight Management\" has been an eye-opening experience. It has helped me understand the importance of setting SMART goals and tracking my progress.', '67'),
(2626, '', 'Kwesi', 'kwesi@example.com', 'I highly recommend \"Goal Setting For Weight Management\" to anyone looking to make positive changes in their weight and overall health. It\'s a comprehensive guide with actionable advice.', '67'),
(2627, '', 'Chiamaka', 'chiamaka@example.com', 'The insights shared in \"Goal Setting For Weight Management\" have been invaluable. It has helped me stay focused, motivated, and accountable on my weight loss journey.', '67'),
(2628, '', 'Ade', 'ade@example.com', 'I\'m amazed by how \"Goal Setting For Weight Management\" breaks down the process of goal setting and weight management into manageable steps. It has made the journey less overwhelming.', '67'),
(2629, '', 'Sade', 'sade@example.com', 'I feel empowered after reading \"Goal Setting For Weight Management.\" It has given me the tools and confidence to set realistic goals and achieve them at my own pace.', '67'),
(2630, '', 'Kofi', 'kofi@example.com', 'The practical examples and success stories in \"Goal Setting For Weight Management\" have inspired me to believe in myself and my ability to achieve my weight loss goals.', '67'),
(2631, '', 'Halima', 'halima@example.com', 'I resonate with the book \"Goal Setting For Weight Management\" on a personal level. It has helped me develop a positive mindset and overcome self-sabotaging behaviors.', '67'),
(2632, '', 'Babatunde', 'babatunde@example.com', 'I can\'t thank the author enough for creating such a comprehensive and practical guide like \"Goal Setting For Weight Management.\" It has transformed the way I approach weight loss.', '67'),
(2633, '', 'Adanna', 'adanna@example.com', 'This book is a breath of fresh air! \"Goal Setting For Weight Management\" emphasizes the importance of self-compassion and setting realistic goals that align with individual needs.', '67'),
(2634, '', 'Moussa', 'moussa@example.com', 'I recommend \"Goal Setting For Weight Management\" to anyone looking to make lasting changes. It provides the necessary tools and guidance to create a healthy and sustainable lifestyle.', '67'),
(2635, '', 'Yaa', 'yaa@example.com', 'Reading \"Goal Setting For Weight Management\" has been a turning point in my weight loss journey. It has helped me shift my focus from quick fixes to long-term success.', '67'),
(2636, '', 'Kwame', 'kwame@example.com', 'I am grateful for the practical tips and strategies provided in \"Goal Setting For Weight Management.\" It has helped me create a realistic action plan for achieving my weight loss goals.', '67'),
(2637, '', 'Zahra', 'zahra@example.com', 'I can\'t recommend \"Goal Setting For Weight Management\" enough. It\'s a valuable resource that provides guidance, support, and motivation for individuals on their weight loss journey.', '67'),
(2638, '', 'Musa', 'musa@example.com', 'This book has exceeded my expectations. \"Goal Setting For Weight Management\" offers a holistic approach to weight loss, focusing on mindset, nutrition, and sustainable habits.', '67'),
(2639, '', 'Ayodele', 'ayodele@example.com', 'I applaud the author of \"Goal Setting For Weight Management\" for creating a practical guide that addresses the psychological and emotional aspects of weight management.', '67'),
(2640, '', 'Layla', 'layla@example.com', 'Reading \"Goal Setting For Weight Management\" has been a transformative experience. It has helped me break free from yo-yo dieting and develop a healthier relationship with food and my body.', '67'),
(2641, '', 'Naledi', 'naledi@example.com', 'I\'m truly grateful for \"Goal Setting For Weight Management.\" It has helped me establish a positive mindset and set achievable goals for my weight loss journey.', '67'),
(2642, '', 'Jabari', 'jabari@example.com', 'I can\'t emphasize enough how \"Goal Setting For Weight Management\" has transformed my approach to weight loss. It\'s an empowering guide that emphasizes self-compassion and long-term success.', '67'),
(2643, '', 'Amina', 'amina@example.com', 'This book is a game-changer! \"Goal Setting For Weight Management\" provides practical strategies and a roadmap to achieve sustainable weight loss.', '67'),
(2644, '', 'Siyabonga', 'siyabonga@example.com', 'I highly recommend \"Goal Setting For Weight Management\" to anyone who wants to make meaningful changes in their weight and overall well-being. It\'s a comprehensive guide that covers all the essential aspects.', '67'),
(2645, '', 'Mariam', 'mariam@example.com', 'Reading \"Goal Setting For Weight Management\" has been a breath of fresh air. It has helped me develop a healthy and positive relationship with food and my body.', '67'),
(2646, '', 'Abdallah', 'abdallah@example.com', 'The step-by-step approach in \"Goal Setting For Weight Management\" has made it easier for me to set realistic goals and take consistent action towards achieving them.', '67'),
(2647, '', 'Zara', 'zara@example.com', 'I am amazed by the practicality of the advice in \"Goal Setting For Weight Management.\" It has given me the tools and knowledge to create a sustainable and balanced approach to weight management.', '67'),
(2648, '', 'Chinedu', 'chinedu@example.com', 'I resonate with the book \"Goal Setting For Weight Management\" on a personal level. It has helped me overcome self-doubt and set achievable goals for my weight loss journey.', '67'),
(2649, '', 'Folake', 'folake@example.com', 'I\'m grateful for the holistic approach presented in \"Goal Setting For Weight Management.\" It has helped me understand that weight management goes beyond the number on the scale.', '67'),
(2650, '', 'Isaac', 'isaac@example.com', 'This book is a treasure trove of practical advice. \"Goal Setting For Weight Management\" has provided me with the tools to navigate challenges and stay motivated on my weight loss journey.', '67'),
(2651, '', 'Aisha', 'aisha@example.com', 'I can\'t thank the author enough for creating \"Goal Setting For Weight Management.\" It has helped me understand the importance of setting realistic goals and celebrating small victories along the way.', '67'),
(2652, '', 'Tariq', 'tariq@example.com', 'Reading \"Goal Setting For Weight Management\" has been eye-opening. It has shifted my focus from quick fixes to sustainable lifestyle changes that support my overall well-being.', '67'),
(2653, '', 'Safiya', 'safiya@example.com', 'I highly recommend \"Goal Setting For Weight Management\" to anyone struggling with weight loss. It provides valuable insights, practical strategies, and the motivation needed to succeed.', '67'),
(2654, '', 'Kwesi', 'kwesi@example.com', 'The actionable steps and practical advice in \"Goal Setting For Weight Management\" have helped me establish healthy habits and stay on track with my weight loss goals.', '67'),
(2655, '', 'Fatou', 'fatou@example.com', 'This book has been a game-changer in my weight loss journey. \"Goal Setting For Weight Management\" has taught me the importance of setting specific and measurable goals.', '67');
INSERT INTO `reviews` (`id`, `rating`, `your_name`, `your_email`, `your_comment`, `product_id`) VALUES
(2656, '', 'Ayodele', 'ayodele@example.com', 'I\'m grateful for the mindset shift that \"Goal Setting For Weight Management\" has brought into my life. It has empowered me to take control of my weight and overall health.', '67'),
(2657, '', 'Tolu', 'tolu@example.com', 'I\'m impressed by the comprehensive approach in \"Goal Setting For Weight Management.\" It covers not only goal setting but also mindset, nutrition, and exercise for long-term success.', '67'),
(2658, '', 'Nadia', 'nadia@example.com', 'Reading \"Goal Setting For Weight Management\" has been a transformative experience. It has helped me develop discipline, consistency, and self-belief on my weight loss journey.', '67'),
(2659, '', 'Zainab', 'zainab@example.com', 'I can\'t thank the author enough for writing \"Goal Setting For Weight Management.\" It has given me the tools and strategies to break free from yo-yo dieting and achieve lasting results.', '67'),
(2660, '', 'Sekou', 'sekou@example.com', 'I highly recommend \"Goal Setting For Weight Management\" to anyone who wants to create lasting change. It\'s a practical and empowering guide that covers all aspects of weight management.', '67'),
(2661, '', 'Lara', 'lara@example.com', 'I resonate with the message in \"Goal Setting For Weight Management.\" It has helped me develop a positive body image and embrace a balanced approach to weight and well-being.', '67'),
(2662, '', 'Amara', 'amara@example.com', 'I\'m grateful for \"Goal Setting For Weight Management\" and the insights it has provided. It has helped me overcome obstacles and stay motivated on my weight loss journey.', '67'),
(2663, '', 'Emeka', 'emeka@example.com', 'This book is a must-read for anyone who wants to achieve sustainable weight loss. \"Goal Setting For Weight Management\" offers practical tools, guidance, and inspiration.', '67'),
(2664, '', 'Bisi', 'bisi@example.com', 'Reading \"Goal Setting For Weight Management\" has been a transformative experience for me. It has helped me create a positive relationship with food and set realistic goals for my weight loss.', '67'),
(2665, '', 'Kwame', 'kwame@example.com', 'I highly recommend \"Goal Setting For Weight Management\" to anyone looking to make a lasting change in their weight and overall health. It\'s an empowering guide that provides the necessary tools and support.', '67'),
(2666, '', 'Amina', 'amina@example.com', 'This book has opened my eyes to the importance of goal setting in weight management. \"Goal Setting For Weight Management\" has helped me create a clear roadmap for success.', '67'),
(2667, '', 'Chidi', 'chidi@example.com', 'I resonate with the practical approach in \"Goal Setting For Weight Management.\" It has helped me develop healthy habits and stay motivated on my weight loss journey.', '67'),
(2668, '', 'Zara', 'zara@example.com', 'Reading \"Goal Setting For Weight Management\" has given me the confidence to take charge of my weight and well-being. It\'s a comprehensive guide that covers all aspects of weight management.', '67'),
(2669, '', 'Tolu', 'tolu@example.com', 'I\'m grateful for \"Goal Setting For Weight Management\" and its emphasis on self-love and self-care. It has helped me develop a positive mindset and make choices that align with my health goals.', '67'),
(2670, '', 'Omar', 'omar@example.com', 'This book is a valuable resource for anyone struggling with weight management. \"Goal Setting For Weight Management\" provides practical strategies and empowers individuals to take control of their health.', '67'),
(2671, '', 'Sade', 'sade@example.com', 'I\'m amazed by the insights shared in \"Goal Setting For Weight Management.\" It has helped me create a balanced and sustainable approach to weight loss, focusing on long-term health and happiness.', '67'),
(2672, '', 'Yusuf', 'yusuf@example.com', 'Reading \"Goal Setting For Weight Management\" has been a life-changing experience. It has helped me understand the importance of setting SMART goals and taking consistent action towards them.', '67'),
(2673, '', 'Kwesi', 'kwesi@example.com', 'I can\'t thank the author enough for creating \"Goal Setting For Weight Management.\" It has provided me with the guidance and motivation I needed to achieve my weight loss goals.', '67'),
(2674, '', 'Sade', 'sade@example.com', 'I highly recommend \"Goal Setting For Weight Management\" to anyone looking to create sustainable change. It offers practical strategies, mindset shifts, and the motivation needed for long-term success.', '67'),
(2675, '', 'Lerato', 'lerato@example.com', 'I\'m absolutely amazed by \"From Flab To Fab.\" This book has provided me with the guidance and motivation to transform my body and live a healthier life.', '68'),
(2676, '', 'Chidi', 'chidi@example.com', 'I can\'t thank the author enough for writing \"From Flab To Fab.\" It\'s a comprehensive guide that has helped me achieve my fitness goals and boost my confidence.', '68'),
(2677, '', 'Fatima', 'fatima@example.com', 'This book is a game-changer! \"From Flab To Fab\" has empowered me to take control of my health and transform my body through effective workouts and nutrition strategies.', '68'),
(2678, '', 'Emmanuel', 'emmanuel@example.com', 'Reading \"From Flab To Fab\" has been a life-changing experience for me. It has provided me with the knowledge and inspiration to achieve my dream physique.', '68'),
(2679, '', 'Aisha', 'aisha@example.com', 'I\'m grateful for \"From Flab To Fab\" and its practical approach to fitness and weight management. This book has helped me make significant progress on my fitness journey.', '68'),
(2680, '', 'Sade', 'sade@example.com', 'I highly recommend \"From Flab To Fab\" to anyone looking to transform their body and improve their overall health. The exercises and meal plans are easy to follow and produce amazing results.', '68'),
(2681, '', 'Kwame', 'kwame@example.com', 'This book is a gem! \"From Flab To Fab\" has provided me with the knowledge and tools to make positive changes in my lifestyle. It\'s a must-read for anyone committed to their fitness goals.', '68'),
(2682, '', 'Nadia', 'nadia@example.com', 'I can\'t believe how much \"From Flab To Fab\" has transformed my body. The workout routines are effective, and the nutrition advice has helped me make healthier choices.', '68'),
(2683, '', 'Amina', 'amina@example.com', 'Reading \"From Flab To Fab\" has motivated me to prioritize my fitness and well-being. It\'s an inspiring guide that offers practical tips and strategies for achieving a fit and healthy body.', '68'),
(2684, '', 'Tolu', 'tolu@example.com', 'I\'m amazed by the positive impact \"From Flab To Fab\" has had on my life. It has helped me shed unwanted weight and gain confidence in my body. Highly recommended!', '68'),
(2685, '', 'Abdul', 'abdul@example.com', 'I\'m grateful for \"From Flab To Fab\" and its emphasis on holistic fitness. It has taught me that true transformation comes from a combination of exercise, nutrition, and mindset.', '68'),
(2686, '', 'Chipo', 'chipo@example.com', 'I\'m loving the practical approach in \"From Flab To Fab.\" The workout routines are challenging but effective, and the nutritional guidance has helped me make sustainable changes.', '68'),
(2687, '', 'Zara', 'zara@example.com', 'This book has exceeded my expectations! \"From Flab To Fab\" has not only helped me lose weight but also improve my strength and overall fitness. It\'s a valuable resource for anyone on a fitness journey.', '68'),
(2688, '', 'Tendai', 'tendai@example.com', 'I\'m amazed at how \"From Flab To Fab\" has transformed my body. The exercises are well-explained, and the nutrition tips have helped me develop healthier eating habits.', '68'),
(2689, '', 'Sekou', 'sekou@example.com', 'I\'m inspired by \"From Flab To Fab\" and the success stories it shares. It motivates me to push harder in my workouts and make better choices for my health.', '68'),
(2690, '', 'Zainab', 'zainab@example.com', 'I\'m grateful for \"From Flab To Fab\" and its practical approach to fitness. The workouts can be customized to any fitness level, making it accessible for everyone.', '68'),
(2691, '', 'Kwesi', 'kwesi@example.com', 'Reading \"From Flab To Fab\" has been a transformative experience for me. It has not only helped me lose weight but also gain strength and confidence in my body.', '68'),
(2692, '', 'Chidi', 'chidi@example.com', 'I\'m amazed at the effectiveness of the workouts in \"From Flab To Fab.\" The book provides clear instructions and guidance to help achieve a toned and fit physique.', '68'),
(2693, '', 'Nala', 'nala@example.com', 'I\'m so glad I discovered \"From Flab To Fab.\" It has given me the tools and knowledge to make positive changes in my lifestyle and achieve my fitness goals.', '68'),
(2694, '', 'Liam', 'liam@example.com', 'I\'m impressed by the comprehensive approach of \"From Flab To Fab.\" The book covers everything from exercise techniques to meal planning, making it a valuable resource for anyone looking to transform their body.', '68'),
(2695, '', 'Ayana', 'ayana@example.com', 'I\'m grateful for \"From Flab To Fab\" and its emphasis on sustainable fitness. The book promotes a balanced and realistic approach to achieving and maintaining a healthy body.', '68'),
(2696, '', 'Isaac', 'isaac@example.com', 'I\'m thrilled with the results I\'ve achieved through \"From Flab To Fab.\" The workouts are challenging but effective, and the nutritional guidance has helped me make better choices for my health.', '68'),
(2697, '', 'Fatima', 'fatima@example.com', 'I\'m amazed by the positive changes \"From Flab To Fab\" has brought to my life. It has not only transformed my body but also improved my overall well-being.', '68'),
(2698, '', 'Emmanuel', 'emmanuel@example.com', 'I\'m grateful for \"From Flab To Fab\" and its practical approach to fitness. The book provides step-by-step guidance to help anyone achieve their fitness goals.', '68'),
(2699, '', 'Aisha', 'aisha@example.com', 'I\'m loving the workouts in \"From Flab To Fab.\" They are challenging yet enjoyable, and the book provides variations for different fitness levels.', '68'),
(2700, '', 'Sade', 'sade@example.com', 'I\'m amazed by the effectiveness of the workouts in \"From Flab To Fab.\" The book has helped me tone my body and increase my strength.', '68'),
(2701, '', 'Kwame', 'kwame@example.com', 'I\'m grateful for \"From Flab To Fab\" and its emphasis on a holistic approach to fitness. It has helped me develop healthy habits and transform my body.', '68'),
(2702, '', 'Nadia', 'nadia@example.com', 'I\'m amazed at the positive changes \"From Flab To Fab\" has brought to my life. It has not only helped me lose weight but also increased my energy levels.', '68'),
(2703, '', 'Amina', 'amina@example.com', 'I\'m inspired by the success stories shared in \"From Flab To Fab.\" It motivates me to keep pushing towards my fitness goals and never give up.', '68'),
(2704, '', 'Tolu', 'tolu@example.com', 'I\'m loving the workout routines in \"From Flab To Fab.\" They are effective and can be done at home with minimal equipment.', '68'),
(2705, '', 'Abdul', 'abdul@example.com', 'I\'m amazed by the transformation I\'ve achieved through \"From Flab To Fab.\" The book provides all the tools and information needed to succeed on a fitness journey.', '68'),
(2706, '', 'Chipo', 'chipo@example.com', 'I\'m grateful for \"From Flab To Fab\" and its practical approach to fitness. The book has helped me develop a consistent exercise routine and make healthier food choices.', '68'),
(2707, '', 'Zara', 'zara@example.com', 'I\'m amazed at how \"From Flab To Fab\" has changed my body. The exercises are effective, and the book provides helpful guidance for maintaining a healthy lifestyle.', '68'),
(2708, '', 'Tendai', 'tendai@example.com', 'I\'m inspired by the motivational messages in \"From Flab To Fab.\" It encourages me to stay committed to my fitness goals and make positive changes in my life.', '68'),
(2709, '', 'Sekou', 'sekou@example.com', 'I\'m grateful for \"From Flab To Fab\" and its focus on long-term results. It has helped me develop healthy habits that I can sustain for a lifetime.', '68'),
(2710, '', 'Zainab', 'zainab@example.com', 'I\'m amazed by the effectiveness of the workouts in \"From Flab To Fab.\" The book provides clear instructions and progressions to help achieve a toned and fit body.', '68'),
(2711, '', 'Liam', 'liam@example.com', 'I\'m so glad I discovered \"From Flab To Fab.\" It has transformed my body and boosted my confidence. I feel stronger and healthier than ever before.', '68'),
(2712, '', 'Ayana', 'ayana@example.com', 'I\'m impressed by the depth of knowledge in \"From Flab To Fab.\" It covers various aspects of fitness and provides practical tips for incorporating exercise and healthy eating into daily life.', '68'),
(2713, '', 'Isaac', 'isaac@example.com', 'I\'m grateful for \"From Flab To Fab\" and its emphasis on a balanced approach to fitness. It has helped me find the right balance between exercise, nutrition, and self-care.', '68'),
(2714, '', 'Ade', 'ade@example.com', 'I\'m amazed at the transformation I\'ve achieved through \"From Flab To Fab.\" The book has helped me build muscle and increase my strength.', '68'),
(2715, '', 'Sofia', 'sofia@example.com', 'I\'m loving the workouts in \"From Flab To Fab.\" They are challenging yet fun, and I can feel my body getting stronger with each session.', '68'),
(2716, '', 'Kofi', 'kofi@example.com', 'I\'m grateful for \"From Flab To Fab\" and its emphasis on overall wellness. It has taught me the importance of taking care of both my physical and mental health.', '68'),
(2717, '', 'Naledi', 'naledi@example.com', 'I\'m inspired by the success stories in \"From Flab To Fab.\" They show that anyone can achieve their fitness goals with dedication and the right guidance.', '68'),
(2718, '', 'Tolu', 'tolu@example.com', 'I\'m amazed at the positive changes \"From Flab To Fab\" has brought to my life. It has not only transformed my body but also boosted my confidence.', '68'),
(2719, '', 'Zara', 'zara@example.com', 'I\'m loving the variety of exercises in \"From Flab To Fab.\" It keeps my workouts interesting and helps me stay motivated.', '68'),
(2720, '', 'Chinelo', 'chinelo@example.com', 'I\'m grateful for \"From Flab To Fab\" and its practical approach to fitness. It has helped me develop a sustainable exercise routine that I enjoy.', '68'),
(2721, '', 'Sekou', 'sekou@example.com', 'I\'m amazed by the positive impact \"From Flab To Fab\" has had on my life. It has not only helped me get in shape but also improved my overall well-being.', '68'),
(2722, '', 'Zainab', 'zainab@example.com', 'I\'m inspired by the transformation stories in \"From Flab To Fab.\" They remind me that with dedication and consistency, I can achieve my fitness goals.', '68'),
(2723, '', 'Liam', 'liam@example.com', 'I\'m grateful for \"From Flab To Fab\" and its holistic approach to fitness. It has taught me the importance of incorporating exercise, nutrition, and self-care into my daily routine.', '68'),
(2724, '', 'Ayana', 'ayana@example.com', 'I\'m amazed at how \"From Flab To Fab\" has changed my body. The workouts are effective, and the book provides valuable tips for maintaining a healthy lifestyle.', '68'),
(2725, '', 'Isaac', 'isaac@example.com', 'I\'m loving the results I\'ve achieved with \"From Flab To Fab.\" It has helped me tone my body, improve my endurance, and boost my confidence.', '68'),
(2726, '', 'Fatima', 'fatima@example.com', 'I\'m grateful for \"From Flab To Fab\" and its emphasis on sustainable fitness. It has taught me that small, consistent steps can lead to significant changes in my health and appearance.', '68'),
(2727, '', 'Emmanuel', 'emmanuel@example.com', 'I\'m inspired by the guidance in \"From Flab To Fab.\" It has helped me set realistic goals and develop a positive mindset towards my fitness journey.', '68'),
(2728, '', 'Aisha', 'aisha@example.com', 'I\'m amazed at the effectiveness of the workouts in \"From Flab To Fab.\" The book provides clear instructions and modifications for different fitness levels.', '68'),
(2729, '', 'Sade', 'sade@example.com', 'I\'m grateful for \"From Flab To Fab\" and its focus on overall well-being. It has helped me improve not only my physical fitness but also my mental and emotional well-being.', '68'),
(2730, '', 'Yusuf', 'yusuf@example.com', 'I\'m loving the nutritional guidance in \"From Flab To Fab.\" It has taught me how to fuel my body with the right foods to support my fitness goals.', '68'),
(2731, '', 'Ade', 'ade@example.com', 'I\'m amazed at the positive changes \"From Flab To Fab\" has brought to my life. It has helped me become stronger, more energetic, and more confident.', '68'),
(2732, '', 'Sofia', 'sofia@example.com', 'I\'m grateful for \"From Flab To Fab\" and its practical approach to fitness. The book provides actionable tips and realistic strategies for achieving and maintaining a healthy lifestyle.', '68'),
(2733, '', 'Kofi', 'kofi@example.com', 'I\'m inspired by the success stories in \"From Flab To Fab.\" They show me that with dedication and consistency, I can achieve my fitness goals and transform my body.', '68'),
(2734, '', 'Amina', 'amina@example.com', 'I\'m amazed at the techniques in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has transformed my approach to relationships and helped me build meaningful connections.', '69'),
(2735, '', 'Kwame', 'kwame@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me valuable insights into human psychology and improved my communication skills.', '69'),
(2736, '', 'Chipo', 'chipo@example.com', 'I\'m in awe of the strategies outlined in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me create instant connections and foster deeper relationships.', '69'),
(2737, '', 'Emeka', 'emeka@example.com', 'I\'m amazed by the practicality of the advice in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me the confidence to approach and connect with others.', '69'),
(2738, '', 'Fatima', 'fatima@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has taught me the importance of active listening and understanding the needs of others.', '69'),
(2739, '', 'Omar', 'omar@example.com', 'I\'m impressed with the strategies shared in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me improve my interpersonal skills and create stronger bonds.', '69'),
(2740, '', 'Nadia', 'nadia@example.com', 'I\'m amazed at how \"How To Make Anyone Fall In Love With You Within Minutes\" has enhanced my dating life. It has provided me with effective techniques to make a lasting impression.', '69'),
(2741, '', 'Yusuf', 'yusuf@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me valuable tips on building rapport and creating meaningful connections.', '69'),
(2742, '', 'Sade', 'sade@example.com', 'I\'m impressed by the insights in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me understand the importance of body language and non-verbal cues in building attraction.', '69'),
(2743, '', 'Kwesi', 'kwesi@example.com', 'I\'m amazed at the impact \"How To Make Anyone Fall In Love With You Within Minutes\" has had on my social interactions. It has improved my confidence and helped me connect with others on a deeper level.', '69'),
(2744, '', 'Aisha', 'aisha@example.com', 'I\'m grateful for the techniques shared in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has taught me how to create a positive first impression and build strong connections.', '69'),
(2745, '', 'Tendai', 'tendai@example.com', 'I\'m impressed with the practical advice in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me become a better communicator and understand the needs of others.', '69'),
(2746, '', 'Moussa', 'moussa@example.com', 'I\'m amazed at the impact \"How To Make Anyone Fall In Love With You Within Minutes\" has had on my personal and professional relationships. It has provided me with effective strategies for building trust and connection.', '69'),
(2747, '', 'Sofia', 'sofia@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me improve my social skills and create lasting connections with others.', '69'),
(2748, '', 'Kofi', 'kofi@example.com', 'I\'m impressed with the practical techniques in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me the confidence to approach and connect with people from all walks of life.', '69'),
(2749, '', 'Ade', 'ade@example.com', 'I\'m amazed at the power of persuasion outlined in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me build stronger relationships and create positive impressions.', '69'),
(2750, '', 'Sandra', 'sandra@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has taught me effective communication skills and helped me establish meaningful connections.', '69'),
(2751, '', 'Joseph', 'joseph@example.com', 'I\'m impressed by the strategies in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me a new perspective on building relationships and creating lasting connections.', '69'),
(2752, '', 'Daniel', 'daniel@example.com', 'I\'m amazed at how \"How To Make Anyone Fall In Love With You Within Minutes\" has improved my social interactions. It has provided me with practical tips to build instant connections.', '69'),
(2753, '', 'Grace', 'grace@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me the tools to create positive first impressions and foster deeper connections.', '69'),
(2754, '', 'Samuel', 'samuel@example.com', 'I\'m impressed with the strategies outlined in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me become more confident in social situations and create meaningful relationships.', '69'),
(2755, '', 'Amina', 'amina@example.com', 'I\'m amazed at the techniques in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has transformed my approach to relationships and helped me build meaningful connections.', '69'),
(2756, '', 'Kwame', 'kwame@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me valuable insights into human psychology and improved my communication skills.', '69'),
(2757, '', 'Chipo', 'chipo@example.com', 'I\'m in awe of the strategies outlined in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me create instant connections and foster deeper relationships.', '69'),
(2758, '', 'Emeka', 'emeka@example.com', 'I\'m amazed by the practicality of the advice in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me the confidence to approach and connect with others.', '69'),
(2759, '', 'Fatima', 'fatima@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has taught me the importance of active listening and understanding the needs of others.', '69'),
(2760, '', 'Omar', 'omar@example.com', 'I\'m impressed with the strategies shared in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me improve my interpersonal skills and create stronger bonds.', '69'),
(2761, '', 'Nadia', 'nadia@example.com', 'I\'m amazed at how \"How To Make Anyone Fall In Love With You Within Minutes\" has enhanced my dating life. It has provided me with effective techniques to make a lasting impression.', '69'),
(2762, '', 'Yusuf', 'yusuf@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me valuable tips on building rapport and creating meaningful connections.', '69'),
(2763, '', 'Sade', 'sade@example.com', 'I\'m impressed by the insights in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me understand the importance of body language and non-verbal cues in building attraction.', '69'),
(2764, '', 'Kwesi', 'kwesi@example.com', 'I\'m amazed at the impact \"How To Make Anyone Fall In Love With You Within Minutes\" has had on my social interactions. It has improved my confidence and helped me connect with others on a deeper level.', '69'),
(2765, '', 'Aisha', 'aisha@example.com', 'I\'m grateful for the techniques shared in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has taught me how to create a positive first impression and build strong connections.', '69'),
(2766, '', 'Tendai', 'tendai@example.com', 'I\'m impressed with the practical advice in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me become a better communicator and understand the needs of others.', '69'),
(2767, '', 'Moussa', 'moussa@example.com', 'I\'m amazed at the impact \"How To Make Anyone Fall In Love With You Within Minutes\" has had on my personal and professional relationships. It has provided me with effective strategies for building trust and connection.', '69'),
(2768, '', 'Sofia', 'sofia@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me improve my social skills and create lasting connections with others.', '69'),
(2769, '', 'Kofi', 'kofi@example.com', 'I\'m impressed with the practical techniques in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me the confidence to approach and connect with people from all walks of life.', '69'),
(2770, '', 'Ade', 'ade@example.com', 'I\'m amazed at the power of persuasion outlined in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me build stronger relationships and create positive impressions.', '69'),
(2771, '', 'Sandra', 'sandra@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has taught me effective communication skills and helped me establish meaningful connections.', '69'),
(2772, '', 'Joseph', 'joseph@example.com', 'I\'m impressed by the strategies in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me a new perspective on building relationships and creating lasting connections.', '69'),
(2773, '', 'Daniel', 'daniel@example.com', 'I\'m amazed at how \"How To Make Anyone Fall In Love With You Within Minutes\" has improved my social interactions. It has provided me with practical tips to build instant connections.', '69'),
(2774, '', 'Grace', 'grace@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me the tools to create positive first impressions and foster deeper connections.', '69'),
(2775, '', 'Samuel', 'samuel@example.com', 'I\'m impressed with the strategies outlined in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me become more confident in social situations and create meaningful relationships.', '69'),
(2776, '', 'Amina', 'amina@example.com', 'I\'m amazed at the techniques in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has transformed my approach to relationships and helped me build meaningful connections.', '69'),
(2777, '', 'Kwame', 'kwame@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me valuable insights into human psychology and improved my communication skills.', '69'),
(2778, '', 'Chipo', 'chipo@example.com', 'I\'m in awe of the strategies outlined in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me create instant connections and foster deeper relationships.', '69'),
(2779, '', 'Emeka', 'emeka@example.com', 'I\'m amazed by the practicality of the advice in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me the confidence to approach and connect with others.', '69'),
(2780, '', 'Fatima', 'fatima@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has taught me the importance of active listening and understanding the needs of others.', '69'),
(2781, '', 'Omar', 'omar@example.com', 'I\'m impressed with the strategies shared in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me improve my interpersonal skills and create stronger bonds.', '69'),
(2782, '', 'Nadia', 'nadia@example.com', 'I\'m amazed at how \"How To Make Anyone Fall In Love With You Within Minutes\" has enhanced my dating life. It has provided me with effective techniques to make a lasting impression.', '69'),
(2783, '', 'Yusuf', 'yusuf@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me valuable tips on building rapport and creating meaningful connections.', '69'),
(2784, '', 'Sade', 'sade@example.com', 'I\'m impressed by the insights in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me understand the importance of body language and non-verbal cues in building attraction.', '69'),
(2785, '', 'Kwesi', 'kwesi@example.com', 'I\'m amazed at the impact \"How To Make Anyone Fall In Love With You Within Minutes\" has had on my social interactions. It has improved my confidence and helped me connect with others on a deeper level.', '69'),
(2786, '', 'Aisha', 'aisha@example.com', 'I\'m grateful for the techniques shared in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has taught me how to create a positive first impression and build strong connections.', '69'),
(2787, '', 'Tendai', 'tendai@example.com', 'I\'m impressed with the practical advice in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me become a better communicator and understand the needs of others.', '69'),
(2788, '', 'Moussa', 'moussa@example.com', 'I\'m amazed at the impact \"How To Make Anyone Fall In Love With You Within Minutes\" has had on my personal and professional relationships. It has provided me with effective strategies for building trust and connection.', '69'),
(2789, '', 'Sofia', 'sofia@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me improve my social skills and create lasting connections with others.', '69'),
(2790, '', 'Kofi', 'kofi@example.com', 'I\'m amazed at the techniques shared in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me a new perspective on building connections and deepening relationships.', '69'),
(2791, '', 'Ade', 'ade@example.com', 'I\'m grateful for the valuable insights provided in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me understand the power of effective communication in establishing meaningful connections.', '69'),
(2792, '', 'Sandra', 'sandra@example.com', 'I\'m impressed by the practical strategies outlined in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has empowered me to create positive impressions and connect with others effortlessly.', '69'),
(2793, '', 'Joseph', 'joseph@example.com', 'I\'m amazed at how \"How To Make Anyone Fall In Love With You Within Minutes\" has transformed my social interactions. It has given me the tools to build rapport and create meaningful connections.', '69'),
(2794, '', 'Daniel', 'daniel@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has provided me with actionable tips to enhance my interpersonal skills and foster deep connections.', '69'),
(2795, '', 'Grace', 'grace@example.com', 'I\'m impressed with the insights shared in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has given me a fresh perspective on building attraction and nurturing relationships.', '69'),
(2796, '', 'Samuel', 'samuel@example.com', 'I\'m amazed by the techniques in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me improve my charisma and connect with others on a deeper emotional level.', '69'),
(2797, '', 'Amina', 'amina@example.com', 'I\'m grateful for the practical advice provided in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me create a positive first impression and foster romantic connections.', '69'),
(2798, '', 'Kwame', 'kwame@example.com', 'I\'m impressed by the strategies outlined in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me understand the importance of authenticity and genuine communication in building lasting relationships.', '69'),
(2799, '', 'Chipo', 'chipo@example.com', 'I\'m amazed at how \"How To Make Anyone Fall In Love With You Within Minutes\" has improved my dating life. It has given me the confidence to approach potential partners and create romantic connections.', '69'),
(2800, '', 'Emeka', 'emeka@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has equipped me with effective techniques to attract and connect with people in various social settings.', '69'),
(2801, '', 'Fatima', 'fatima@example.com', 'I\'m impressed with the strategies in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me become more charismatic and build romantic connections with ease.', '69'),
(2802, '', 'Omar', 'omar@example.com', 'I\'m amazed at how \"How To Make Anyone Fall In Love With You Within Minutes\" has positively impacted my relationships. It has provided me with the skills to create strong emotional connections with others.', '69'),
(2803, '', 'Nadia', 'nadia@example.com', 'I\'m grateful for the insights shared in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me understand the dynamics of attraction and foster romantic connections.', '69'),
(2804, '', 'Yusuf', 'yusuf@example.com', 'I\'m impressed by the practical tips provided in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has improved my communication skills and helped me establish deeper connections.', '69'),
(2805, '', 'Sade', 'sade@example.com', 'I\'m amazed at the impact \"How To Make Anyone Fall In Love With You Within Minutes\" has had on my dating life. It has given me the tools to create instant connections and build meaningful relationships.', '69'),
(2806, '', 'Kwesi', 'kwesi@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has provided me with actionable strategies to ignite attraction and create lasting connections with others.', '69'),
(2807, '', 'Aisha', 'aisha@example.com', 'I\'m impressed with the practical techniques shared in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me become more confident in social situations and foster romantic connections.', '69'),
(2808, '', 'Tendai', 'tendai@example.com', 'I\'m amazed at how \"How To Make Anyone Fall In Love With You Within Minutes\" has improved my relationship-building skills. It has given me the tools to connect with others authentically and foster deep connections.', '69'),
(2809, '', 'Moussa', 'moussa@example.com', 'I\'m grateful for \"How To Make Anyone Fall In Love With You Within Minutes.\" It has helped me understand the importance of empathy and emotional intelligence in creating lasting connections.', '69'),
(2810, '', 'Sofia', 'sofia@example.com', 'I\'m impressed by the techniques outlined in \"How To Make Anyone Fall In Love With You Within Minutes.\" It has empowered me to build instant connections and foster meaningful relationships.', '69'),
(2811, '', 'Kwame', 'kwame@example.com', 'I\'m amazed at the effectiveness of \"Fat Burning Secrets\"! It has helped me shed those extra pounds and achieve my desired weight.', '70'),
(2812, '', 'Amina', 'amina@example.com', 'Thanks to \"Fat Burning Secrets\", I\'ve discovered the key to a healthier and fitter life. It\'s a game-changer!', '70'),
(2813, '', 'Joseph', 'joseph@example.com', 'I cannot recommend \"Fat Burning Secrets\" enough. It\'s an incredible resource that has transformed my fitness journey.', '70'),
(2814, '', 'Sandra', 'sandra@example.com', 'With \"Fat Burning Secrets,\" I\'ve finally found the solution to my weight loss struggles. It\'s an empowering and informative read!', '70'),
(2815, '', 'Daniel', 'daniel@example.com', 'The tips and strategies shared in \"Fat Burning Secrets\" have revolutionized the way I approach weight loss. Highly recommended!', '70'),
(2816, '', 'Grace', 'grace@example.com', 'I\'m so grateful for \"Fat Burning Secrets\"! It has helped me achieve my weight loss goals and regain my confidence.', '70'),
(2817, '', 'Samuel', 'samuel@example.com', 'I\'ve tried numerous weight loss programs, but \"Fat Burning Secrets\" stands out as the most effective and sustainable approach.', '70'),
(2818, '', 'Aisha', 'aisha@example.com', 'I\'ve always struggled with losing weight, but \"Fat Burning Secrets\" has provided me with practical strategies and a positive mindset.', '70'),
(2819, '', 'Nadia', 'nadia@example.com', 'I\'m amazed at the transformation I\'ve experienced with \"Fat Burning Secrets.\" It has given me the tools to make healthier choices and lose weight.', '70'),
(2820, '', 'Abdul', 'abdul@example.com', 'Thanks to \"Fat Burning Secrets,\" I\'ve been able to shed excess fat and improve my overall well-being. It\'s a must-read for anyone on a weight loss journey.', '70'),
(2821, '', 'Fatima', 'fatima@example.com', 'I\'m impressed with the depth of knowledge in \"Fat Burning Secrets.\" It covers everything from nutrition to exercise, making it a comprehensive guide for weight loss.', '70'),
(2822, '', 'Omar', 'omar@example.com', 'I\'ve tried many weight loss methods before, but \"Fat Burning Secrets\" has provided me with a sustainable and effective approach that actually works.', '70'),
(2823, '', 'Nene', 'nene@example.com', 'I\'m so glad I found \"Fat Burning Secrets.\" It has given me the knowledge and motivation to make positive changes and achieve my weight loss goals.', '70'),
(2824, '', 'Kwesi', 'kwesi@example.com', 'I\'ve recommended \"Fat Burning Secrets\" to all my friends. It\'s an informative and practical guide to losing weight and improving overall health.', '70'),
(2825, '', 'Chipo', 'chipo@example.com', 'I\'ve learned so much from \"Fat Burning Secrets.\" It has helped me understand the importance of a balanced lifestyle and guided me towards successful weight loss.', '70'),
(2826, '', 'Emeka', 'emeka@example.com', 'With \"Fat Burning Secrets\" as my guide, I\'ve been able to transform my body and embrace a healthier lifestyle. Thank you for this amazing resource!', '70'),
(2827, '', 'Aisha', 'aisha@example.com', 'I\'ve struggled with weight loss for years, but \"Fat Burning Secrets\" has given me hope and practical tools to achieve lasting results.', '70'),
(2828, '', 'Tendai', 'tendai@example.com', 'I\'m amazed by the impact \"Fat Burning Secrets\" has had on my weight loss journey. It\'s a comprehensive and empowering book that I highly recommend.', '70'),
(2829, '', 'Moussa', 'moussa@example.com', 'I\'ve tried many weight loss programs, but \"Fat Burning Secrets\" stands out as the most effective and sustainable approach. It has truly changed my life.', '70'),
(2830, '', 'Amina', 'amina@example.com', 'I\'m so grateful for \"Fat Burning Secrets.\" It has given me the knowledge and motivation to transform my body and achieve my weight loss goals.', '70'),
(2831, '', 'Kwesi', 'kwesi@example.com', 'Thanks to \"Fat Burning Secrets,\" I\'ve been able to lose weight and improve my overall health. It\'s a fantastic resource for anyone looking to burn fat.', '70'),
(2832, '', 'Sade', 'sade@example.com', 'I\'m so glad I discovered \"Fat Burning Secrets.\" It has provided me with practical tips and strategies to make sustainable changes and lose weight.', '70'),
(2833, '', 'Yusuf', 'yusuf@example.com', 'With \"Fat Burning Secrets\" as my guide, I\'ve been able to transform my body and improve my fitness level. It\'s an incredible book!', '70'),
(2834, '', 'Mirembe', 'mirembe@example.com', 'I\'ve tried numerous diets, but \"Fat Burning Secrets\" has been the only one that worked for me. It\'s a game-changer!', '70'),
(2835, '', 'Abdullah', 'abdullah@example.com', 'I\'m amazed at how \"Fat Burning Secrets\" has helped me burn fat and improve my overall health. It\'s an invaluable resource!', '70'),
(2836, '', 'Lilian', 'lilian@example.com', 'Thanks to \"Fat Burning Secrets,\" I\'ve been able to lose weight and regain my confidence. It\'s an empowering and practical book!', '70'),
(2837, '', 'Chinedu', 'chinedu@example.com', 'I\'ve always struggled with my weight, but \"Fat Burning Secrets\" has given me the tools and knowledge to finally achieve my goals. Highly recommended!', '70'),
(2838, '', 'Amina', 'amina@example.com', 'I\'m so grateful for \"Fat Burning Secrets\"! It has provided me with a step-by-step plan to lose weight and improve my overall well-being.', '70'),
(2839, '', 'Kwesi', 'kwesi@example.com', 'I\'ve tried many weight loss programs, but \"Fat Burning Secrets\" is by far the best. It\'s a comprehensive and practical guide to burning fat.', '70'),
(2840, '', 'Sade', 'sade@example.com', 'I\'m amazed at the results I\'ve achieved with \"Fat Burning Secrets.\" It has given me the knowledge and motivation to transform my body.', '70'),
(2841, '', 'Yusuf', 'yusuf@example.com', 'With \"Fat Burning Secrets\" as my guide, I\'ve been able to achieve a healthy weight and improve my overall fitness. It\'s a life-changing book!', '70'),
(2842, '', 'Zainab', 'zainab@example.com', 'I\'ve tried many weight loss methods, but \"Fat Burning Secrets\" is the only one that has provided me with sustainable results. It\'s a must-read!', '70'),
(2843, '', 'Aisha', 'aisha@example.com', 'Thanks to \"Fat Burning Secrets,\" I\'ve been able to lose weight and feel more confident in my body. It\'s an incredible resource!', '70'),
(2844, '', 'Mohammed', 'mohammed@example.com', 'I\'m so grateful for \"Fat Burning Secrets\"! It has given me the tools and guidance to achieve my weight loss goals. Highly recommended!', '70'),
(2845, '', 'Lilian', 'lilian@example.com', 'I\'ve struggled with my weight for years, but \"Fat Burning Secrets\" has provided me with the strategies and mindset to finally succeed. It\'s a life-changer!', '70'),
(2846, '', 'Chinedu', 'chinedu@example.com', 'I\'m amazed at the impact \"Fat Burning Secrets\" has had on my health and well-being. It\'s an informative and practical guide to weight loss.', '70'),
(2847, '', 'Amina', 'amina@example.com', 'I\'ve tried many weight loss programs, but \"Fat Burning Secrets\" is the only one that has delivered lasting results. It\'s a must-read for anyone looking to burn fat!', '70'),
(2848, '', 'Kwesi', 'kwesi@example.com', 'With \"Fat Burning Secrets\" as my guide, I\'ve been able to achieve the body I\'ve always dreamed of. It\'s an empowering and transformative book!', '70'),
(2849, '', 'Sade', 'sade@example.com', 'I\'m so glad I discovered \"Fat Burning Secrets.\" It has given me the knowledge and motivation to make positive changes and achieve my weight loss goals.', '70'),
(2850, '', 'Yusuf', 'yusuf@example.com', 'Thanks to \"Fat Burning Secrets,\" I\'ve been able to lose weight and improve my overall fitness level. It\'s an invaluable resource for anyone on a weight loss journey.', '70'),
(2851, '', 'Zainab', 'zainab@example.com', 'I\'m amazed at the effectiveness of \"Fat Burning Secrets.\" It has provided me with practical tips and strategies to achieve my weight loss goals.', '70'),
(2852, '', 'Aisha', 'aisha@example.com', 'I\'ve struggled with weight loss for years, but \"Fat Burning Secrets\" has given me the tools and motivation to finally succeed. Highly recommended!', '70'),
(2853, '', 'Mohammed', 'mohammed@example.com', 'With \"Fat Burning Secrets\" as my guide, I\'ve been able to transform my body and improve my overall health. It\'s a game-changer!', '70'),
(2854, '', 'Lilian', 'lilian@example.com', 'I\'m so grateful for \"Fat Burning Secrets.\" It has provided me with a clear roadmap to lose weight and maintain a healthy lifestyle.', '70'),
(2855, '', 'Chinedu', 'chinedu@example.com', 'I\'ve tried many weight loss programs, but \"Fat Burning Secrets\" is the only one that has given me sustainable results. It\'s an incredible resource!', '70'),
(2856, '', 'Amina', 'amina@example.com', 'Thanks to \"Fat Burning Secrets,\" I\'ve been able to achieve my weight loss goals and feel more confident in my body. It\'s a life-changing book!', '70'),
(2857, '', 'Kwesi', 'kwesi@example.com', 'I\'ve recommended \"Fat Burning Secrets\" to all my friends and family. It\'s an informative and practical guide to burning fat and improving health.', '70'),
(2858, '', 'Sade', 'sade@example.com', 'I\'m so glad I found \"Fat Burning Secrets.\" It has provided me with the knowledge and strategies to achieve long-lasting weight loss.', '70'),
(2859, '', 'Yusuf', 'yusuf@example.com', 'With \"Fat Burning Secrets\" as my companion, I\'ve been able to achieve my weight loss goals and embrace a healthier lifestyle. It\'s a must-read!', '70'),
(2860, '', 'Zainab', 'zainab@example.com', 'I\'ve tried countless weight loss methods, but \"Fat Burning Secrets\" is the one that has given me the best results. It\'s a game-changer!', '70'),
(2861, '', 'Aisha', 'aisha@example.com', 'I\'m amazed at the impact \"Fat Burning Secrets\" has had on my life. It has empowered me to take control of my weight and improve my overall well-being.', '70'),
(2862, '', 'Mohammed', 'mohammed@example.com', 'Thanks to \"Fat Burning Secrets,\" I\'ve been able to transform my body and achieve a level of fitness I never thought possible. Highly recommended!', '70'),
(2863, '', 'Lilian', 'lilian@example.com', 'I\'ve struggled with my weight for years, but \"Fat Burning Secrets\" has given me the tools and guidance to finally succeed. It\'s an invaluable resource!', '70'),
(2864, '', 'Chinedu', 'chinedu@example.com', 'With \"Fat Burning Secrets\" as my guide, I\'ve been able to make sustainable changes and achieve my weight loss goals. It\'s an incredible book!', '70'),
(2865, '', 'Alice', '', 'This book is amazing! It helped me lose weight and feel great during the holidays.', '72'),
(2866, '', 'Bob', '', 'I highly recommend this book to anyone looking to stay healthy during the holiday season.', '72'),
(2867, '', 'Charlie', '', 'The tips in this book are practical and easy to follow. I\'m so glad I found it!', '72'),
(2868, '', 'David', '', 'Holiday Weight Loss Tips is a must-read for anyone who wants to enjoy the holidays without gaining weight.', '72'),
(2869, '', 'Emma', '', 'I love this book! It\'s full of great advice and delicious recipes that helped me stay on track during the holidays.', '72'),
(2870, '', 'Frank', '', 'This book is a game-changer! I never knew losing weight during the holidays could be so easy.', '72'),
(2871, '', 'Grace', '', 'Holiday Weight Loss Tips is the best book I\'ve read on staying healthy during the holidays. Highly recommended!', '72'),
(2872, '', 'Henry', '', 'I was skeptical at first, but this book really works! I lost weight and felt great during the holidays thanks to these tips.', '72'),
(2873, '', 'Isabella', '', 'If you\'re looking for a way to stay healthy during the holidays, look no further than Holiday Weight Loss Tips!', '72'),
(2874, '', 'Jack', '', 'This book is a lifesaver! I was able to enjoy all my favorite holiday foods without worrying about gaining weight.', '72'),
(2875, '', 'Kate', '', 'I can\'t recommend this book enough! It\'s packed with useful information and practical tips for staying healthy during the holidays.', '72'),
(2876, '', 'Liam', '', 'Holiday Weight Loss Tips is a must-read for anyone who wants to enjoy the holidays without sacrificing their health.', '72'),
(2877, '', 'Mia', '', 'This book is fantastic! The recipes are delicious and easy to make, and the tips are incredibly helpful.', '72'),
(2878, '', 'Noah', '', 'I was amazed at how easy it was to lose weight during the holidays with the help of this book. Highly recommended!', '72'),
(2879, '', 'Olivia', '', 'Holiday Weight Loss Tips is a game-changer! I never thought I could lose weight during the holidays, but this book proved me wrong.', '72'),
(2880, '', 'Peter', '', 'This book is a must-read for anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow.', '72'),
(2881, '', 'Quinn', '', 'I\'m so glad I found this book! It helped me stay on track during the holidays and avoid gaining weight.', '72'),
(2882, '', 'Ryan', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants to enjoy the holidays without sacrificing their health.', '72'),
(2883, '', 'Sophia', '', 'This book is amazing! The recipes are delicious and healthy, and the tips are incredibly helpful.', '72'),
(2884, '', 'Thomas', '', 'I highly recommend this book to anyone who wants to stay healthy during the holiday season. It\'s packed with useful information!', '72'),
(2885, '', 'Uma', '', 'Holiday Weight Loss Tips is a must-read for anyone who wants to enjoy the holidays without worrying about their weight.', '72'),
(2886, '', 'Victoria', '', 'This book is fantastic! The tips are practical and easy to follow, and the recipes are delicious and healthy.', '72'),
(2887, '', 'William', '', 'I never thought I could lose weight during the holidays, but this book proved me wrong. Highly recommended!', '72'),
(2888, '', 'Xander', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow.', '72'),
(2889, '', 'Yara', '', 'This book is amazing! It helped me stay on track during the holidays and avoid gaining weight. Highly recommended!', '72'),
(2890, '', 'Zachary', '', 'I can\'t say enough good things about Holiday Weight Loss Tips. It\'s packed with useful information and practical tips for staying healthy during the holidays!', '72');
INSERT INTO `reviews` (`id`, `rating`, `your_name`, `your_email`, `your_comment`, `product_id`) VALUES
(2891, '', 'Ava', '', 'This book is fantastic! The recipes are delicious and easy to make, and the tips are incredibly helpful.', '72'),
(2892, '', 'Benjamin', '', 'Holiday Weight Loss Tips is a game-changer! I never knew losing weight during the holidays could be so easy.', '72'),
(2893, '', 'Chloe', '', 'I highly recommend this book to anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2894, '', 'Daniel', '', 'This book is amazing! It helped me lose weight and feel great during the holidays. Highly recommended!', '72'),
(2895, '', 'Ella', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants  to stay healthy during the holiday season. The tips are practical and easy to follow, and the recipes are delicious!', '72'),
(2896, '', 'Finn', '', 'I was skeptical at first, but this book exceeded my expectations. The tips are incredibly helpful and easy to implement.', '72'),
(2897, '', 'Gabriella', '', 'Holiday Weight Loss Tips is a must-read for anyone who wants to enjoy the holidays without sacrificing their health. Highly recommended!', '72'),
(2898, '', 'Henry', '', 'This book is fantastic! The tips are practical and easy to follow, and the recipes are delicious and healthy.', '72'),
(2899, '', 'Isaac', '', 'I can\'t believe how easy it was to lose weight during the holidays with the help of this book. Highly recommended!', '72'),
(2900, '', 'Jasmine', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2901, '', 'Kai', '', 'This book is amazing! It helped me stay on track during the holidays and avoid gaining weight. Highly recommended!', '72'),
(2902, '', 'Lila', '', 'I highly recommend this book to anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2903, '', 'Mason', '', 'Holiday Weight Loss Tips is a game-changer! I never thought I could lose weight during the holidays, but this book proved me wrong.', '72'),
(2904, '', 'Nora', '', 'This book is fantastic! The tips are practical and easy to follow, and the recipes are delicious and healthy.', '72'),
(2905, '', 'Oscar', '', 'I was amazed at how easy it was to lose weight during the holidays with the help of this book. Highly recommended!', '72'),
(2906, '', 'Penelope', '', 'Holiday Weight Loss Tips is a must-read for anyone who wants to enjoy the holidays without sacrificing their health. The tips are incredibly helpful!', '72'),
(2907, '', 'Quentin', '', 'This book is amazing! It helped me stay on track during the holidays and avoid gaining weight. Highly recommended!', '72'),
(2908, '', 'Riley', '', 'I highly recommend this book to anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2909, '', 'Sofia', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2910, '', 'Theo', '', 'This book is fantastic! The tips are practical and easy to follow, and the recipes are delicious and healthy.', '72'),
(2911, '', 'Una', '', 'I can\'t say enough good things about Holiday Weight Loss Tips. It\'s packed with useful information and practical tips for staying healthy during the holidays!', '72'),
(2912, '', 'Violet', '', 'Holiday Weight Loss Tips is a game-changer! I never knew losing weight during the holidays could be so easy.', '72'),
(2913, '', 'Wyatt', '', 'This book is amazing! It helped me lose weight and feel great during the holidays. Highly recommended!', '72'),
(2914, '', 'Xavier', '', 'I highly recommend this book to anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2915, '', 'Yasmine', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2916, '', 'Zoe', '', 'This book is fantastic! The tips are practical and easy to follow, and the recipes are delicious and healthy.', '72'),
(2917, '', 'Adam', '', 'This book is a game-changer! I lost weight and felt great during the holidays thanks to these tips.', '72'),
(2918, '', 'Bella', '', 'Holiday Weight Loss Tips is a must-read for anyone who wants to stay healthy during the holiday season. Highly recommended!', '72'),
(2919, '', 'Caleb', '', 'I was skeptical at first, but this book really works! I lost weight and felt great during the holidays thanks to these tips.', '72'),
(2920, '', 'Daisy', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2921, '', 'Ethan', '', 'This book is fantastic! The recipes are delicious and easy to make, and the tips are incredibly helpful.', '72'),
(2922, '', 'Fiona', '', 'I highly recommend this book to anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2923, '', 'Gavin', '', 'Holiday Weight Loss Tips is a game-changer! I never knew losing weight during the holidays could be so easy.', '72'),
(2924, '', 'Hazel', '', 'This book is amazing! It helped me stay on track during the holidays and avoid gaining weight. Highly recommended!', '72'),
(2925, '', 'Isaiah', '', 'I can\'t say enough good things about Holiday Weight Loss Tips. It\'s packed with useful information and practical tips for staying healthy during the holidays!', '72'),
(2926, '', 'Jade', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2927, '', 'Kian', '', 'This book is fantastic! The tips are practical and easy to follow, and the recipes are delicious and healthy.', '72'),
(2928, '', 'Lena', '', 'I was amazed at how easy it was to lose weight during the holidays with the help of this book. Highly recommended!', '72'),
(2929, '', 'Milo', '', 'Holiday Weight Loss Tips is a must-read for anyone who wants to enjoy the holidays without sacrificing their health. The tips are incredibly helpful!', '72'),
(2930, '', 'Nina', '', 'This book is amazing! It helped me lose weight and feel great during the holidays. Highly recommended!', '72'),
(2931, '', 'Owen', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2932, '', 'Piper', '', 'This book is fantastic! The recipes are delicious and easy to make, and the tips are incredibly helpful.', '72'),
(2933, '', 'Quincy', '', 'I highly recommend this book to anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2934, '', 'Ryder', '', 'Holiday Weight Loss Tips is a game-changer! I never thought I could lose weight during the holidays, but this book proved me wrong.', '72'),
(2935, '', 'Samantha', '', 'This book is amazing! It helped me stay on track during the holidays and avoid gaining weight. Highly recommended!', '72'),
(2936, '', 'Thea', '', 'Holiday Weight Loss Tips is a must-read for anyone who wants to enjoy the holidays without sacrificing their health. The tips are incredibly helpful!', '72'),
(2937, '', 'Uriel', '', 'This book is fantastic! The tips are practical and easy to follow, and the recipes are delicious and healthy.', '72'),
(2938, '', 'Vivian', '', 'I was amazed at how easy it was to lose weight during the holidays with the help of this book. Highly recommended!', '72'),
(2939, '', 'Wyatt', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2940, '', 'Ximena', '', 'This book is amazing! It helped me lose weight and feel great during the holidays. Highly recommended!', '72'),
(2941, '', 'Yosef', '', 'Holiday Weight Loss Tips is a game-changer! I never knew losing weight during the holidays could be so easy.', '72'),
(2942, '', 'Zara', '', 'This book is fantastic! The recipes are delicious and easy to make, and the tips are incredibly helpful.', '72'),
(2943, '', 'Aiden', '', 'I highly recommend this book to anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2944, '', 'Brielle', '', 'Holiday Weight Loss Tips is a must-read for anyone who wants to enjoy the holidays without sacrificing their health. The tips  are incredibly helpful!', '72'),
(2945, '', 'Carter', '', 'This book is amazing! It helped me stay on track during the holidays and avoid gaining weight. Highly recommended!', '72'),
(2946, '', 'Daphne', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2947, '', 'Eli', '', 'This book is fantastic! The tips are practical and easy to follow, and the recipes are delicious and healthy.', '72'),
(2948, '', 'Felicity', '', 'I was amazed at how easy it was to lose weight during the holidays with the help of this book. Highly recommended!', '72'),
(2949, '', 'Gage', '', 'Holiday Weight Loss Tips is a game-changer! I never thought I could lose weight during the holidays, but this book proved me wrong.', '72'),
(2950, '', 'Hannah', '', 'This book is amazing! It helped me lose weight and feel great during the holidays. Highly recommended!', '72'),
(2951, '', 'Isaac', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2952, '', 'Jasmine', '', 'This book is fantastic! The recipes are delicious and easy to make, and the tips are incredibly helpful.', '72'),
(2953, '', 'Kai', '', 'I highly recommend this book to anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2954, '', 'Landon', '', 'Holiday Weight Loss Tips is a must-read for anyone who wants to enjoy the holidays without sacrificing their health. The tips are incredibly helpful!', '72'),
(2955, '', 'Mia', '', 'This book is amazing! It helped me stay on track during the holidays and avoid gaining weight. Highly recommended!', '72'),
(2956, '', 'Nathan', '', 'Holiday Weight Loss Tips is a game-changer! I never knew losing weight during the holidays could be so easy.', '72'),
(2957, '', 'Olivia', '', 'This book is fantastic! The tips are practical and easy to follow, and the recipes are delicious and healthy.', '72'),
(2958, '', 'Parker', '', 'I was amazed at how easy it was to lose weight during the holidays with the help of this book. Highly recommended!', '72'),
(2959, '', 'Quinn', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2960, '', 'Riley', '', 'This book is amazing! It helped me lose weight and feel great during the holidays. Highly recommended!', '72'),
(2961, '', 'Seth', '', 'Holiday Weight Loss Tips is a must-read for anyone who wants to enjoy the holidays without sacrificing their health. The tips are incredibly helpful!', '72'),
(2962, '', 'Tessa', '', 'This book is fantastic! The recipes are delicious and easy to make, and the tips are incredibly helpful.', '72'),
(2963, '', 'Uriah', '', 'I highly recommend this book to anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2964, '', 'Violet', '', 'Holiday Weight Loss Tips is a game-changer! I never thought I could lose weight during the holidays, but this book proved me wrong.', '72'),
(2965, '', 'Wyatt', '', 'This book is amazing! It helped me stay on track during the holidays and avoid gaining weight. Highly recommended!', '72'),
(2966, '', 'Xander', '', 'Holiday Weight Loss Tips is an excellent resource for anyone who wants to stay healthy during the holiday season. The tips are practical and easy to follow!', '72'),
(2967, '', 'Yara', '', 'This book is fantastic! The recipes are delicious and easy to make, and the tips are incredibly helpful.', '72'),
(2968, '', 'Zachary', '', 'I was amazed at how easy it was to lose weight during the holidays with the help of this book. Highly recommended!', '72'),
(2969, '', 'Samuel', 'samuel@example.com', 'I am amazed by the depth of knowledge presented in \"Health Chemistry For Optimal Health.\" It has provided me with valuable insights into the relationship between chemistry and health.', '71'),
(2970, '', 'Amina', 'amina@example.com', 'Reading \"Health Chemistry For Optimal Health\" has been a transformative experience for me. It has empowered me to take control of my health by understanding the chemistry behind it.', '71'),
(2971, '', 'Moses', 'moses@example.com', 'I highly recommend \"Health Chemistry For Optimal Health\" to anyone who wants to achieve optimal well-being. It sheds light on the chemical processes that influence our health.', '71'),
(2972, '', 'Joy', 'joy@example.com', 'The information presented in \"Health Chemistry For Optimal Health\" is eye-opening. It has helped me make informed choices to support my overall health and vitality.', '71'),
(2973, '', 'Isaac', 'isaac@example.com', 'I cannot praise \"Health Chemistry For Optimal Health\" enough. It is a comprehensive guide that explains complex concepts in a way that is easy to understand and apply.', '71'),
(2974, '', 'Fatima', 'fatima@example.com', 'This book has revolutionized my approach to health. \"Health Chemistry For Optimal Health\" has given me a deeper understanding of how chemistry influences our well-being.', '71'),
(2975, '', 'Abdullah', 'abdullah@example.com', 'I have gained invaluable knowledge from \"Health Chemistry For Optimal Health.\" It has empowered me to make better choices for my health based on the underlying chemistry.', '71'),
(2976, '', 'Grace', 'grace@example.com', 'Thanks to \"Health Chemistry For Optimal Health,\" I now have a better understanding of the chemical processes that impact my health. It is a must-read for anyone seeking optimal well-being.', '71'),
(2977, '', 'Kwame', 'kwame@example.com', 'I am grateful for \"Health Chemistry For Optimal Health.\" It has deepened my understanding of the intricate chemistry of our bodies and how it affects our overall health.', '71'),
(2978, '', 'Chipo', 'chipo@example.com', 'Reading \"Health Chemistry For Optimal Health\" has been a game-changer for me. It has empowered me to make informed choices and take proactive steps towards optimal health.', '71'),
(2979, '', 'Emeka', 'emeka@example.com', 'I resonate with the book \"Health Chemistry For Optimal Health\" on a personal level. It has provided me with valuable insights into the chemical reactions that drive our health.', '71'),
(2980, '', 'Aisha', 'aisha@example.com', 'Thanks to \"Health Chemistry For Optimal Health,\" I now have a solid foundation of knowledge about the chemistry of health. It has inspired me to prioritize my well-being.', '71'),
(2981, '', 'Tendai', 'tendai@example.com', 'I appreciate how \"Health Chemistry For Optimal Health\" simplifies complex concepts. It has given me a new perspective on the chemistry of our bodies and how it impacts our health.', '71'),
(2982, '', 'Moussa', 'moussa@example.com', 'I commend the author for creating such a comprehensive and insightful book like \"Health Chemistry For Optimal Health.\" It is a valuable resource for anyone interested in health.', '71'),
(2983, '', 'Amina', 'amina@example.com', 'I cannot recommend \"Health Chemistry For Optimal Health\" enough. It has equipped me with the knowledge and understanding to make informed decisions about my health.', '71'),
(2984, '', 'Kwesi', 'kwesi@example.com', 'This book is a gem! \"Health Chemistry For Optimal Health\" provides a fascinating exploration of the chemistry behind our health and offers practical advice for optimal well-being.', '71'),
(2985, '', 'Sade', 'sade@example.com', 'I\'m so glad I discovered \"Health Chemistry For Optimal Health.\" It has deepened my understanding of the chemical processes that govern our health and inspired me to make positive changes.', '71'),
(2986, '', 'Yusuf', 'yusuf@example.com', 'I highly recommend \"Health Chemistry For Optimal Health\" to anyone seeking a holistic understanding of their health. It uncovers the chemistry behind optimal well-being.', '71'),
(2987, '', 'Lara', 'lara@example.com', 'I am amazed by the wealth of information in \"Health Chemistry For Optimal Health.\" It has given me a new perspective on how to optimize my health through chemical balance.', '71'),
(2988, '', 'Hassan', 'hassan@example.com', 'This book is a game-changer! \"Health Chemistry For Optimal Health\" provides a scientific approach to understanding and improving our health through chemistry.', '71'),
(2989, '', 'Amina', 'amina@example.com', 'Reading \"Health Chemistry For Optimal Health\" has been an enlightening experience for me. It has provided me with the knowledge to make informed decisions about my health.', '71'),
(2990, '', 'Sarah', 'sarah@example.com', 'I am grateful for \"Health Chemistry For Optimal Health.\" It has opened my eyes to the intricate chemical processes that determine our health and well-being.', '71'),
(2991, '', 'Isaiah', 'isaiah@example.com', 'I recommend \"Health Chemistry For Optimal Health\" to anyone who wants to take control of their health. It provides a solid foundation of knowledge on the chemistry of our bodies.', '71'),
(2992, '', 'Amara', 'amara@example.com', 'Thanks to \"Health Chemistry For Optimal Health,\" I now understand the chemical reactions that influence my health. It has empowered me to make positive changes for optimal well-being.', '71'),
(2993, '', 'Josephine', 'josephine@example.com', 'I have gained invaluable insights from \"Health Chemistry For Optimal Health.\" It explores the chemistry of our bodies in a way that is accessible and practical.', '71'),
(2994, '', 'Musa', 'musa@example.com', 'I cannot speak highly enough of \"Health Chemistry For Optimal Health.\" It is a comprehensive guide that has empowered me to take charge of my health through understanding chemistry.', '71'),
(2995, '', 'Lillian', 'lillian@example.com', 'I\'m amazed at how \"Health Chemistry For Optimal Health\" simplifies complex concepts. It has helped me develop a deeper understanding of the chemistry behind our health.', '71'),
(2996, '', 'Tayo', 'tayo@example.com', 'I recommend \"Health Chemistry For Optimal Health\" to anyone who wants to optimize their well-being. It explains the chemistry of health in a way that is both informative and accessible.', '71'),
(2997, '', 'Musonda', 'musonda@example.com', 'Reading \"Health Chemistry For Optimal Health\" has been a transformative experience for me. It has equipped me with the knowledge to make informed choices for my health.', '71'),
(2998, '', 'Nneka', 'nneka@example.com', 'Thanks to \"Health Chemistry For Optimal Health,\" I now understand the crucial role chemistry plays in our health. It has inspired me to make proactive choices for my well-being.', '71'),
(2999, '', 'Tariq', 'tariq@example.com', 'I\'m grateful for \"Health Chemistry For Optimal Health.\" It has provided me with a solid foundation of knowledge to optimize my health based on the underlying chemistry.', '71'),
(3000, '', 'Amirah', 'amirah@example.com', 'I am amazed by the depth of information in \"Health Chemistry For Optimal Health.\" It explores the intricate chemistry of our bodies and empowers us to make positive changes.', '71'),
(3001, '', 'Mohamed', 'mohamed@example.com', 'Reading \"Health Chemistry For Optimal Health\" has been eye-opening. It has expanded my understanding of the chemical processes that contribute to our overall health.', '71'),
(3002, '', 'Selina', 'selina@example.com', 'I highly recommend \"Health Chemistry For Optimal Health\" to anyone seeking a comprehensive understanding of their health. It connects the dots between chemistry and well-being.', '71'),
(3003, '', 'Kwame', 'kwame@example.com', 'I resonate with \"Health Chemistry For Optimal Health\" on a personal level. It has provided me with practical knowledge to improve my health through understanding chemistry.', '71'),
(3004, '', 'Habiba', 'habiba@example.com', 'Thanks to \"Health Chemistry For Optimal Health,\" I now have the tools to make informed decisions about my health. It unravels the chemistry of well-being in a clear and concise way.', '71'),
(3005, '', 'Ayo', 'ayo@example.com', 'I commend the author of \"Health Chemistry For Optimal Health\" for creating such a valuable resource. It has deepened my understanding of the chemistry behind our health.', '71'),
(3006, '', 'Amina', 'amina@example.com', 'This book has been a revelation for me. \"Health Chemistry For Optimal Health\" breaks down complex concepts, making them accessible to anyone interested in improving their health.', '71'),
(3007, '', 'Emeka', 'emeka@example.com', 'I am grateful for \"Health Chemistry For Optimal Health.\" It has empowered me to make informed choices about my health based on the underlying chemistry.', '71'),
(3008, '', 'Tunde', 'tunde@example.com', 'Reading \"Health Chemistry For Optimal Health\" has been a enlightening experience. It has given me a new perspective on how to achieve and maintain optimal health through chemistry.', '71'),
(3009, '', 'Aisha', 'aisha@example.com', 'I highly recommend \"Health Chemistry For Optimal Health\" to anyone seeking to understand the science behind their health. It is an invaluable resource for improving well-being.', '71'),
(3010, '', 'Kwesi', 'kwesi@example.com', 'I\'m amazed at how \"Health Chemistry For Optimal Health\" simplifies complex topics. It has provided me with practical knowledge to optimize my health through chemistry.', '71'),
(3011, '', 'Sade', 'sade@example.com', 'Thanks to \"Health Chemistry For Optimal Health,\" I now have a deeper appreciation for the role chemistry plays in our well-being. It is a must-read for health enthusiasts.', '71'),
(3012, '', 'Yusuf', 'yusuf@example.com', 'I resonate with the message of \"Health Chemistry For Optimal Health.\" It has inspired me to take a holistic approach to my health by understanding the chemistry behind it.', '71'),
(3013, '', 'Lara', 'lara@example.com', 'This book is a treasure trove of information. \"Health Chemistry For Optimal Health\" has given me a solid foundation of knowledge to improve my health through understanding chemistry.', '71'),
(3014, '', 'Hassan', 'hassan@example.com', 'I cannot recommend \"Health Chemistry For Optimal Health\" enough. It explains the intricate chemistry of our bodies in a way that is both informative and engaging.', '71'),
(3015, '', 'Amina', 'amina@example.com', 'Reading \"Health Chemistry For Optimal Health\" has been a life-changing experience for me. It has empowered me to make informed decisions and prioritize my health.', '71'),
(3016, '', 'Sarah', 'sarah@example.com', 'I am grateful for \"Health Chemistry For Optimal Health\" and its valuable insights into the chemistry of our health. It has inspired me to make positive changes for my well-being.', '71'),
(3017, '', 'Isaiah', 'isaiah@example.com', 'I highly recommend \"Health Chemistry For Optimal Health\" to anyone seeking a deeper understanding of the chemistry behind our well-being. It is a comprehensive and enlightening read.', '71'),
(3018, '', 'Amara', 'amara@example.com', 'Thanks to \"Health Chemistry For Optimal Health,\" I now understand the chemical reactions that impact our health. It has empowered me to make informed choices for optimal well-being.', '71'),
(3019, '', 'Josephine', 'josephine@example.com', 'I have gained invaluable knowledge from \"Health Chemistry For Optimal Health.\" It presents complex concepts in a way that is accessible and applicable to everyday life.', '71'),
(3020, '', 'Musa', 'musa@example.com', 'I cannot speak highly enough of \"Health Chemistry For Optimal Health.\" It is a must-have resource that sheds light on the chemistry of our bodies and how it influences our health.', '71'),
(3021, '', 'Lillian', 'lillian@example.com', 'I\'m amazed at how \"Health Chemistry For Optimal Health\" simplifies complex concepts. It has given me a new perspective on the chemistry of our bodies and how it affects our health.', '71'),
(3022, '', 'Tayo', 'tayo@example.com', 'I highly recommend \"Health Chemistry For Optimal Health\" to anyone who wants to optimize their well-being. It uncovers the chemistry behind our health in a comprehensive and practical way.', '71'),
(3023, '', 'Musonda', 'musonda@example.com', 'Reading \"Health Chemistry For Optimal Health\" has been a transformative journey for me. It has equipped me with the knowledge to make proactive choices for my well-being.', '71'),
(3024, '', 'Nneka', 'nneka@example.com', 'Thanks to \"Health Chemistry For Optimal Health,\" I now have a deeper understanding of the chemistry behind our health. It has inspired me to prioritize my well-being through chemistry.', '71'),
(3025, '', 'Tariq', 'tariq@example.com', 'I\'m grateful for \"Health Chemistry For Optimal Health\" and its insights into the chemistry of our bodies. It has empowered me to make informed decisions for my well-being.', '71'),
(3026, '', 'Amirah', 'amirah@example.com', 'I am amazed by the wealth of knowledge in \"Health Chemistry For Optimal Health.\" It has given me a solid foundation of understanding the chemistry behind our health and well-being.', '71'),
(3027, '', 'Alice', '', 'This book is amazing! It has helped me lower my cholesterol and improve my health.', '74'),
(3028, '', 'Bob', '', 'I highly recommend this book to anyone looking to improve their heart health.', '74'),
(3029, '', 'Charlie', '', 'The tips and advice in this book are easy to follow and have made a big difference for me.', '74'),
(3030, '', 'David', '', 'I was skeptical at first, but this book really works! My cholesterol levels have never been better.', '74'),
(3031, '', 'Emily', '', 'If you want to take control of your health, this book is a must-read!', '74'),
(3032, '', 'Frank', '', 'I\'ve tried other books and methods, but this one is by far the best. It really works!', '74'),
(3033, '', 'Grace', '', 'This book is a game-changer. It has helped me make lasting changes to my diet and lifestyle.', '74'),
(3034, '', 'Henry', '', 'I can\'t believe how much better I feel after following the advice in this book. Thank you!', '74'),
(3035, '', 'Isabella', '', 'This book is a must-read for anyone looking to improve their heart health. Highly recommended!', '74'),
(3036, '', 'Jack', '', 'I\'ve recommended this book to all my friends and family. It really works!', '74'),
(3037, '', 'Kate', '', 'The recipes in this book are delicious and healthy. I never knew eating well could taste so good!', '74'),
(3038, '', 'Liam', '', 'This book has changed my life. I feel better than ever before thanks to the advice in these pages.', '74'),
(3039, '', 'Mia', '', 'If you\'re serious about improving your heart health, you need to read this book. It\'s that good!', '74'),
(3040, '', 'Noah', '', 'I was skeptical at first, but this book has exceeded all my expectations. Highly recommended!', '74'),
(3041, '', 'Olivia', '', 'The advice in this book is practical and easy to follow. I\'ve seen real results in just a few weeks!', '74'),
(3042, '', 'Peter', '', 'This book is a must-read for anyone looking to improve their heart health. It could save your life!', '74'),
(3043, '', 'Quinn', '', 'I\'ve tried other books and methods, but nothing compares to this one. It really works!', '74'),
(3044, '', 'Rachel', '', 'The tips and advice in this book are life-changing. I\'m so glad I found it!', '74'),
(3045, '', 'Samuel', '', 'This book is worth its weight in gold. It has helped me make lasting changes to my health and wellbeing.', '74'),
(3046, '', 'Tara', '', 'If you\'re serious about improving your heart health, you need to read this book. It\'s that good!', '74'),
(3047, '', 'Uma', '', 'The recipes in this book are delicious and healthy. I never knew eating well could be so easy!', '74'),
(3048, '', 'Victor', '', 'This book has exceeded all my expectations. The advice is practical, easy to follow, and it really works!', '74'),
(3049, '', 'Wendy', '', 'I can\'t recommend this book enough. If you want to take control of your health, read it now!', '74'),
(3050, '', 'Xander', '', 'This book is a game-changer. The tips and advice have helped me make real changes to my lifestyle.', '74'),
(3051, '', 'Yara', '', 'I was skeptical at first, but this book has proven me wrong. It really works!', '74'),
(3052, '', 'Zachary', '', 'If you\'re looking for a comprehensive guide to improving your heart health, look no further than this book.', '74'),
(3053, '', 'Abby', '', 'I\'ve read a lot of books on heart health, but this one is by far the best. Highly recommended!', '74'),
(3054, '', 'Benjamin', '', 'This book has helped me make lasting changes to my diet and lifestyle. I\'m so grateful!', '74'),
(3055, '', 'Chloe', '', 'If you\'re serious about improving your heart health, you need to read this book. It\'s that good!', '74'),
(3056, '', 'Daniel', '', 'The recipes in this book are delicious and healthy. I\'ve never felt better!', '74'),
(3057, '', 'Ella', '', 'This book is worth its weight in gold. The advice is practical, easy to follow, and it really works!', '74'),
(3058, '', 'Finn', '', 'I can\'t believe how much better I feel after following the advice in this book. Thank you!', '74'),
(3059, '', 'Greta', '', 'This book has exceeded all my expectations. The tips and advice are life-changing.', '74'),
(3060, '', 'Hannah', '', 'I\'ve recommended this book to all my friends and family. It\'s that good!', '74'),
(3061, '', 'Isaac', '', 'If you want to take control of your health, this book is a must-read. It has helped me make real changes to my lifestyle.', '74'),
(3062, '', 'Jasmine', '', 'I was skeptical at first, but this book has proven me wrong. The advice really works!', '74'),
(3063, '', 'Kai', '', 'This book is a game-changer. It has helped me lower my cholesterol and improve my overall health.', '74'),
(3064, '', 'Lila', '', 'I can\'t recommend this book enough. The tips and advice are practical, easy to follow, and they really work!', '74'),
(3065, '', 'Mason', '', 'If you\'re serious about improving your heart health, you need to read this book. It could change your life!', '74'),
(3066, '', 'Nora', '', 'This book has helped me make lasting changes to my diet and lifestyle. I\'m so glad I found it!', '74'),
(3067, '', 'Oscar', '', 'The recipes in this book are delicious and healthy. I\'ve never felt better!', '74'),
(3068, '', 'Penelope', '', 'This book is worth its weight in gold. The advice is practical, easy to follow, and it really works!', '74'),
(3069, '', 'Quincy', '', 'I can\'t believe how much better I feel after following the advice in this book. Thank you!', '74'),
(3070, '', 'Riley', '', 'This book has exceeded all my expectations. The tips and advice are life-changing.', '74'),
(3071, '', 'Sofia', '', 'If you want to take control of your health, this book is a must-read. Highly recommended!', '74'),
(3072, '', 'Theo', '', 'I\'ve tried other books and methods, but nothing compares to this one. It really works!', '74'),
(3073, '', 'Una', '', 'This book is a game-changer. It has helped me make real changes to my lifestyle.', '74'),
(3074, '', 'Violet', '', 'If you\'re serious about improving your heart health, you need to read this book. It\'s that good!', '74'),
(3075, '', 'Wyatt', '', 'The tips and advice in this book are practical and easy to follow. Highly recommended!', '74'),
(3076, '', 'Xavier', '', 'This book has helped me make lasting changes to my diet and lifestyle. I\'m so grateful!', '74'),
(3077, '', 'Yvette', '', 'If you\'re looking for a comprehensive guide to improving your heart health, look no further than this book.', '74'),
(3078, '', 'Zoe', '', 'I was skeptical at first, but this book has exceeded all my expectations. Highly recommended!', '74'),
(3079, '', 'Ava', '', 'I really enjoyed this book! It was full of helpful tips and advice on how to improve my fitness. I would definitely recommend it to anyone who is looking to get in shape.', '75'),
(3080, '', 'Ben', '', 'This book was a great read! It was informative and inspiring, and it definitely motivated me to get moving. I would definitely recommend it to anyone who is looking for a healthy lifestyle change.', '75'),
(3081, '', 'Clara', '', 'I loved this book! It was so motivating and inspiring. I learned so much about fitness and how to live a healthier lifestyle. I would definitely recommend it to anyone who is looking to make a change in their life.', '75'),
(3082, '', 'Derek', '', 'This book was a great resource for me. I learned a lot about fitness and how to improve my health. I would definitely recommend it to anyone who is looking to get in shape or live a healthier lifestyle.', '75'),
(3083, '', 'Elise', '', 'I really enjoyed this book! It was full of helpful information and advice. I would definitely recommend it to anyone who is looking to improve their fitness or health.', '75'),
(3084, '', 'Frank', '', 'This book was a great read! It was informative and inspiring, and it definitely motivated me to get moving. I would definitely recommend it to anyone who is looking for a healthy lifestyle change.', '75'),
(3085, '', 'Grace', '', 'I loved this book! It was so motivating and inspiring. I learned so much about fitness and how to live a healthier lifestyle. I would definitely recommend it to anyone who is looking to make a change in their life.', '75'),
(3086, '', 'Henry', '', 'This book was a great resource for me. I learned a lot about fitness and how to improve my health. I would definitely recommend it to anyone who is looking to get in shape or live a healthier lifestyle.', '75'),
(3087, '', 'Iris', '', 'I really enjoyed this book! It was full of helpful information and advice. I would definitely recommend it to anyone who is looking to improve their fitness or health.', '75'),
(3088, '', 'Jack', '', 'This book was a great read! It was informative and inspiring, and it definitely motivated me to get moving. I would definitely recommend it to anyone who is looking for a healthy lifestyle change.', '75'),
(3089, '', 'Julia', '', 'I loved this book! It was so motivating and inspiring. I learned so much about fitness and how to live a healthier lifestyle. I would definitely recommend it to anyone who is looking to make a change in their life.', '75'),
(3090, '', 'Kevin', '', 'This book was a great resource for me. I learned a lot about fitness and how to improve my health. I would definitely recommend it to anyone who is looking to get in shape or live a healthier lifestyle.', '75'),
(3091, '', 'Laura', '', 'I really enjoyed this book! It was full of helpful information and advice. I would definitely recommend it to anyone who is looking to improve their fitness or health.', '75'),
(3092, '', 'Mark', '', 'This book was a great read! It was informative and inspiring, and it definitely motivated me to get moving. I would definitely recommend it to anyone who is looking for a healthy lifestyle change.', '75'),
(3093, '', 'Nancy', '', 'I loved this book! It was so motivating and inspiring. I learned so much about fitness and how to live a healthier lifestyle. I would definitely recommend it to anyone who is looking to make a change in their life.', '75'),
(3094, '', 'Oliver', '', 'This book was a great resource for me. I learned a lot about fitness and how to improve my health. I would definitely recommend it to anyone who is looking to get in shape or live a healthier lifestyle.', '75'),
(3095, '', 'Penelope', '', 'I really enjoyed this book! It was full of helpful information and advice. I would definitely recommend it to anyone who is looking to improve their fitness or health.', '75'),
(3096, '', 'Amina', 'amina@example.com', 'I am amazed by the practicality of \"How To Lose Weight With The Right Food.\" It provides actionable tips and insights for achieving weight loss through proper nutrition.', '73'),
(3097, '', 'Kwame', 'kwame@example.com', 'Thanks to \"How To Lose Weight With The Right Food,\" I have finally found a sustainable approach to weight loss. The book\'s recommendations are both effective and enjoyable.', '73'),
(3098, '', 'Fatima', 'fatima@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone on a weight loss journey. It offers valuable guidance on making healthy food choices for sustainable results.', '73'),
(3099, '', 'Omar', 'omar@example.com', 'This book has been a game-changer for me. \"How To Lose Weight With The Right Food\" provides a wealth of knowledge on nutrition and weight management strategies.', '73'),
(3100, '', 'Nadia', 'nadia@example.com', 'I can\'t thank the author enough for writing \"How To Lose Weight With The Right Food.\" It has transformed my approach to weight loss and helped me achieve my goals.', '73'),
(3101, '', 'Samuel', 'samuel@example.com', 'The practical tips and advice in \"How To Lose Weight With The Right Food\" have made a significant impact on my weight loss journey. I\'m grateful for this valuable resource.', '73'),
(3102, '', 'Aisha', 'aisha@example.com', 'I am impressed by the science-backed approach presented in \"How To Lose Weight With The Right Food.\" It has helped me understand the importance of nourishing my body with the right foods.', '73'),
(3103, '', 'Emeka', 'emeka@example.com', 'Reading \"How To Lose Weight With The Right Food\" has empowered me to take control of my health and make better choices. It\'s a must-read for anyone seeking sustainable weight loss.', '73'),
(3104, '', 'Chipo', 'chipo@example.com', 'I\'m grateful for the practical strategies shared in \"How To Lose Weight With The Right Food.\" It has helped me develop a healthier relationship with food and achieve my weight loss goals.', '73'),
(3105, '', 'Sade', 'sade@example.com', 'I cannot recommend \"How To Lose Weight With The Right Food\" enough. It provides a holistic approach to weight loss and emphasizes the importance of nourishing our bodies.', '73'),
(3106, '', 'Yusuf', 'yusuf@example.com', 'This book is a gem! \"How To Lose Weight With The Right Food\" offers practical advice and delicious recipes that have made my weight loss journey enjoyable and successful.', '73'),
(3107, '', 'Mariam', 'mariam@example.com', 'I am amazed at how \"How To Lose Weight With The Right Food\" has transformed my lifestyle. It has helped me shed excess weight and improve my overall well-being.', '73'),
(3108, '', 'Malik', 'malik@example.com', 'The strategies outlined in \"How To Lose Weight With The Right Food\" are effective and sustainable. It\'s a comprehensive guide that has helped me achieve my weight loss goals.', '73'),
(3109, '', 'Nia', 'nia@example.com', 'Thanks to \"How To Lose Weight With The Right Food,\" I now have a better understanding of the impact of food on my body. It has empowered me to make healthier choices for weight loss.', '73'),
(3110, '', 'Tunde', 'tunde@example.com', 'I\'m grateful for \"How To Lose Weight With The Right Food\" and its evidence-based approach to weight loss. It has given me the knowledge and tools to achieve my desired results.', '73'),
(3111, '', 'Ade', 'ade@example.com', 'Reading \"How To Lose Weight With The Right Food\" has been an eye-opening experience for me. It has changed the way I approach weight loss and has brought positive changes to my life.', '73'),
(3112, '', 'Tolu', 'tolu@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone looking to lose weight in a healthy and sustainable way. It\'s a comprehensive guide that covers all aspects of nutrition.', '73'),
(3113, '', 'Bisi', 'bisi@example.com', 'I\'m grateful for \"How To Lose Weight With The Right Food\" and its practical tips on making better food choices. It has helped me achieve my weight loss goals without feeling deprived.', '73'),
(3114, '', 'Chinedu', 'chinedu@example.com', 'I\'ve tried numerous weight loss programs, but \"How To Lose Weight With The Right Food\" stands out. It offers a science-based approach that has yielded long-lasting results for me.', '73'),
(3115, '', 'Fola', 'fola@example.com', 'I recommend \"How To Lose Weight With The Right Food\" to anyone struggling with weight loss. It provides valuable insights and strategies that have made a significant difference in my life.', '73'),
(3116, '', 'Ayomide', 'ayomide@example.com', 'I am impressed by the practicality of \"How To Lose Weight With The Right Food.\" The book offers realistic and achievable steps for losing weight and maintaining a healthy lifestyle.', '73'),
(3117, '', 'Sefu', 'sefu@example.com', 'Reading \"How To Lose Weight With The Right Food\" has transformed the way I think about weight loss. It has empowered me to make informed choices and prioritize my health.', '73'),
(3118, '', 'Ngozi', 'ngozi@example.com', 'I am grateful for \"How To Lose Weight With The Right Food\" and its emphasis on sustainable weight loss. It has helped me develop healthy habits that will last a lifetime.', '73'),
(3119, '', 'Mohammed', 'mohammed@example.com', 'The strategies shared in \"How To Lose Weight With The Right Food\" have had a positive impact on my weight loss journey. It\'s a comprehensive guide that covers all aspects of nutrition.', '73'),
(3120, '', 'Khadija', 'khadija@example.com', 'I\'m amazed at how \"How To Lose Weight With The Right Food\" has helped me achieve my weight loss goals. It offers practical advice and delicious recipes that make healthy eating enjoyable.', '73'),
(3121, '', 'Bakari', 'bakari@example.com', 'I recommend \"How To Lose Weight With The Right Food\" to anyone looking for a sustainable approach to weight loss. It\'s a valuable resource that provides practical strategies for success.', '73'),
(3122, '', 'Naledi', 'naledi@example.com', 'Thanks to \"How To Lose Weight With The Right Food,\" I have achieved the weight loss I have always desired. The book\'s guidance on nutrition and lifestyle has been invaluable.', '73'),
(3123, '', 'Kofi', 'kofi@example.com', 'I\'m grateful for \"How To Lose Weight With The Right Food\" and its evidence-based approach to weight loss. It has helped me make better choices and achieve my health goals.', '73'),
(3124, '', 'Aminata', 'aminata@example.com', 'Reading \"How To Lose Weight With The Right Food\" has been a life-changing experience for me. It has given me the knowledge and tools to achieve and maintain a healthy weight.', '73'),
(3125, '', 'Sekou', 'sekou@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone looking to improve their health and lose weight. It\'s a comprehensive guide that covers all aspects of nutrition.', '73'),
(3126, '', 'Amara', 'amara@example.com', 'Thanks to \"How To Lose Weight With The Right Food,\" I have finally found a sustainable approach to weight loss. The book\'s practical tips and advice have made a real difference in my life.', '73'),
(3127, '', 'Kwesi', 'kwesi@example.com', 'I am impressed by the science-backed approach presented in \"How To Lose Weight With The Right Food.\" It has helped me understand the importance of nourishing my body with the right foods.', '73'),
(3128, '', 'Adanna', 'adanna@example.com', 'I can\'t thank the author enough for writing \"How To Lose Weight With The Right Food.\" It has transformed my approach to weight loss and helped me achieve my goals.', '73'),
(3129, '', 'Juma', 'juma@example.com', 'The practical tips and advice in \"How To Lose Weight With The Right Food\" have made a significant impact on my weight loss journey. I\'m grateful for this valuable resource.', '73'),
(3130, '', 'Zainab', 'zainab@example.com', 'I am impressed with \"How To Lose Weight With The Right Food\" and its practical strategies for weight loss. It has provided me with the knowledge and motivation to make positive changes.', '73'),
(3131, '', 'Tolu', 'tolu@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone seeking long-term weight loss success. It offers practical advice and emphasizes the importance of balanced nutrition.', '73'),
(3132, '', 'Musa', 'musa@example.com', 'Reading \"How To Lose Weight With The Right Food\" has been a transformative experience for me. It has helped me break free from fad diets and adopt a sustainable approach to weight loss.', '73'),
(3133, '', 'Ayanda', 'ayanda@example.com', 'I cannot recommend \"How To Lose Weight With The Right Food\" enough. It\'s a comprehensive guide that covers everything from meal planning to mindful eating for successful weight loss.', '73'),
(3134, '', 'Tariq', 'tariq@example.com', 'Thanks to \"How To Lose Weight With The Right Food,\" I have achieved my weight loss goals and improved my overall health. The book provides practical tips and guidance for sustainable results.', '73'),
(3135, '', 'Lulu', 'lulu@example.com', 'I am grateful for \"How To Lose Weight With The Right Food\" and its emphasis on nourishing the body. It has helped me develop a positive relationship with food and achieve my weight loss goals.', '73'),
(3136, '', 'Yara', 'yara@example.com', 'This book is a game-changer! \"How To Lose Weight With The Right Food\" offers a fresh perspective on weight loss and provides practical strategies that are easy to implement.', '73'),
(3137, '', 'Simba', 'simba@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone looking to lose weight and improve their health. It offers practical advice and actionable steps for success.', '73'),
(3138, '', 'Malaika', 'malaika@example.com', 'Reading \"How To Lose Weight With The Right Food\" has empowered me to take control of my health. It has given me the knowledge and tools to make informed decisions about my diet.', '73'),
(3139, '', 'Chidi', 'chidi@example.com', 'I am amazed at the positive impact \"How To Lose Weight With The Right Food\" has had on my life. It has helped me lose weight and improve my overall well-being.', '73'),
(3140, '', 'Sanaa', 'sanaa@example.com', 'I\'m grateful for \"How To Lose Weight With The Right Food\" and its practical strategies for weight loss. It has transformed my approach to nutrition and helped me achieve my goals.', '73'),
(3141, '', 'Kwadwo', 'kwadwo@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone looking for a comprehensive guide to healthy eating. It has changed the way I think about food and has had a positive impact on my life.', '73'),
(3142, '', 'Yaa', 'yaa@example.com', 'Thanks to \"How To Lose Weight With The Right Food,\" I have discovered the power of nutrition in achieving my weight loss goals. The book has provided me with valuable insights and strategies.', '73'),
(3143, '', 'Asante', 'asante@example.com', 'Reading \"How To Lose Weight With The Right Food\" has been a transformative experience for me. It has helped me make sustainable changes to my diet and achieve long-term weight loss.', '73'),
(3144, '', 'Nia', 'nia@example.com', 'I am amazed at the positive impact \"How To Lose Weight With The Right Food\" has had on my life. It has provided me with the knowledge and motivation to make healthier choices and achieve my weight loss goals.', '73'),
(3145, '', 'Tunde', 'tunde@example.com', 'I\'m grateful for \"How To Lose Weight With The Right Food\" and its evidence-based approach to weight loss. It has given me the knowledge and tools to achieve my desired results.', '73'),
(3146, '', 'Ade', 'ade@example.com', 'Reading \"How To Lose Weight With The Right Food\" has been an eye-opening experience for me. It has changed the way I approach weight loss and has brought positive changes to my life.', '73'),
(3147, '', 'Tolu', 'tolu@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone looking to lose weight in a healthy and sustainable way. It\'s a comprehensive guide that covers all aspects of nutrition.', '73'),
(3148, '', 'Bisi', 'bisi@example.com', 'I\'m grateful for \"How To Lose Weight With The Right Food\" and its practical tips on making better food choices. It has helped me achieve my weight loss goals without feeling deprived.', '73'),
(3149, '', 'Chinedu', 'chinedu@example.com', 'I\'ve tried numerous weight loss programs, but \"How To Lose Weight With The Right Food\" stands out. It offers a science-based approach that has yielded long-lasting results for me.', '73'),
(3150, '', 'Fola', 'fola@example.com', 'I recommend \"How To Lose Weight With The Right Food\" to anyone struggling with weight loss. It provides valuable insights and strategies that have made a significant difference in my life.', '73'),
(3151, '', 'Ayomide', 'ayomide@example.com', 'I am impressed by the practicality of \"How To Lose Weight With The Right Food.\" The book offers realistic and achievable steps for losing weight and maintaining a healthy lifestyle.', '73'),
(3152, '', 'Sefu', 'sefu@example.com', 'Reading \"How To Lose Weight With The Right Food\" has transformed the way I think about weight loss. It has empowered me to make informed choices and prioritize my health.', '73'),
(3153, '', 'Ngozi', 'ngozi@example.com', 'I am grateful for \"How To Lose Weight With The Right Food\" and its emphasis on sustainable weight loss. It has helped me develop healthy habits that will last a lifetime.', '73'),
(3154, '', 'Mohammed', 'mohammed@example.com', 'The strategies shared in \"How To Lose Weight With The Right Food\" have had a positive impact on my weight loss journey. It\'s a comprehensive guide that covers all aspects of nutrition.', '73'),
(3155, '', 'Khadija', 'khadija@example.com', 'I\'m amazed at how \"How To Lose Weight With The Right Food\" has helped me achieve my weight loss goals. It offers practical advice and delicious recipes that make healthy eating enjoyable.', '73');
INSERT INTO `reviews` (`id`, `rating`, `your_name`, `your_email`, `your_comment`, `product_id`) VALUES
(3156, '', 'Bakari', 'bakari@example.com', 'I recommend \"How To Lose Weight With The Right Food\" to anyone looking for a sustainable approach to weight loss. It\'s a valuable resource that provides practical strategies for success.', '73'),
(3157, '', 'Naledi', 'naledi@example.com', 'Thanks to \"How To Lose Weight With The Right Food,\" I have achieved the weight loss I have always desired. The book\'s guidance on nutrition and lifestyle has been invaluable.', '73'),
(3158, '', 'Kofi', 'kofi@example.com', 'I\'m grateful for \"How To Lose Weight With The Right Food\" and its evidence-based approach to weight loss. It has helped me make better choices and achieve my health goals.', '73'),
(3159, '', 'Aminata', 'aminata@example.com', 'Reading \"How To Lose Weight With The Right Food\" has been a life-changing experience for me. It has given me the knowledge and tools to achieve and maintain a healthy weight.', '73'),
(3160, '', 'Sekou', 'sekou@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone looking to improve their health and lose weight. It\'s a comprehensive guide that covers all aspects of nutrition.', '73'),
(3161, '', 'Amara', 'amara@example.com', 'Thanks to \"How To Lose Weight With The Right Food,\" I have finally found a sustainable approach to weight loss. The book\'s practical tips and advice have made a real difference in my life.', '73'),
(3162, '', 'Kwesi', 'kwesi@example.com', 'I am impressed by the science-backed approach presented in \"How To Lose Weight With The Right Food.\" It has helped me understand the importance of nourishing my body with the right foods.', '73'),
(3163, '', 'Adanna', 'adanna@example.com', 'I can\'t thank the author enough for writing \"How To Lose Weight With The Right Food.\" It has transformed my approach to weight loss and helped me achieve my goals.', '73'),
(3164, '', 'Juma', 'juma@example.com', 'The practical tips and advice in \"How To Lose Weight With The Right Food\" have made a significant impact on my weight loss journey. I\'m grateful for this valuable resource.', '73'),
(3165, '', 'Zainab', 'zainab@example.com', 'I am impressed with \"How To Lose Weight With The Right Food\" and its practical strategies for weight loss. It has provided me with the knowledge and motivation to make positive changes.', '73'),
(3166, '', 'Tolu', 'tolu@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone seeking long-term weight loss success. It offers practical advice and emphasizes the importance of balanced nutrition.', '73'),
(3167, '', 'Musa', 'musa@example.com', 'Reading \"How To Lose Weight With The Right Food\" has been a transformative experience for me. It has helped me break free from fad diets and adopt a sustainable approach to weight loss.', '73'),
(3168, '', 'Ayanda', 'ayanda@example.com', 'I cannot recommend \"How To Lose Weight With The Right Food\" enough. It\'s a comprehensive guide that covers everything from meal planning to mindful eating for successful weight loss.', '73'),
(3169, '', 'Tariq', 'tariq@example.com', 'Thanks to \"How To Lose Weight With The Right Food,\" I have achieved my weight loss goals and improved my overall health. The book provides practical tips and guidance for sustainable results.', '73'),
(3170, '', 'Lulu', 'lulu@example.com', 'I am grateful for \"How To Lose Weight With The Right Food\" and its emphasis on nourishing the body. It has helped me develop a positive relationship with food and achieve my weight loss goals.', '73'),
(3171, '', 'Yara', 'yara@example.com', 'This book is a game-changer! \"How To Lose Weight With The Right Food\" offers a fresh perspective on weight loss and provides practical strategies that are easy to implement.', '73'),
(3172, '', 'Simba', 'simba@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone looking to lose weight and improve their health. It offers practical advice and actionable steps for success.', '73'),
(3173, '', 'Malaika', 'malaika@example.com', 'Reading \"How To Lose Weight With The Right Food\" has empowered me to take control of my health. It has given me the knowledge and tools to make informed decisions about my diet.', '73'),
(3174, '', 'Chidi', 'chidi@example.com', 'I am amazed at the positive impact \"How To Lose Weight With The Right Food\" has had on my life. It has helped me lose weight and improve my overall well-being.', '73'),
(3175, '', 'Sanaa', 'sanaa@example.com', 'I\'m grateful for \"How To Lose Weight With The Right Food\" and its practical strategies for weight loss. It has transformed my approach to nutrition and helped me achieve my goals.', '73'),
(3176, '', 'Kwadwo', 'kwadwo@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone looking for a comprehensive guide to healthy eating. It has changed the way I think about food and has had a positive impact on my life.', '73'),
(3177, '', 'Yaa', 'yaa@example.com', 'Thanks to \"How To Lose Weight With The Right Food,\" I have discovered the power of nutrition in achieving my weight loss goals. The book has provided me with valuable insights and strategies.', '73'),
(3178, '', 'Asante', 'asante@example.com', 'Reading \"How To Lose Weight With The Right Food\" has been a transformative experience for me. It has helped me make sustainable changes to my diet and achieve long-term weight loss.', '73'),
(3179, '', 'Nia', 'nia@example.com', 'I am amazed at the positive impact \"How To Lose Weight With The Right Food\" has had on my life. It has provided me with the knowledge and motivation to make healthier choices and achieve my weight loss goals.', '73'),
(3180, '', 'Tunde', 'tunde@example.com', 'I\'m grateful for \"How To Lose Weight With The Right Food\" and its evidence-based approach to weight loss. It has given me the knowledge and tools to achieve my desired results.', '73'),
(3181, '', 'Ade', 'ade@example.com', 'Reading \"How To Lose Weight With The Right Food\" has been an eye-opening experience for me. It has changed the way I approach weight loss and has brought positive changes to my life.', '73'),
(3182, '', 'Tolu', 'tolu@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone looking to lose weight in a healthy and sustainable way. It\'s a comprehensive guide that covers all aspects of nutrition.', '73'),
(3183, '', 'Bisi', 'bisi@example.com', 'I\'m grateful for \"How To Lose Weight With The Right Food\" and its practical tips on making better food choices. It has helped me achieve my weight loss goals without feeling deprived.', '73'),
(3184, '', 'Chinedu', 'chinedu@example.com', 'I\'ve tried numerous weight loss programs, but \"How To Lose Weight With The Right Food\" stands out. It offers a science-based approach that has yielded long-lasting results for me.', '73'),
(3185, '', 'Fola', 'fola@example.com', 'I recommend \"How To Lose Weight With The Right Food\" to anyone struggling with weight loss. It provides valuable insights and strategies that have made a significant difference in my life.', '73'),
(3186, '', 'Ayomide', 'ayomide@example.com', 'I am impressed by the practicality of \"How To Lose Weight With The Right Food.\" The book offers realistic and achievable steps for losing weight and maintaining a healthy lifestyle.', '73'),
(3187, '', 'Sefu', 'sefu@example.com', 'Reading \"How To Lose Weight With The Right Food\" has transformed the way I think about weight loss. It has empowered me to make informed choices and prioritize my health.', '73'),
(3188, '', 'Ngozi', 'ngozi@example.com', 'I am grateful for \"How To Lose Weight With The Right Food\" and its emphasis on sustainable weight loss. It has helped me develop healthy habits that will last a lifetime.', '73'),
(3189, '', 'Mohammed', 'mohammed@example.com', 'The strategies shared in \"How To Lose Weight With The Right Food\" have had a positive impact on my weight loss journey. It\'s a comprehensive guide that covers all aspects of nutrition.', '73'),
(3190, '', 'Khadija', 'khadija@example.com', 'I am impressed with \"How To Lose Weight With The Right Food\" and its emphasis on balanced nutrition. It has helped me make better food choices and achieve my weight loss goals.', '73'),
(3191, '', 'Bakari', 'bakari@example.com', 'Thanks to \"How To Lose Weight With The Right Food,\" I have achieved the weight loss I have always desired. The book\'s guidance on nutrition and lifestyle has been invaluable.', '73'),
(3192, '', 'Naledi', 'naledi@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone looking for a sustainable approach to weight loss. It\'s a valuable resource that provides practical strategies for success.', '73'),
(3193, '', 'Kofi', 'kofi@example.com', 'I\'m grateful for \"How To Lose Weight With The Right Food\" and its evidence-based approach to weight loss. It has helped me make better choices and achieve my health goals.', '73'),
(3194, '', 'Aminata', 'aminata@example.com', 'Reading \"How To Lose Weight With The Right Food\" has been a life-changing experience for me. It has given me the knowledge and tools to achieve and maintain a healthy weight.', '73'),
(3195, '', 'Sekou', 'sekou@example.com', 'I highly recommend \"How To Lose Weight With The Right Food\" to anyone looking to improve their health and lose weight. It\'s a comprehensive guide that covers all aspects of nutrition.', '73'),
(3196, '', 'Amara', 'amara@example.com', 'Thanks to \"How To Lose Weight With The Right Food,\" I have finally found a sustainable approach to weight loss. The book\'s practical tips and advice have made a real difference in my life.', '73'),
(3197, '', 'Kwesi', 'kwesi@example.com', 'I am impressed by the science-backed approach presented in \"How To Lose Weight With The Right Food.\" It has helped me understand the importance of nourishing my body with the right foods.', '73'),
(3198, '', 'Adanna', 'adanna@example.com', 'I can\'t thank the author enough for writing \"How To Lose Weight With The Right Food.\" It has transformed my approach to weight loss and helped me achieve my goals.', '73'),
(3199, '', 'Mary', 'mary@example.com', 'I was completely captivated by \"Love Spell\". The author\'s writing style is exceptional!', '76'),
(3200, '', 'Daniel', 'daniel@example.com', 'Reading \"Love Spell\" was like taking a magical journey. I couldn\'t get enough!', '76'),
(3201, '', 'Sophia', 'sophia@example.com', 'I highly recommend \"Love Spell\" to anyone looking for a heartwarming story. It touched my soul!', '76'),
(3202, '', 'Samuel', 'samuel@example.com', 'The emotions portrayed in \"Love Spell\" were so raw and powerful. It\'s a must-read!', '76'),
(3203, '', 'Grace', 'grace@example.com', 'I fell in love with the characters in \"Love Spell\". Each one had a unique charm!', '76'),
(3204, '', 'Joseph', 'joseph@example.com', 'The intricate details in \"Love Spell\" made the story come alive. I felt like I was there!', '76'),
(3205, '', 'Aisha', 'aisha@example.com', 'Reading \"Love Spell\" brought a smile to my face. It\'s a delightful book!', '76'),
(3206, '', 'Abdul', 'abdul@example.com', 'I couldn\'t put down \"Love Spell\". The author\'s storytelling skills are extraordinary!', '76'),
(3207, '', 'Hannah', 'hannah@example.com', 'I\'m enchanted by \"Love Spell\". It\'s a spellbinding tale!', '76'),
(3208, '', 'Ahmed', 'ahmed@example.com', 'The characters in \"Love Spell\" feel so real. I got emotionally invested in their journey!', '76'),
(3209, '', 'Fatima', 'fatima@example.com', 'I\'m in awe of the author\'s creativity in \"Love Spell\". It\'s a masterpiece!', '76'),
(3210, '', 'Elijah', 'elijah@example.com', 'I\'m recommending \"Love Spell\" to all my friends. It\'s a must-read for everyone!', '76'),
(3211, '', 'Sarah', 'sarah@example.com', 'I couldn\'t resist the allure of \"Love Spell\". It kept me hooked from beginning to end!', '76'),
(3212, '', 'Mohammed', 'mohammed@example.com', 'I found solace in \"Love Spell\". It\'s a heartwarming escape from reality!', '76'),
(3213, '', 'Amara', 'amara@example.com', 'I\'m mesmerized by \"Love Spell\". The author\'s imagination knows no bounds!', '76'),
(3214, '', 'Ibrahim', 'ibrahim@example.com', 'The themes explored in \"Love Spell\" are thought-provoking. It left a lasting impact on me!', '76'),
(3215, '', 'Rachel', 'rachel@example.com', 'I\'m grateful for \"Love Spell\". It brought joy and inspiration into my life!', '76'),
(3216, '', 'Joshua', 'joshua@example.com', 'I\'m enchanted by the beautiful prose in \"Love Spell\". It\'s a literary gem!', '76'),
(3217, '', 'Zara', 'zara@example.com', 'I\'m awestruck by \"Love Spell\". It transported me to a world of magic and wonder!', '76'),
(3218, '', 'Noah', 'noah@example.com', 'I\'m in love with \"Love Spell\". It\'s an enchanting tale of love and destiny!', '76'),
(3219, '', 'Amina', 'amina@example.com', 'I\'m hooked on \"Love Spell\". The twists and turns kept me on the edge of my seat!', '76'),
(3220, '', 'Nathan', 'nathan@example.com', 'I\'m captivated by the richly developed characters in \"Love Spell\". They came to life!', '76'),
(3221, '', 'Sofia', 'sofia@example.com', 'I\'m grateful for \"Love Spell\". It reminded me of the magic in everyday life!', '76'),
(3222, '', 'Jacob', 'jacob@example.com', 'I\'m under the spell of \"Love Spell\". It\'s an unforgettable journey of love and hope!', '76'),
(3223, '', 'Lillian', 'lillian@example.com', 'I\'m mesmerized by the lyrical prose in \"Love Spell\". It\'s a true work of art!', '76'),
(3224, '', 'Samira', 'samira@example.com', 'I\'m completely immersed in \"Love Spell\". It\'s a book I will treasure forever!', '76'),
(3225, '', 'Ethan', 'ethan@example.com', 'I\'m recommending \"Love Spell\" to everyone I know. It\'s an absolute gem!', '76'),
(3226, '', 'Mariam', 'mariam@example.com', 'I\'m lost in the world of \"Love Spell\". It\'s a breathtaking story of love and fate!', '76'),
(3227, '', 'Benjamin', 'benjamin@example.com', 'I\'m in awe of the author\'s storytelling skills in \"Love Spell\". It\'s a masterpiece!', '76'),
(3228, '', 'Olivia', 'olivia@example.com', 'I\'m enchanted by \"Love Spell\". It\'s a magical tale that touched my heart!', '76'),
(3229, '', 'Jacob', 'jacob@example.com', 'I\'m spellbound by \"Love Spell\". It\'s a beautifully crafted story of love and courage!', '76'),
(3230, '', 'Emily', 'emily@example.com', 'I\'m captivated by the enchanting world of \"Love Spell\". It\'s a must-read for fantasy lovers!', '76'),
(3231, '', 'Emily', 'emily@example.com', 'I\'m captivated by the enchanting world of \"Love Spell\". It\'s a must-read for fantasy lovers!', '76'),
(3232, '', 'Isaac', 'isaac@example.com', 'I\'m under the spell of \"Love Spell\". It\'s a beautifully written tale!', '76'),
(3233, '', 'Zainab', 'zainab@example.com', 'I\'m in love with \"Love Spell\". It swept me off my feet!', '76'),
(3234, '', 'Gabriel', 'gabriel@example.com', 'I\'m enthralled by the captivating storyline of \"Love Spell\". It\'s pure magic!', '76'),
(3235, '', 'Adeola', 'adeola@example.com', 'I\'m transported to a world of love and enchantment whenever I read \"Love Spell\". It\'s truly remarkable!', '76'),
(3236, '', 'Musa', 'musa@example.com', 'I\'m captivated by the beautifully woven plot of \"Love Spell\". It\'s a literary masterpiece!', '76'),
(3237, '', 'Aaliyah', 'aaliyah@example.com', 'I\'m completely spellbound by \"Love Spell\". It\'s a book that will stay with me forever!', '76'),
(3238, '', 'Omar', 'omar@example.com', 'I\'m inspired by the magical journey in \"Love Spell\". It awakened my imagination!', '76'),
(3239, '', 'Amina', 'amina@example.com', 'I\'m lost in the pages of \"Love Spell\". It\'s a captivating story of love and destiny!', '76'),
(3240, '', 'Malik', 'malik@example.com', 'I\'m moved by the beautiful emotions depicted in \"Love Spell\". It touched my heart deeply!', '76'),
(3241, '', 'Aysha', 'aysha@example.com', 'I\'m charmed by the enchanting characters in \"Love Spell\". They came alive in my imagination!', '76'),
(3242, '', 'Adam', 'adam@example.com', 'I\'m in awe of the author\'s storytelling prowess in \"Love Spell\". It\'s a masterpiece!', '76'),
(3243, '', 'Amara', 'amara@example.com', 'I\'m entranced by the magical world of \"Love Spell\". It\'s a book I\'ll cherish forever!', '76'),
(3244, '', 'Nasir', 'nasir@example.com', 'I\'m captivated by the spellbinding narrative of \"Love Spell\". It\'s an extraordinary book!', '76'),
(3245, '', 'Zara', 'zara@example.com', 'I\'m immersed in the love and magic of \"Love Spell\". It\'s an unforgettable reading experience!', '76'),
(3246, '', 'Kwame', 'kwame@example.com', 'I\'m bewitched by \"Love Spell\". It\'s a tale that will linger in my heart for years to come!', '76'),
(3247, '', 'Halima', 'halima@example.com', 'I\'m enchanted by the enchanting prose in \"Love Spell\". It\'s a book that touched my soul!', '76'),
(3248, '', 'Oscar', 'oscar@example.com', 'I\'m captivated by the mesmerizing world of \"Love Spell\". It\'s a true masterpiece!', '76'),
(3249, '', 'Salma', 'salma@example.com', 'I\'m under the spell of \"Love Spell\". It\'s a book that left me breathless!', '76'),
(3250, '', 'Kofi', 'kofi@example.com', 'I\'m amazed by the magical atmosphere created in \"Love Spell\". It\'s a work of art!', '76'),
(3251, '', 'Amina', 'amina@example.com', 'I\'m in awe of the beautiful storytelling in \"Love Spell\". It\'s a book that touched my heart!', '76'),
(3252, '', 'Ibrahim', 'ibrahim@example.com', 'I\'m captivated by the mystical world in \"Love Spell\". It\'s an enchanting story!', '76'),
(3253, '', 'Sade', 'sade@example.com', 'I\'m charmed by the characters in \"Love Spell\". Their journey is truly captivating!', '76'),
(3254, '', 'Emmanuel', 'emmanuel@example.com', 'I\'m completely enthralled by \"Love Spell\". It\'s a book that transported me to another world!', '76'),
(3255, '', 'Fatima', 'fatima@example.com', 'I\'m mesmerized by the spellbinding tale in \"Love Spell\". It\'s a true masterpiece!', '76'),
(3256, '', 'Kwesi', 'kwesi@example.com', 'I\'m under the enchantment of \"Love Spell\". It\'s a book I couldn\'t put down!', '76'),
(3257, '', 'Amina', 'amina@example.com', 'I\'m captivated by the beautiful storytelling in \"Love Spell\". It\'s a book that will stay with me forever!', '76'),
(3258, '', 'Malik', 'malik@example.com', 'I\'m captivated by the enchanting world of \"Love Spell\". It\'s a book that touched my heart!', '76'),
(3259, '', 'Nadia', 'nadia@example.com', 'I\'m under the spell of \"Love Spell\". It\'s a mesmerizing tale of love and magic!', '76'),
(3260, '', 'Abdullah', 'abdullah@example.com', 'I\'m enchanted by the captivating story in \"Love Spell\". It\'s a book that resonates with my soul!', '76'),
(3261, '', 'Hawa', 'hawa@example.com', 'I\'m captivated by the magic woven into \"Love Spell\". It\'s an extraordinary reading experience!', '76'),
(3262, '', 'Yusuf', 'yusuf@example.com', 'I\'m captivated by the magical world of \"Love Spell\". It\'s a truly enchanting read!', '76'),
(3263, '', 'Amina', 'amina@example.com', 'I\'m spellbound by the beautiful prose in \"Love Spell\". It\'s a literary masterpiece!', '76'),
(3264, '', 'Musa', 'musa@example.com', 'I\'m completely immersed in the enchanting story of \"Love Spell\". It\'s a must-read!', '76'),
(3265, '', 'Layla', 'layla@example.com', 'I\'m captivated by the mesmerizing characters in \"Love Spell\". They\'ve stolen my heart!', '76'),
(3266, '', 'Isaiah', 'isaiah@example.com', 'I\'m enchanted by the magical atmosphere in \"Love Spell\". It\'s a book that transports you!', '76'),
(3267, '', 'Ayisha', 'ayisha@example.com', 'I\'m under the spell of \"Love Spell\". It\'s a captivating story of love and destiny!', '76'),
(3268, '', 'Zain', 'zain@example.com', 'I\'m captivated by the heartfelt emotions in \"Love Spell\". It\'s a book that touched my soul!', '76'),
(3269, '', 'Safiya', 'safiya@example.com', 'I\'m entranced by the mesmerizing storytelling in \"Love Spell\". It\'s a truly captivating read!', '76'),
(3270, '', 'Abdul', 'abdul@example.com', 'I\'m in awe of the enchanting world created in \"Love Spell\". It\'s a journey I won\'t forget!', '76'),
(3271, '', 'Nadia', 'nadia@example.com', 'I\'m captivated by the intricate plot in \"Love Spell\". It kept me guessing until the end!', '76'),
(3272, '', 'Tunde', 'tunde@example.com', 'I\'m bewitched by the magical charm of \"Love Spell\". It\'s a book that will stay with me!', '76'),
(3273, '', 'Habiba', 'habiba@example.com', 'I\'m mesmerized by the beautiful prose in \"Love Spell\". It\'s a book that stole my heart!', '76'),
(3274, '', 'Abdul', 'abdul@example.com', 'I was blown away by \"100 Work At Home Benefits\"! It\'s a must-read for anyone who wants to work from home.', ''),
(3275, '', 'Aisha', 'aisha@example.com', 'This book is a game-changer! I never realized how many benefits there were to working from home until I read it.', ''),
(3276, '', 'Amina', 'amina@example.com', 'I\'ve read a lot of books about working from home, but \"100 Work At Home Benefits\" is by far the best. It covers everything you need to know!', ''),
(3277, '', 'Bakari', 'bakari@example.com', 'I found \"100 Work At Home Benefits\" to be incredibly informative and helpful.', ''),
(3278, '', 'Chiamaka', 'chiamaka@example.com', 'This book is a must-read for anyone who wants to work from home. I highly recommend it!', ''),
(3279, '', 'Diallo', 'diallo@example.com', 'I loved reading \"100 Work At Home Benefits\"! It gave me so many great ideas for working from home.', ''),
(3280, '', 'Fatima', 'fatima@example.com', 'I was skeptical at first, but \"100 Work At Home Benefits\" really opened my eyes to the possibilities of working from home.', ''),
(3281, '', 'Hassan', 'hassan@example.com', '\"100 Work At Home Benefits\" is an amazing book! It\'s packed with practical advice and tips for anyone who wants to work from home.', ''),
(3282, '', 'Ibrahim', 'ibrahim@example.com', 'I can\'t recommend \"100 Work At Home Benefits\" enough! It\'s an absolute must-read for anyone who wants to work from home.', ''),
(3283, '', 'Jabir', 'jabir@example.com', '\"100 Work At Home Benefits\" is one of the best books I\'ve ever read! It\'s full of great advice and tips for anyone who wants to work from home.', ''),
(3284, '', 'Kadija', 'kadija@example.com', 'If you want to work from home, you need to read \"100 Work At Home Benefits\"! It\'s an incredible resource.', ''),
(3285, '', 'Kamau', 'kamau@example.com', '\"100 Work At Home Benefits\" is a fantastic book! It\'s packed with useful information and tips for anyone who wants to work from home.', ''),
(3286, '', 'Khadija', 'khadija@example.com', '\"100 Work At Home Benefits\" is a must-read for anyone who wants to work from home. It\'s full of practical advice and tips.', ''),
(3287, '', 'Laila', 'laila@example.com', '\"100 Work At Home Benefits\" is an amazing book! It\'s packed with great advice and tips for anyone who wants to work from home.', ''),
(3288, '', 'Maimuna', 'maimuna@example.com', '\"100 Work At Home Benefits\" is one of the best books I\'ve ever read! It\'s full of practical advice and tips for anyone who wants to work from home.', ''),
(3289, '', 'Mariama', 'mariama@example.com', '\"100 Work At Home Benefits\" is an incredible resource for anyone who wants to work from home. I highly recommend it!', ''),
(3290, '', 'Mohammed', 'mohammed@example.com', '\"100 Work At Home Benefits\" is a game-changer! It\'s packed with useful information and tips for anyone who wants to work from home.', ''),
(3291, '', 'Nadia', 'nadia@example.com', '\"100 Work At Home Benefits\" is an amazing book! It\'s full of practical advice and tips for anyone who wants to work from home.', ''),
(3292, '', 'Najma', 'najma@example.com', '\"100 Work At Home Benefits\" is one of the best books I\'ve ever read! It\'s packed with great advice and tips for anyone who wants to work from home.', ''),
(3293, '', 'Nasir', 'nasir@example.com', '\"100 Work At  Home Benefits\" is a must-read for anyone who wants to work from home. It covers everything you need to know and more!', ''),
(3294, '', 'Nour', 'nour@example.com', 'I was impressed by \"100 Work At Home Benefits\"! It\'s a comprehensive guide to working from home.', ''),
(3295, '', 'Omar', 'omar@example.com', '\"100 Work At Home Benefits\" is an incredible resource for anyone who wants to work from home. I learned so much from it!', ''),
(3296, '', 'Rahma', 'rahma@example.com', 'I highly recommend \"100 Work At Home Benefits\"! It\'s full of practical advice and tips for anyone who wants to work from home.', ''),
(3297, '', 'Rania', 'rania@example.com', '\"100 Work At Home Benefits\" is a fantastic book! It\'s packed with useful information and tips for anyone who wants to work from home.', ''),
(3298, '', 'Said', 'said@example.com', '\"100 Work At Home Benefits\" is one of the best books I\'ve ever read! It\'s full of great advice and tips for anyone who wants to work from home.', ''),
(3299, '', 'Salim', 'salim@example.com', '\"100 Work At Home Benefits\" is an amazing book! It\'s packed with practical advice and tips for anyone who wants to work from home.', ''),
(3300, '', 'Samira', 'samira@example.com', '\"100 Work At Home Benefits\" is a must-read for anyone who wants to work from home. It\'s full of useful information and tips.', ''),
(3301, '', 'Sanaa', 'sanaa@example.com', '\"100 Work At Home Benefits\" is an incredible resource for anyone who wants to work from home. I learned so much from it!', ''),
(3302, '', 'Sara', 'sara@example.com', '\"100 Work At Home Benefits\" is a fantastic book! It\'s packed with great advice and tips for anyone who wants to work from home.', ''),
(3303, '', 'Sofia', 'sofia@example.com', '\"100 Work At Home Benefits\" is one of the best books I\'ve ever read! It\'s full of practical advice and tips for anyone who wants to work from home.', ''),
(3304, '', 'Tariq', 'tariq@example.com', '\"100 Work At Home Benefits\" is an amazing book! It\'s packed with useful information and tips for anyone who wants to work from home.', ''),
(3305, '', 'Yahya', 'yahya@example.com', '\"100 Work At Home Benefits\" is a must-read for anyone who wants to work from home. It covers everything you need to know and more!', ''),
(3306, '', 'Yasmine', 'yasmine@example.com', '\"100 Work At Home Benefits\" is an incredible resource for anyone who wants to work from home. I highly recommend it!', ''),
(3307, '', 'Zahra', 'zahra@example.com', '\"100 Work At Home Benefits\" is a fantastic book! It\'s full of practical advice and tips for anyone who wants to work from home.', ''),
(3308, '', 'Zakiya', 'zakiya@example.com', '\"100 Work At Home Benefits\" is one of the best books I\'ve ever read! It\'s packed with great advice and tips for anyone who wants to work from home.', ''),
(3309, '', 'Mary', 'mary@example.com', 'I\'m absolutely loving \"Pilates And Complete Body Fitness\". It has transformed my workout routine!', '77'),
(3310, '', 'John', 'john@example.com', 'The exercises in \"Pilates And Complete Body Fitness\" are fantastic. My body feels stronger and more flexible!', '77'),
(3311, '', 'Linda', 'linda@example.com', 'I highly recommend \"Pilates And Complete Body Fitness\" to anyone looking to improve their fitness level. It\'s a game-changer!', '77'),
(3312, '', 'Michael', 'michael@example.com', 'The detailed instructions in \"Pilates And Complete Body Fitness\" make it easy to follow along. I\'m seeing great results!', '77'),
(3313, '', 'Grace', 'grace@example.com', 'I can\'t get enough of \"Pilates And Complete Body Fitness\". The book offers a comprehensive guide to achieving a healthy and fit body!', '77'),
(3314, '', 'Daniel', 'daniel@example.com', 'I\'m amazed by the benefits of practicing Pilates from \"Pilates And Complete Body Fitness\". It has improved my posture and core strength!', '77'),
(3315, '', 'Joyce', 'joyce@example.com', 'The workouts in \"Pilates And Complete Body Fitness\" are challenging yet rewarding. I feel energized and rejuvenated after each session!', '77'),
(3316, '', 'Peter', 'peter@example.com', 'I\'m grateful for \"Pilates And Complete Body Fitness\". It has helped me achieve a balanced and strong body!', '77'),
(3317, '', 'Amina', 'amina@example.com', 'I\'m recommending \"Pilates And Complete Body Fitness\" to all my friends. It\'s a must-have for anyone interested in fitness!', '77'),
(3318, '', 'Mohamed', 'mohamed@example.com', 'I\'m impressed by the holistic approach of \"Pilates And Complete Body Fitness\". It covers all aspects of body wellness!', '77'),
(3319, '', 'Sarah', 'sarah@example.com', 'I\'m hooked on \"Pilates And Complete Body Fitness\". The book provides a clear roadmap to achieving a fit and healthy lifestyle!', '77'),
(3320, '', 'James', 'james@example.com', 'I\'m seeing incredible progress thanks to \"Pilates And Complete Body Fitness\". It has become an integral part of my daily routine!', '77'),
(3321, '', 'Fatima', 'fatima@example.com', 'I\'m grateful for \"Pilates And Complete Body Fitness\". It has helped me improve my flexibility and overall well-being!', '77'),
(3322, '', 'Benjamin', 'benjamin@example.com', 'I\'m in love with \"Pilates And Complete Body Fitness\". It\'s a comprehensive guide for achieving a strong and toned body!', '77'),
(3323, '', 'Hawa', 'hawa@example.com', 'I\'m amazed by the transformation \"Pilates And Complete Body Fitness\" has brought to my fitness journey. Highly recommended!', '77'),
(3324, '', 'Abdul', 'abdul@example.com', 'I\'m inspired by the practical tips and advice in \"Pilates And Complete Body Fitness\". It\'s a treasure trove of fitness knowledge!', '77'),
(3325, '', 'Aisha', 'aisha@example.com', 'I\'m thankful for \"Pilates And Complete Body Fitness\". It has helped me regain my strength and improve my posture!', '77'),
(3326, '', 'Joseph', 'joseph@example.com', 'I\'m enjoying the variety of exercises in \"Pilates And Complete Body Fitness\". It keeps my workouts fun and engaging!', '77'),
(3327, '', 'Halima', 'halima@example.com', 'I\'m thrilled with the results I\'m getting from \"Pilates And Complete Body Fitness\". It\'s a must-read for anyone seeking a fit body!', '77'),
(3328, '', 'Ibrahim', 'ibrahim@example.com', 'I\'m impressed by the clarity of instructions in \"Pilates And Complete Body Fitness\". It makes it easy for beginners to get started!', '77'),
(3329, '', 'Khadija', 'khadija@example.com', 'I\'m grateful for the guidance provided by \"Pilates And Complete Body Fitness\". It has helped me maintain a healthy lifestyle!', '77'),
(3330, '', 'Ade', 'ade@example.com', 'I\'m loving the mindful approach of \"Pilates And Complete Body Fitness\". It not only strengthens my body but also calms my mind!', '77'),
(3331, '', 'Esther', 'esther@example.com', 'I\'m thrilled to have discovered \"Pilates And Complete Body Fitness\". It\'s an incredible resource for achieving overall fitness!', '77'),
(3332, '', 'Kwame', 'kwame@example.com', 'I\'m amazed at how \"Pilates And Complete Body Fitness\" has transformed my body. It\'s the best investment in my health!', '77'),
(3333, '', 'Nadia', 'nadia@example.com', 'I\'m recommending \"Pilates And Complete Body Fitness\" to everyone I know. It\'s a game-changer for achieving a strong and toned body!', '77'),
(3334, '', 'Amir', 'amir@example.com', 'I\'m grateful for the detailed explanations in \"Pilates And Complete Body Fitness\". It helps me understand the purpose of each exercise!', '77'),
(3335, '', 'Zainab', 'zainab@example.com', 'I\'m inspired by the holistic approach in \"Pilates And Complete Body Fitness\". It has helped me achieve balance and strength!', '77'),
(3336, '', 'Said', 'said@example.com', 'I\'m enjoying the variety of exercises in \"Pilates And Complete Body Fitness\". It keeps my workouts interesting and effective!', '77'),
(3337, '', 'Amina', 'amina@example.com', 'I\'m thrilled with the results I\'m seeing from \"Pilates And Complete Body Fitness\". It\'s a comprehensive guide for body transformation!', '77'),
(3338, '', 'Omar', 'omar@example.com', 'I\'m grateful for the step-by-step instructions in \"Pilates And Complete Body Fitness\". It ensures proper form and maximum benefits!', '77'),
(3339, '', 'Zara', 'zara@example.com', 'I\'m loving the focus on core strength in \"Pilates And Complete Body Fitness\". It has helped me develop a strong and stable core!', '77'),
(3340, '', 'Ahmed', 'ahmed@example.com', 'I\'m impressed by the attention to detail in \"Pilates And Complete Body Fitness\". It covers every aspect of a well-rounded fitness routine!', '77'),
(3341, '', 'Salma', 'salma@example.com', 'I\'m amazed at how \"Pilates And Complete Body Fitness\" has improved my flexibility and posture. It\'s truly life-changing!', '77'),
(3342, '', 'Omar', 'omar@example.com', 'I\'m grateful for \"Pilates And Complete Body Fitness\". It has helped me build strength and achieve my fitness goals!', '77'),
(3343, '', 'Mariam', 'mariam@example.com', 'I\'m inspired by the comprehensive approach of \"Pilates And Complete Body Fitness\". It has become my go-to guide for fitness!', '77'),
(3344, '', 'Hassan', 'hassan@example.com', 'I\'m enjoying the variety of workouts in \"Pilates And Complete Body Fitness\". It keeps my exercise routine exciting and effective!', '77'),
(3345, '', 'Nadia', 'nadia@example.com', 'I\'m loving the mind-body connection emphasized in \"Pilates And Complete Body Fitness\". It has brought me a sense of balance and well-being!', '77'),
(3346, '', 'Aisha', 'aisha@example.com', 'I\'m grateful for the comprehensive guidance in \"Pilates And Complete Body Fitness\". It\'s a must-have for anyone serious about fitness!', '77'),
(3347, '', 'Abdullah', 'abdullah@example.com', 'I\'m impressed by the clear explanations in \"Pilates And Complete Body Fitness\". It helps me perform each exercise with precision!', '77'),
(3348, '', 'Rahma', 'rahma@example.com', 'I\'m thrilled with the progress I\'m making with \"Pilates And Complete Body Fitness\". It\'s a book that delivers real results!', '77'),
(3349, '', 'Ibrahim', 'ibrahim@example.com', 'I\'m amazed at the transformative power of \"Pilates And Complete Body Fitness\". It has improved my strength, flexibility, and overall fitness!', '77'),
(3350, '', 'Amina', 'amina@example.com', 'I\'m grateful for \"Pilates And Complete Body Fitness\". It has helped me build a strong and resilient body!', '77'),
(3351, '', 'Yusuf', 'yusuf@example.com', 'I\'m loving the focus on alignment in \"Pilates And Complete Body Fitness\". It has corrected my posture and reduced pain!', '77'),
(3352, '', 'Khadija', 'khadija@example.com', 'I\'m impressed by the practical tips and guidance in \"Pilates And Complete Body Fitness\". It\'s a valuable resource for fitness enthusiasts!', '77'),
(3353, '', 'Ahmed', 'ahmed@example.com', 'I\'m amazed at the versatility of \"Pilates And Complete Body Fitness\". It offers exercises for all fitness levels and goals!', '77'),
(3354, '', 'Sarah', 'sarah@example.com', 'I\'m grateful for the accessible approach of \"Pilates And Complete Body Fitness\". It\'s a book that welcomes everyone into the world of Pilates!', '77'),
(3355, '', 'Hamza', 'hamza@example.com', 'I\'m loving the results I\'m getting from \"Pilates And Complete Body Fitness\". It has toned my body and improved my overall fitness!', '77'),
(3356, '', 'Amina', 'amina@example.com', 'I\'m inspired by the emphasis on mind-body connection in \"Pilates And Complete Body Fitness\". It\'s a holistic approach to fitness!', '77'),
(3357, '', 'Mustapha', 'mustapha@example.com', 'I\'m grateful for \"Pilates And Complete Body Fitness\". It has helped me build strength, flexibility, and a strong core!', '77'),
(3358, '', 'Mariam', 'mariam@example.com', 'I\'m impressed by the comprehensive approach in \"Pilates And Complete Body Fitness\". It covers all aspects of fitness for a complete body workout!', '77'),
(3359, '', 'Abdul', 'abdul@example.com', 'I\'m amazed at how \"Pilates And Complete Body Fitness\" has improved my balance and stability. It\'s a game-changer for my fitness routine!', '77'),
(3360, '', 'Zainab', 'zainab@example.com', 'I\'m loving the mind-body connection in \"Pilates And Complete Body Fitness\". It has helped me achieve a sense of harmony in my workouts!', '77'),
(3361, '', 'Mary', 'mary@example.com', 'I\'m so grateful for \"100 Work At Home Benefits\". It has opened up a world of opportunities for me!', '78'),
(3362, '', 'John', 'john@example.com', 'The insights shared in \"100 Work At Home Benefits\" are invaluable. It has transformed my career and work-life balance!', '78'),
(3363, '', 'Linda', 'linda@example.com', 'I highly recommend \"100 Work At Home Benefits\" to anyone looking to embrace remote work. It\'s a game-changer!', '78'),
(3364, '', 'Michael', 'michael@example.com', 'The practical tips in \"100 Work At Home Benefits\" have helped me thrive in my home office. It\'s a must-read!', '78'),
(3365, '', 'Grace', 'grace@example.com', 'I can\'t imagine my work life without \"100 Work At Home Benefits\". It has improved my productivity and overall happiness!', '78'),
(3366, '', 'Daniel', 'daniel@example.com', 'I\'m loving \"100 Work At Home Benefits\". It has given me the freedom and flexibility to pursue my passions!', '78'),
(3367, '', 'Joyce', 'joyce@example.com', 'I\'m inspired by the success stories in \"100 Work At Home Benefits\". It proves that remote work is the future!', '78'),
(3368, '', 'Peter', 'peter@example.com', 'I\'m amazed by the practical advice in \"100 Work At Home Benefits\". It has helped me create a thriving home-based business!', '78'),
(3369, '', 'Amina', 'amina@example.com', 'I\'m recommending \"100 Work At Home Benefits\" to all my friends. It\'s a comprehensive guide to remote work success!', '78'),
(3370, '', 'Mohamed', 'mohamed@example.com', 'I\'m grateful for the motivation provided by \"100 Work At Home Benefits\". It has helped me stay focused and productive!', '78'),
(3371, '', 'Sarah', 'sarah@example.com', 'I\'m hooked on \"100 Work At Home Benefits\". It\'s a treasure trove of tips and strategies for thriving in a remote work setup!', '78'),
(3372, '', 'James', 'james@example.com', 'I\'m seeing incredible results thanks to \"100 Work At Home Benefits\". It has given me the tools to excel in my home office!', '78'),
(3373, '', 'Fatima', 'fatima@example.com', 'I\'m grateful for \"100 Work At Home Benefits\". It has provided me with a blueprint for work-life integration!', '78'),
(3374, '', 'Benjamin', 'benjamin@example.com', 'I\'m in love with \"100 Work At Home Benefits\". It\'s a must-read for anyone seeking a fulfilling remote work experience!', '78'),
(3375, '', 'Hawa', 'hawa@example.com', 'I\'m amazed by the positive impact \"100 Work At Home Benefits\" has had on my productivity and work satisfaction!', '78'),
(3376, '', 'Abdul', 'abdul@example.com', 'I\'m inspired by the stories shared in \"100 Work At Home Benefits\". It has shown me what\'s possible in a remote work setup!', '78'),
(3377, '', 'Aisha', 'aisha@example.com', 'I\'m grateful for the practical tips in \"100 Work At Home Benefits\". It has helped me navigate the challenges of remote work!', '78'),
(3378, '', 'David', 'david@example.com', 'I\'m loving \"100 Work At Home Benefits\". It\'s a comprehensive guide that covers everything one needs to know about remote work!', '78'),
(3379, '', 'Fadumo', 'fadumo@example.com', 'I\'m amazed at the insights shared in \"100 Work At Home Benefits\". It has given me a fresh perspective on remote work!', '78'),
(3380, '', 'Omar', 'omar@example.com', 'I\'m recommending \"100 Work At Home Benefits\" to all my colleagues. It\'s a valuable resource for succeeding in a remote work environment!', '78'),
(3381, '', 'Amina', 'amina@example.com', 'I\'m grateful for the practical strategies in \"100 Work At Home Benefits\". It has helped me achieve a healthy work-life balance!', '78'),
(3382, '', 'Joseph', 'joseph@example.com', 'I\'m impressed by the actionable advice in \"100 Work At Home Benefits\". It has made remote work enjoyable and rewarding!', '78'),
(3383, '', 'Halima', 'halima@example.com', 'I\'m grateful for \"100 Work At Home Benefits\". It has empowered me to take control of my work and enjoy more flexibility!', '78'),
(3384, '', 'Ibrahim', 'ibrahim@example.com', 'I\'m amazed at the positive impact \"100 Work At Home Benefits\" has had on my productivity and overall well-being!', '78'),
(3385, '', 'Khadija', 'khadija@example.com', 'I\'m loving \"100 Work At Home Benefits\". It\'s a comprehensive guide that covers every aspect of remote work!', '78'),
(3386, '', 'Ade', 'ade@example.com', 'I\'m inspired by the success stories in \"100 Work At Home Benefits\". It motivates me to excel in my remote work journey!', '78'),
(3387, '', 'Esther', 'esther@example.com', 'I\'m grateful for the insights provided by \"100 Work At Home Benefits\". It has helped me create a fulfilling work-from-home routine!', '78'),
(3388, '', 'Kwame', 'kwame@example.com', 'I\'m amazed at the positive impact \"100 Work At Home Benefits\" has had on my work productivity and personal well-being!', '78'),
(3389, '', 'Nadia', 'nadia@example.com', 'I\'m recommending \"100 Work At Home Benefits\" to everyone I know. It\'s a game-changer for remote work success!', '78'),
(3390, '', 'Amir', 'amir@example.com', 'I\'m loving \"100 Work At Home Benefits\". It has given me the confidence and knowledge to excel in my remote work career!', '78'),
(3391, '', 'Zainab', 'zainab@example.com', 'I\'m grateful for the practical tips in \"100 Work At Home Benefits\". It has helped me stay focused and motivated in my remote work!', '78'),
(3392, '', 'Said', 'said@example.com', 'I\'m inspired by the success stories shared in \"100 Work At Home Benefits\". It shows me what\'s possible in a remote work setup!', '78'),
(3393, '', 'Amina', 'amina@example.com', 'I\'m amazed at the positive impact \"100 Work At Home Benefits\" has had on my productivity and overall well-being!', '78'),
(3394, '', 'Omar', 'omar@example.com', 'I\'m impressed by the actionable advice in \"100 Work At Home Benefits\". It has made remote work enjoyable and rewarding!', '78'),
(3395, '', 'Mariam', 'mariam@example.com', 'I\'m grateful for \"100 Work At Home Benefits\". It has empowered me to take control of my work and enjoy more flexibility!', '78'),
(3396, '', 'Hassan', 'hassan@example.com', 'I\'m loving \"100 Work At Home Benefits\". It\'s a comprehensive guide that covers every aspect of remote work!', '78'),
(3397, '', 'Zahra', 'zahra@example.com', 'I\'m inspired by the success stories in \"100 Work At Home Benefits\". It motivates me to excel in my remote work journey!', '78'),
(3398, '', 'Abdul', 'abdul@example.com', 'I\'m amazed at the positive impact \"100 Work At Home Benefits\" has had on my productivity and overall well-being!', '78'),
(3399, '', 'Femi', 'femi@example.com', 'I\'m grateful for \"100 Work At Home Benefits\". It\'s an invaluable resource for remote workers like me!', '78'),
(3400, '', 'Nadia', 'nadia@example.com', 'I\'m loving \"100 Work At Home Benefits\". It has given me the tools to succeed in my remote work journey!', '78'),
(3401, '', 'Ali', 'ali@example.com', 'I\'m inspired by the stories shared in \"100 Work At Home Benefits\". It shows me what\'s possible in the remote work world!', '78'),
(3402, '', 'Mariam', 'mariam@example.com', 'I\'m amazed at the positive impact \"100 Work At Home Benefits\" has had on my productivity and well-being!', '78'),
(3403, '', 'Hassan', 'hassan@example.com', 'I\'m impressed by the actionable advice in \"100 Work At Home Benefits\". It has made remote work a breeze for me!', '78'),
(3404, '', 'Zahra', 'zahra@example.com', 'I\'m grateful for \"100 Work At Home Benefits\". It has empowered me to create a fulfilling remote work lifestyle!', '78'),
(3405, '', 'Ahmed', 'ahmed@example.com', 'I\'m loving \"100 Work At Home Benefits\". It\'s a comprehensive guide for anyone transitioning to remote work!', '78'),
(3406, '', 'Aisha', 'aisha@example.com', 'I\'m recommending \"100 Work At Home Benefits\" to all my colleagues. It\'s a game-changer for remote work success!', '78'),
(3407, '', 'Omar', 'omar@example.com', 'I\'m grateful for the practical strategies in \"100 Work At Home Benefits\". It has transformed my work-life balance!', '78'),
(3408, '', 'Layla', 'layla@example.com', 'I\'m inspired by the success stories in \"100 Work At Home Benefits\". It motivates me to reach new heights in my remote career!', '78'),
(3409, '', 'Ibrahim', 'ibrahim@example.com', 'I\'m amazed at the positive impact \"100 Work At Home Benefits\" has had on my productivity and overall happiness!', '78'),
(3410, '', 'Salma', 'salma@example.com', 'I\'m loving \"100 Work At Home Benefits\". It has given me the confidence to excel in my remote work journey!', '78'),
(3411, '', 'Abdullah', 'abdullah@example.com', 'I\'m grateful for the insights provided by \"100 Work At Home Benefits\". It has helped me thrive in my remote work setup!', '78'),
(3412, '', 'Khadija', 'khadija@example.com', 'I\'m impressed by the practical tips in \"100 Work At Home Benefits\". It has made my remote work experience more enjoyable!', '78'),
(3413, '', 'Jamal', 'jamal@example.com', 'I\'m recommending \"100 Work At Home Benefits\" to all my friends. It\'s a must-read for remote work enthusiasts!', '78'),
(3414, '', 'Fatima', 'fatima@example.com', 'I\'m amazed by the positive impact \"100 Work At Home Benefits\" has had on my productivity and work satisfaction!', '78'),
(3415, '', 'Yusuf', 'yusuf@example.com', 'I\'m inspired by the success stories shared in \"100 Work At Home Benefits\". It has shown me what\'s possible in remote work!', '78'),
(3416, '', 'Halima', 'halima@example.com', 'I\'m grateful for the practical tips in \"100 Work At Home Benefits\". It has helped me navigate the challenges of remote work!', '78'),
(3417, '', 'Malik', 'malik@example.com', 'I\'m loving \"100 Work At Home Benefits\". It has given me the confidence and motivation to excel in remote work!', '78'),
(3418, '', 'Zainab', 'zainab@example.com', 'I\'m amazed at the positive impact \"100 Work At Home Benefits\" has had on my productivity and overall well-being!', '78'),
(3419, '', 'Kareem', 'kareem@example.com', 'I\'m impressed by the actionable advice in \"100 Work At Home Benefits\". It has made remote work enjoyable and fulfilling!', '78'),
(3420, '', 'Sara', 'sara@example.com', 'I\'m grateful for \"100 Work At Home Benefits\". It has provided me with a roadmap for remote work success!', '78'),
(3421, '', 'Amirah', 'amirah@example.com', 'I\'m loving \"100 Work At Home Benefits\". It has helped me create a healthy work-life integration!', '78'),
(3422, '', 'Idris', 'idris@example.com', 'I\'m inspired by the success stories in \"100 Work At Home Benefits\". It motivates me to achieve my goals in remote work!', '78'),
(3423, '', 'Amina', 'amina@example.com', 'I\'m amazed at the positive impact \"100 Work At Home Benefits\" has had on my productivity and overall well-being!', '78'),
(3424, '', 'Omar', 'omar@example.com', 'I\'m impressed by the actionable advice in \"100 Work At Home Benefits\". It has made remote work enjoyable and rewarding!', '78'),
(3425, '', 'Mariam', 'mariam@example.com', 'I\'m grateful for \"100 Work At Home Benefits\". It has empowered me to take control of my work and enjoy more flexibility!', '78'),
(3426, '', 'Hassan', 'hassan@example.com', 'I\'m loving \"100 Work At Home Benefits\". It\'s a comprehensive guide that covers every aspect of remote work!', '78'),
(3427, '', 'Zahra', 'zahra@example.com', 'I\'m inspired by the success stories in \"100 Work At Home Benefits\". It motivates me to excel in my remote work journey!', '78'),
(3428, '', 'Abdul', 'abdul@example.com', 'I\'m amazed at the positive impact \"100 Work At Home Benefits\" has had on my productivity and overall well-being!', '78'),
(3429, '', 'Nadia', 'nadia@example.com', 'I\'m recommending \"100 Work At Home Benefits\" to everyone I know. It\'s a game-changer for remote work success!', '78'),
(3430, '', 'Emily', 'emily@example.com', 'This book is a game-changer for kids!', '80'),
(3431, '', 'Michael', 'michael@example.com', 'I wish I had this book when I was a kid!', '80'),
(3432, '', 'Jessica', 'jessica@example.com', 'Building confidence for kids is a must-read!', '80'),
(3433, '', 'William', 'william@example.com', 'My son loves this book and reads it every day!', '80'),
(3434, '', 'Olivia', 'olivia@example.com', 'This book is perfect for kids who struggle with confidence.', '80'),
(3435, '', 'Ethan', 'ethan@example.com', 'I highly recommend this book to all parents!', '80'),
(3436, '', 'Ava', 'ava@example.com', 'Building confidence for kids is a great investment in your child\'s future.', '80'),
(3437, '', 'Daniel', 'daniel@example.com', 'This book is a valuable resource for parents and educators.', '80'),
(3438, '', 'Sophia', 'sophia@example.com', 'I bought this book for my daughter and she loves it!', '80'),
(3439, '', 'Alexander', 'alexander@example.com', 'This book is a must-have for any parent with young children.', '80'),
(3440, '', 'Liam', 'liam@example.com', 'This book is a must-read for all parents!', '80'),
(3441, '', 'Emma', 'emma@example.com', 'Building confidence for kids is a great book!', '80'),
(3442, '', 'Noah', 'noah@example.com', 'I bought this book for my son and he loves it!', '80'),
(3443, '', 'Olivia', 'olivia@example.com', 'This book is a game-changer for kids!', '80'),
(3444, '', 'William', 'william@example.com', 'I highly recommend this book to all parents!', '80'),
(3445, '', 'Ava', 'ava@example.com', 'Building confidence for kids is a valuable resource.', '80'),
(3446, '', 'James', 'james@example.com', 'This book is perfect for kids who struggle with confidence.', '80'),
(3447, '', 'Isabella', 'isabella@example.com', 'I wish I had this book when I was a kid!', '80'),
(3448, '', 'Benjamin', 'benjamin@example.com', 'My daughter loves this book and reads it every day!', '80'),
(3449, '', 'Sophia', 'sophia@example.com', 'This book is a must-have for any parent with young children.', '80'),
(3450, '', 'Lucas', 'lucas@example.com', 'Building confidence for kids is a great investment in your child\'s future.', '80'),
(3451, '', 'Mia', 'mia@example.com', 'This book is a valuable tool for parents and educators.', '80');
INSERT INTO `reviews` (`id`, `rating`, `your_name`, `your_email`, `your_comment`, `product_id`) VALUES
(3452, '', 'Henry', 'henry@example.com', 'I bought this book for my nephew and he loves it!', '80'),
(3453, '', 'Charlotte', 'charlotte@example.com', 'This book is perfect for kids of all ages.', '80'),
(3454, '', 'Alexander', 'alexander@example.com', 'Building confidence for kids is a must-read for all parents!', '80'),
(3455, '', 'Amelia', 'amelia@example.com', 'I highly recommend this book to anyone with young children.', '80'),
(3456, '', 'Michael', 'michael@example.com', 'This book is a great resource for building self-esteem in kids.', '80'),
(3457, '', 'Evelyn', 'evelyn@example.com', 'My son has gained so much confidence from reading this book!', '80'),
(3458, '', 'Daniel', 'daniel@example.com', 'Building confidence for kids should be on every parent\'s reading list.', '80'),
(3459, '', 'Harper', 'harper@example.com', 'This book is a game-changer for kids struggling with self-esteem.', '80'),
(3460, '', 'Ethan', 'ethan@example.com', 'This book is a great tool for building confidence in kids!', '80'),
(3461, '', 'Avery', 'avery@example.com', 'I highly recommend this book to all parents!', '80'),
(3462, '', 'Mason', 'mason@example.com', 'Building confidence for kids is a must-read!', '80'),
(3463, '', 'Harper', 'harper@example.com', 'This book is perfect for kids who struggle with self-esteem.', '80'),
(3464, '', 'Lily', 'lily@example.com', 'I bought this book for my daughter and she loves it!', '80'),
(3465, '', 'Jackson', 'jackson@example.com', 'This book is a valuable resource for parents and educators.', '80'),
(3466, '', 'Ella', 'ella@example.com', 'Building confidence for kids is a great investment in your child\'s future.', '80'),
(3467, '', 'Lucas', 'lucas@example.com', 'This book is a game-changer for kids!', '80'),
(3468, '', 'Aria', 'aria@example.com', 'My son loves this book and reads it every day!', '80'),
(3469, '', 'Oliver', 'oliver@example.com', 'This book is a must-have for any parent with young children.', '80'),
(3470, '', 'Chloe', 'chloe@example.com', 'Building confidence for kids is a great book!', '80'),
(3471, '', 'Jacob', 'jacob@example.com', 'I wish I had this book when I was a kid!', '80'),
(3472, '', 'Mia', 'mia@example.com', 'This book is perfect for kids of all ages.', '80'),
(3473, '', 'William', 'william@example.com', 'Building confidence for kids is a valuable tool.', '80'),
(3474, '', 'Sophia', 'sophia@example.com', 'I highly recommend this book to anyone with young children.', '80'),
(3475, '', 'Logan', 'logan@example.com', 'This book is a must-read for all parents!', '80'),
(3476, '', 'Ava', 'ava@example.com', 'My daughter has gained so much confidence from reading this book!', '80'),
(3477, '', 'Elijah', 'elijah@example.com', 'Building confidence for kids should be on every parent\'s reading list.', '80'),
(3478, '', 'Charlotte', 'charlotte@example.com', 'This book is a game-changer for kids struggling with self-esteem.', '80'),
(3479, '', 'Daniel', 'daniel@example.com', 'I bought this book for my nephew and he loves it!', '80'),
(3480, '', 'Amelia', 'amelia@example.com', 'This book is perfect for kids who need a boost of confidence.', '80'),
(3481, '', 'Carter', 'carter@example.com', 'Building confidence for kids is a must-have resource.', '80'),
(3482, '', 'Abigail', 'abigail@example.com', 'I highly recommend this book to all parents!', '80'),
(3483, '', 'Sandra', 'sandra@example.com', 'I\'m loving \"Raising Toddlers\". It provides practical tips for navigating the challenges of raising toddlers!', '79'),
(3484, '', 'Daniel', 'daniel@example.com', 'I\'m amazed by the insights shared in \"Raising Toddlers\". It has transformed my approach to parenting!', '79'),
(3485, '', 'Amina', 'amina@example.com', 'I\'m grateful for the guidance provided by \"Raising Toddlers\". It has helped me understand my toddler better!', '79'),
(3486, '', 'Emeka', 'emeka@example.com', 'I\'m recommending \"Raising Toddlers\" to all parents. It\'s a must-read for anyone with a toddler!', '79'),
(3487, '', 'Lara', 'lara@example.com', 'I\'m impressed by the practical advice in \"Raising Toddlers\". It has made parenting my toddler much easier!', '79'),
(3488, '', 'Samuel', 'samuel@example.com', 'I\'m grateful for \"Raising Toddlers\". It has empowered me to be a better parent to my toddler!', '79'),
(3489, '', 'Fatima', 'fatima@example.com', 'I\'m loving \"Raising Toddlers\". It\'s a comprehensive guide that covers every aspect of toddlerhood!', '79'),
(3490, '', 'Joseph', 'joseph@example.com', 'I\'m inspired by the strategies in \"Raising Toddlers\". It has helped me foster a strong bond with my toddler!', '79'),
(3491, '', 'Esther', 'esther@example.com', 'I\'m grateful for the advice provided by \"Raising Toddlers\". It has made parenting my toddler a joyful experience!', '79'),
(3492, '', 'David', 'david@example.com', 'I\'m amazed at the positive impact \"Raising Toddlers\" has had on my parenting skills and my toddler\'s development!', '79'),
(3493, '', 'Ade', 'ade@example.com', 'I\'m recommending \"Raising Toddlers\" to all my friends. It\'s a game-changer for toddler parenting!', '79'),
(3494, '', 'Nadia', 'nadia@example.com', 'I\'m loving \"Raising Toddlers\". It has given me the tools and confidence to navigate the toddler years!', '79'),
(3495, '', 'Omar', 'omar@example.com', 'I\'m grateful for the practical tips in \"Raising Toddlers\". It has helped me create a loving and supportive environment for my toddler!', '79'),
(3496, '', 'Zainab', 'zainab@example.com', 'I\'m inspired by the stories shared in \"Raising Toddlers\". It motivates me to be the best parent I can be for my toddler!', '79'),
(3497, '', 'Sara', 'sara@example.com', 'I\'m amazed at the positive impact \"Raising Toddlers\" has had on my parenting journey. It\'s a must-read for all parents!', '79'),
(3498, '', 'Ibrahim', 'ibrahim@example.com', 'I\'m impressed by the practical advice in \"Raising Toddlers\". It has helped me tackle the challenges of raising a toddler!', '79'),
(3499, '', 'Khadija', 'khadija@example.com', 'I\'m grateful for \"Raising Toddlers\". It has provided me with valuable insights into understanding and guiding my toddler!', '79'),
(3500, '', 'Abdullah', 'abdullah@example.com', 'I\'m loving \"Raising Toddlers\". It\'s a comprehensive guide that addresses all the concerns of toddler parents!', '79'),
(3501, '', 'Mariam', 'mariam@example.com', 'I\'m inspired by the strategies in \"Raising Toddlers\". It has helped me foster a positive relationship with my toddler!', '79'),
(3502, '', 'Hassan', 'hassan@example.com', 'I\'m grateful for \"Raising Toddlers\". It has equipped me with effective parenting techniques for handling my toddler!', '79'),
(3503, '', 'Zahra', 'zahra@example.com', 'I\'m amazed by the positive impact \"Raising Toddlers\" has had on my parenting skills. It\'s a must-have resource for toddler parents!', '79'),
(3504, '', 'Ali', 'ali@example.com', 'I\'m recommending \"Raising Toddlers\" to all parents I know. It provides valuable insights for understanding and nurturing toddlers!', '79'),
(3505, '', 'Nkechi', 'nkechi@example.com', 'I\'m loving \"Raising Toddlers\". It has given me the confidence to navigate the ups and downs of parenting my toddler!', '79'),
(3506, '', 'Adjoa', 'adjoa@example.com', 'I\'m grateful for the guidance provided by \"Raising Toddlers\". It has helped me create a harmonious and loving environment for my toddler!', '79'),
(3507, '', 'Kwame', 'kwame@example.com', 'I\'m amazed at the positive impact \"Raising Toddlers\" has had on my parenting journey. It\'s a valuable resource for all parents!', '79'),
(3508, '', 'Chioma', 'chioma@example.com', 'I\'m impressed by the practical advice in \"Raising Toddlers\". It has made parenting my toddler a joyful and rewarding experience!', '79'),
(3509, '', 'Mohammed', 'mohammed@example.com', 'I\'m grateful for \"Raising Toddlers\". It has provided me with the tools and strategies to navigate the toddler years!', '79'),
(3510, '', 'Aisha', 'aisha@example.com', 'I\'m inspired by the stories shared in \"Raising Toddlers\". It motivates me to be an attentive and loving parent to my toddler!', '79'),
(3511, '', 'Kofi', 'kofi@example.com', 'I\'m amazed at the positive impact \"Raising Toddlers\" has had on my parenting skills. It\'s a must-read for all toddler parents!', '79'),
(3512, '', 'Amina', 'amina@example.com', 'I\'m recommending \"Raising Toddlers\" to all parents. It provides practical advice for understanding and guiding toddlers!', '79'),
(3513, '', 'Lamisi', 'lamisi@example.com', 'I\'m loving \"Raising Toddlers\". It has given me the confidence to handle the challenges of raising a toddler!', '79'),
(3514, '', 'Ousman', 'ousman@example.com', 'I\'m grateful for the practical tips in \"Raising Toddlers\". It has helped me foster a strong bond with my toddler!', '79'),
(3515, '', 'Sade', 'sade@example.com', 'I\'m amazed by the insights shared in \"Raising Toddlers\". It has transformed my approach to parenting and understanding my toddler!', '79'),
(3516, '', 'Obinna', 'obinna@example.com', 'I\'m impressed by the strategies in \"Raising Toddlers\". It has helped me create a nurturing and supportive environment for my toddler!', '79'),
(3517, '', 'Rukayat', 'rukayat@example.com', 'I\'m loving \"Raising Toddlers\". It\'s a comprehensive guide that covers all aspects of toddlerhood!', '79'),
(3518, '', 'Chidi', 'chidi@example.com', 'I\'m inspired by the stories shared in \"Raising Toddlers\". It has motivated me to be a patient and loving parent to my toddler!', '79'),
(3519, '', 'Habiba', 'habiba@example.com', 'I\'m grateful for the advice provided by \"Raising Toddlers\". It has made the toddler years more enjoyable and rewarding!', '79'),
(3520, '', 'Abubakar', 'abubakar@example.com', 'I\'m amazed at the positive impact \"Raising Toddlers\" has had on my parenting journey. It\'s an invaluable resource!', '79'),
(3521, '', 'Folake', 'folake@example.com', 'I\'m impressed by the practical advice in \"Raising Toddlers\". It has helped me navigate the challenges of parenting my toddler with ease!', '79'),
(3522, '', 'Kwesi', 'kwesi@example.com', 'I\'m grateful for \"Raising Toddlers\". It has provided me with effective strategies for raising a happy and confident toddler!', '79'),
(3523, '', 'Safia', 'safia@example.com', 'I\'m recommending \"Raising Toddlers\" to all my friends who have toddlers. It\'s a game-changer!', '79'),
(3524, '', 'Malik', 'malik@example.com', 'I\'m loving \"Raising Toddlers\". It has given me the tools to handle tantrums and create a peaceful environment for my toddler!', '79'),
(3525, '', 'Fati', 'fati@example.com', 'I\'m grateful for the guidance provided by \"Raising Toddlers\". It has helped me become a more patient and understanding parent!', '79'),
(3526, '', 'Musa', 'musa@example.com', 'I\'m amazed by the positive impact \"Raising Toddlers\" has had on my parenting skills. It\'s a must-have resource for all parents!', '79'),
(3527, '', 'Ifunanya', 'ifunanya@example.com', 'I\'m inspired by the strategies in \"Raising Toddlers\". It has given me a new perspective on parenting my toddler!', '79'),
(3528, '', 'Youssef', 'youssef@example.com', 'I\'m grateful for \"Raising Toddlers\". It has equipped me with effective strategies for handling the challenges of toddlerhood!', '79'),
(3529, '', 'Hadija', 'hadija@example.com', 'I\'m amazed at the positive impact \"Raising Toddlers\" has had on my parenting journey. It\'s a valuable resource!', '79'),
(3530, '', 'Mamadou', 'mamadou@example.com', 'I\'m impressed by the practical advice in \"Raising Toddlers\". It has made parenting my toddler a joyous experience!', '79'),
(3531, '', 'Nana', 'nana@example.com', 'I\'m recommending \"Raising Toddlers\" to all parents. It provides valuable insights for understanding and nurturing toddlers!', '79'),
(3532, '', 'Adeola', 'adeola@example.com', 'I\'m loving \"Raising Toddlers\". It has given me the confidence to navigate the challenges of parenting a toddler!', '79'),
(3533, '', 'Yacine', 'yacine@example.com', 'I\'m grateful for the practical tips in \"Raising Toddlers\". It has helped me create a loving and stimulating environment for my toddler!', '79'),
(3534, '', 'Mohamed', 'mohamed@example.com', 'I\'m amazed by the insights shared in \"Raising Toddlers\". It has transformed my approach to parenting and understanding my toddler!', '79'),
(3535, '', 'Fadila', 'fadila@example.com', 'I\'m inspired by the strategies in \"Raising Toddlers\". It has helped me become a more patient and attentive parent!', '79'),
(3536, '', 'Kwabena', 'kwabena@example.com', 'I\'m loving \"Raising Toddlers\". It\'s a valuable resource for all parents navigating the toddler years!', '79'),
(3537, '', 'Maimuna', 'maimuna@example.com', 'I\'m grateful for the advice provided by \"Raising Toddlers\". It has empowered me to be a more confident parent to my toddler!', '79'),
(3538, '', 'Tunde', 'tunde@example.com', 'I\'m amazed at the positive impact \"Raising Toddlers\" has had on my parenting skills. It\'s a must-read for all toddler parents!', '79'),
(3539, '', 'Fatou', 'fatou@example.com', 'I\'m recommending \"Raising Toddlers\" to all parents. It provides practical advice for raising happy and healthy toddlers!', '79'),
(3540, '', 'Ifeoma', 'ifeoma@example.com', 'I\'m loving \"Raising Toddlers\". It has given me the tools and strategies to handle the challenges of parenting my toddler!', '79'),
(3541, '', 'Kwaku', 'kwaku@example.com', 'I\'m grateful for the guidance provided by \"Raising Toddlers\". It has helped me become a more confident and loving parent!', '79'),
(3542, '', 'Blessing', 'blessing@example.com', 'This book has helped me prioritize my tasks and manage my time effectively. Thank you!', '82'),
(3543, '', 'Chinedu', 'chinedu@example.com', 'I have read many books on time management, but this one stands out. It is practical and easy to follow.', '82'),
(3544, '', 'Fatima', 'fatima@example.com', 'Time Management Mastery is a must-read for anyone who wants to achieve their goals and be successful.', '82'),
(3545, '', 'Hassan', 'hassan@example.com', 'I highly recommend this book to anyone who wants to improve their productivity and efficiency.', '82'),
(3546, '', 'Joy', 'joy@example.com', 'This book has transformed the way I work. I am now able to accomplish more in less time.', '82'),
(3547, '', 'Kwame', 'kwame@example.com', 'Time Management Mastery is a game-changer. It has helped me become more organized and focused.', '82'),
(3548, '', 'Linda', 'linda@example.com', 'I love this book! It has practical tips that anyone can apply to their daily life.', '82'),
(3549, '', 'Musa', 'musa@example.com', 'This book is a must-read for anyone who wants to take control of their time and achieve their goals.', '82'),
(3550, '', 'Nadia', 'nadia@example.com', 'Time Management Mastery is an excellent resource for anyone who wants to improve their time management skills.', '82'),
(3551, '', 'Omar', 'omar@example.com', 'I have recommended this book to all my friends and colleagues. It is that good!', '82'),
(3552, '', 'Abdullahi', 'abdullahi@example.com', 'This book has helped me to be more productive and efficient in my work. Highly recommended!', '82'),
(3553, '', 'Aisha', 'aisha@example.com', 'Time Management Mastery is a game-changer. It has helped me to achieve my goals and be more successful.', '82'),
(3554, '', 'Bakari', 'bakari@example.com', 'I have learned so much from this book. It has practical tips that anyone can apply to their daily life.', '82'),
(3555, '', 'Chidi', 'chidi@example.com', 'This book is a must-read for anyone who wants to take control of their time and achieve their dreams.', '82'),
(3556, '', 'Diana', 'diana@example.com', 'I love this book! It has helped me to be more organized and focused in my work and personal life.', '82'),
(3557, '', 'Emeka', 'emeka@example.com', 'Time Management Mastery is an excellent resource for anyone who wants to improve their time management skills.', '82'),
(3558, '', 'Fatima', 'fatima@example.com', 'This book is a life-changer. It has helped me to be more productive and achieve my goals faster.', '82'),
(3559, '', 'Gloria', 'gloria@example.com', 'I highly recommend this book to anyone who wants to be more successful in their personal and professional life.', '82'),
(3560, '', 'Hassan', 'hassan@example.com', 'Time Management Mastery is a must-read for anyone who wants to improve their productivity and efficiency.', '82'),
(3561, '', 'Ibrahim', 'ibrahim@example.com', 'This book has transformed the way I work. I am now able to accomplish more in less time.', '82'),
(3562, '', 'Jamilah', 'jamilah@example.com', 'I have read many books on time management, but this one stands out. It is practical and easy to follow.', '82'),
(3563, '', 'Kwame', 'kwame@example.com', 'Time Management Mastery is a great investment for anyone who wants to be more successful in life.', '82'),
(3564, '', 'Linda', 'linda@example.com', 'This book has helped me prioritize my tasks and manage my time effectively. Thank you!', '82'),
(3565, '', 'Musa', 'musa@example.com', 'I have recommended this book to all my friends and colleagues. It is that good!', '82'),
(3566, '', 'Nadia', 'nadia@example.com', 'Time Management Mastery is a must-have for anyone who wants to achieve their goals and be successful.', '82'),
(3567, '', 'Omar', 'omar@example.com', 'This book is a game-changer. It has helped me become more organized and focused in my work.', '82'),
(3568, '', 'Patience', 'patience@example.com', 'I have learned so much from this book. It has practical tips that I can apply to my daily life.', '82'),
(3569, '', 'Rashid', 'rashid@example.com', 'Time Management Mastery is an excellent guide for anyone who wants to improve their time management skills.', '82'),
(3570, '', 'Sanaa', 'sanaa@example.com', 'This book has helped me to be more productive and efficient in my work. Highly recommended!', '82'),
(3571, '', 'Tariq', 'tariq@example.com', 'I highly recommend this book to anyone who wants to take control of their time and achieve their dreams.', '82'),
(3572, '', 'Amina', 'amina@example.com', 'I absolutely love \"Baby safety tips\"! It has helped me create a safe and secure environment for my little one.', '81'),
(3573, '', 'Kwame', 'kwame@example.com', 'The tips in \"Baby safety tips\" are invaluable. It\'s a must-have guide for all parents!', '81'),
(3574, '', 'Fatima', 'fatima@example.com', 'I highly recommend \"Baby safety tips\" to all parents. It covers everything you need to know to keep your baby safe.', '81'),
(3575, '', 'Kofi', 'kofi@example.com', 'Thanks to \"Baby safety tips\", I feel confident in ensuring my baby\'s safety at all times.', '81'),
(3576, '', 'Aisha', 'aisha@example.com', 'I\'m so grateful for \"Baby safety tips\". It has given me peace of mind knowing I\'m doing everything to protect my baby.', '81'),
(3577, '', 'Abdul', 'abdul@example.com', 'I can\'t thank the author enough for writing \"Baby safety tips\". It\'s an essential resource for every new parent.', '81'),
(3578, '', 'Nadia', 'nadia@example.com', '\'Baby safety tips\" is my go-to guide for all things related to baby safety. It\'s informative and practical.', '81'),
(3579, '', 'Ibrahim', 'ibrahim@example.com', 'I\'ve learned so much from \"Baby safety tips\". It has made me more aware of potential hazards and how to prevent them.', '81'),
(3580, '', 'Sara', 'sara@example.com', 'I recommend \"Baby safety tips\" to all parents. It\'s a comprehensive guide that covers all aspects of baby safety.', '81'),
(3581, '', 'Omar', 'omar@example.com', 'Thanks to \"Baby safety tips\", I now feel more confident in keeping my baby safe.', '81'),
(3582, '', 'Naima', 'naima@example.com', 'I\'m grateful for the practical tips provided in \"Baby safety tips\". It has helped me create a secure environment for my baby.', '81'),
(3583, '', 'Ahmed', 'ahmed@example.com', 'I\'m amazed by the useful information in \"Baby safety tips\". It\'s a must-read for all parents!', '81'),
(3584, '', 'Zahra', 'zahra@example.com', 'The author of \"Baby safety tips\" has done an excellent job. It\'s a well-researched and informative book.', '81'),
(3585, '', 'Hassan', 'hassan@example.com', 'I\'m thankful for \"Baby safety tips\". It has given me peace of mind knowing I\'m taking all the necessary precautions for my baby.', '81'),
(3586, '', 'Sadia', 'sadia@example.com', 'I\'m impressed by the practical advice in \"Baby safety tips\". It has helped me create a safe environment for my little one.', '81'),
(3587, '', 'Malik', 'malik@example.com', 'I highly recommend \"Baby safety tips\". It\'s a comprehensive guide that every parent should have.', '81'),
(3588, '', 'Amira', 'amira@example.com', 'I\'m grateful for the tips and insights provided in \"Baby safety tips\". It has made me a more vigilant parent.', '81'),
(3589, '', 'Kareem', 'kareem@example.com', 'Thanks to \"Baby safety tips\", I now have the knowledge to ensure my baby\'s well-being and safety.', '81'),
(3590, '', 'Amina', 'amina@example.com', 'I\'m thankful for \"Baby safety tips\". It\'s a practical and informative resource for new parents.', '81'),
(3591, '', 'Kwame', 'kwame@example.com', 'I\'ve learned so much from \"Baby safety tips\". It has empowered me to create a safe environment for my baby.', '81'),
(3592, '', 'Fatima', 'fatima@example.com', 'I highly recommend \"Baby safety tips\" to all parents. It covers essential topics to keep your baby safe.', '81'),
(3593, '', 'Kofi', 'kofi@example.com', 'Thanks to \"Baby safety tips\", I feel confident in protecting my baby from potential dangers.', '81'),
(3594, '', 'Aisha', 'aisha@example.com', 'I\'m grateful for \"Baby safety tips\". It has given me the knowledge and confidence to ensure my baby\'s safety.', '81'),
(3595, '', 'Abdul', 'abdul@example.com', 'I can\'t thank the author enough for writing \"Baby safety tips\". It\'s an invaluable resource for new parents.', '81'),
(3596, '', 'Nadia', 'nadia@example.com', 'I\'ve implemented the tips from \"Baby safety tips\" and now have a safer environment for my baby.', '81'),
(3597, '', 'Ibrahim', 'ibrahim@example.com', 'I recommend \"Baby safety tips\" to all parents. It provides practical advice to protect your baby.', '81'),
(3598, '', 'Sara', 'sara@example.com', 'Thanks to \"Baby safety tips\", I now have a better understanding of potential hazards and how to prevent them.', '81'),
(3599, '', 'Omar', 'omar@example.com', 'I\'m so grateful for \"Baby safety tips\". It has given me peace of mind in creating a safe space for my baby.', '81'),
(3600, '', 'Naima', 'naima@example.com', 'I highly recommend \"Baby safety tips\" to all parents. It\'s a valuable resource for ensuring your baby\'s safety.', '81'),
(3601, '', 'Ahmed', 'ahmed@example.com', 'I\'ve found \"Baby safety tips\" to be an informative and practical guide for keeping my baby safe.', '81'),
(3602, '', 'Zahra', 'zahra@example.com', 'Thanks to \"Baby safety tips\", I feel more confident in safeguarding my baby from potential dangers.', '81'),
(3603, '', 'Hassan', 'hassan@example.com', 'I\'m impressed by the comprehensive coverage of \"Baby safety tips\". It addresses all aspects of baby safety.', '81'),
(3604, '', 'Sadia', 'sadia@example.com', 'I\'m thankful for \"Baby safety tips\". It has equipped me with the knowledge to protect my baby in various situations.', '81'),
(3605, '', 'Malik', 'malik@example.com', 'I highly recommend \"Baby safety tips\". It\'s a practical and informative guide for all parents.', '81'),
(3606, '', 'Amira', 'amira@example.com', 'Thanks to \"Baby safety tips\", I now have peace of mind knowing I\'m taking the necessary steps to keep my baby safe.', '81'),
(3607, '', 'Kareem', 'kareem@example.com', 'I\'ve learned so much from \"Baby safety tips\". It\'s a comprehensive guide that every parent should read.', '81'),
(3608, '', 'Amina', 'amina@example.com', 'I\'m grateful for \"Baby safety tips\". It has given me the confidence to create a secure environment for my baby.', '81'),
(3609, '', 'Kwame', 'kwame@example.com', 'I recommend \"Baby safety tips\" to all parents. It provides essential information to ensure your baby\'s well-being.', '81'),
(3610, '', 'Fatima', 'fatima@example.com', 'Thanks to \"Baby safety tips\", I now have the knowledge to protect my baby from potential hazards.', '81'),
(3611, '', 'Kofi', 'kofi@example.com', 'I\'m thankful for \"Baby safety tips\". It has empowered me to be proactive in keeping my baby safe.', '81'),
(3612, '', 'Aisha', 'aisha@example.com', 'I highly recommend \"Baby safety tips\". It\'s a comprehensive resource that covers all aspects of baby safety.', '81'),
(3613, '', 'Abdul', 'abdul@example.com', 'Thanks to \"Baby safety tips\", I now feel confident in creating a safe and nurturing environment for my baby.', '81'),
(3614, '', 'Nadia', 'nadia@example.com', 'I\'m grateful for \"Baby safety tips\". It has provided me with practical tips to safeguard my baby at home.', '81'),
(3615, '', 'Ibrahim', 'ibrahim@example.com', 'I recommend \"Baby safety tips\" to all parents. It offers valuable advice to ensure your baby\'s safety.', '81'),
(3616, '', 'Sara', 'sara@example.com', 'Thanks to \"Baby safety tips\", I now have a better understanding of potential hazards and how to prevent them.', '81'),
(3617, '', 'Omar', 'omar@example.com', 'I\'m so grateful for \"Baby safety tips\". It has given me peace of mind in creating a safe space for my baby.', '81'),
(3618, '', 'Naima', 'naima@example.com', 'I highly recommend \"Baby safety tips\" to all parents. It\'s a valuable resource for ensuring your baby\'s safety.', '81'),
(3619, '', 'Ahmed', 'ahmed@example.com', 'I\'ve found \"Baby safety tips\" to be an informative and practical guide for keeping my baby safe.', '81'),
(3620, '', 'Zahra', 'zahra@example.com', 'Thanks to \"Baby safety tips\", I feel more confident in safeguarding my baby from potential dangers.', '81'),
(3621, '', 'Hassan', 'hassan@example.com', 'I\'m impressed by the comprehensive coverage of \"Baby safety tips\". It addresses all aspects of baby safety.', '81'),
(3622, '', 'Sadia', 'sadia@example.com', 'I\'m thankful for \"Baby safety tips\". It has equipped me with the knowledge to protect my baby in various situations.', '81'),
(3623, '', 'Malik', 'malik@example.com', 'I highly recommend \"Baby safety tips\". It\'s a practical and informative guide for all parents.', '81'),
(3624, '', 'Amira', 'amira@example.com', 'Thanks to \"Baby safety tips\", I now have peace of mind knowing I\'m taking the necessary steps to keep my baby safe.', '81'),
(3625, '', 'Kareem', 'kareem@example.com', 'I\'ve learned so much from \"Baby safety tips\". It\'s a comprehensive guide that every parent should read.', '81'),
(3626, '', 'Amina', 'amina@example.com', '\'10 Ways To Write More Effective Ads\' is a great book for anyone who wants to improve their advertising skills. It\'s full of practical advice that can be used to create more effective ads that will reach more people and generate more sales.', '84'),
(3627, '', 'Barnabas', 'barnabas@example.com', 'I\'ve been using the techniques in \'10 Ways To Write More Effective Ads\' for the past few months and I\'ve seen a significant increase in my sales. I highly recommend this book to anyone who wants to improve their advertising results.', '84'),
(3628, '', 'Chidi', 'chidi@example.com', 'I\'m a new business owner and I was struggling to write effective ads. \'10 Ways To Write More Effective Ads\' gave me the tools I needed to create ads that are getting results. I\'m so glad I found this book!', '84'),
(3629, '', 'Diana', 'diana@example.com', 'I\'ve been in the advertising business for over 20 years and I can honestly say that \'10 Ways To Write More Effective Ads\' is the best book on advertising I\'ve ever read. It\'s packed with valuable information that can be used to create ads that are more effective and more persuasive.', '84'),
(3630, '', 'Ebuka', 'ebuka@example.com', 'I\'m a marketing consultant and I\'ve recommended \'10 Ways To Write More Effective Ads\' to all of my clients. It\'s a must-read for anyone who wants to improve their advertising skills.', '84'),
(3631, '', 'Femi', 'femi@example.com', 'I\'m an entrepreneur and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to grow my business. I highly recommend this book to anyone who wants to improve their advertising results.', '84'),
(3632, '', 'Grace', 'grace@example.com', 'I\'m a student and I\'m using the techniques in \'10 Ways To Write More Effective Ads\' to create ads for my part-time job. I\'m already seeing a difference in the results.', '84'),
(3633, '', 'Hilda', 'hilda@example.com', 'I\'m a stay-at-home mom and I\'m using the techniques in \'10 Ways To Write More Effective Ads\' to create ads for my home-based business. I\'m making more money than ever before.', '84'),
(3634, '', 'Ijeoma', 'ijeoma@example.com', 'I\'m a retired teacher and I\'m using the techniques in \'10 Ways To Write More Effective Ads\' to create ads for my non-profit organization. I\'m raising more money than ever before.', '84'),
(3635, '', 'Kelvin', 'kelvin@example.com', '\'10 Ways To Write More Effective Ads\' is a must-read for anyone who wants to learn how to write better ads. It\'s packed with valuable information that can be used to create ads that are more persuasive and more effective.', '84'),
(3636, '', 'Linda', 'linda@example.com', 'I\'m a small business owner and I\'ve been using the techniques in \'10 Ways To Write More Effective Ads\' for the past few months. I\'ve seen a significant increase in my sales and I\'m so glad I found this book!', '84'),
(3637, '', 'Monica', 'monica@example.com', 'I\'m a marketing manager and I\'ve recommended \'10 Ways To Write More Effective Ads\' to all of my team members. It\'s a great resource for anyone who wants to learn how to write better ads.', '84'),
(3638, '', 'Nnamdi', 'nnamdi@example.com', 'I\'m a copywriter and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have won me several awards. I highly recommend this book to anyone who wants to improve their copywriting skills.', '84'),
(3639, '', 'Obi', 'obi@example.com', 'I\'m a web designer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my website traffic. I highly recommend this book to anyone who wants to improve their web design skills.', '84'),
(3640, '', 'Peter', 'peter@example.com', 'I\'m a social media marketer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my social media following. I highly recommend this book to anyone who wants to improve their social media marketing skills.', '84'),
(3641, '', 'Queen', 'queen@example.com', 'I\'m a graphic designer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to win several design awards. I highly recommend this book to anyone who wants to improve their graphic design skills.', '84'),
(3642, '', 'Richard', 'richard@example.com', 'I\'m a digital marketer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my online sales. I highly recommend this book to anyone who wants to improve their digital marketing skills.', '84'),
(3643, '', 'Susan', 'susan@example.com', 'I\'m a content writer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my website traffic. I highly recommend this book to anyone who wants to improve their content writing skills.', '84'),
(3644, '', 'Tunde', 'tunde@example.com', 'I\'m a blogger and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my blog traffic. I highly recommend this book to anyone who wants to improve their blogging skills.', '84'),
(3645, '', 'Amina', 'amina@example.com', 'I highly recommend \"Positive Discipline Mastery\". It has transformed my parenting approach.', '83'),
(3646, '', 'Kwame', 'kwame@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have a deeper understanding of effective discipline techniques.', '83'),
(3647, '', 'Fatima', 'fatima@example.com', 'I\'m grateful for \"Positive Discipline Mastery\". It has helped me foster a positive and respectful relationship with my child.', '83'),
(3648, '', 'Kofi', 'kofi@example.com', 'I\'ve implemented the strategies from \"Positive Discipline Mastery\" and witnessed a positive change in my child\'s behavior.', '83'),
(3649, '', 'Aisha', 'aisha@example.com', 'I can\'t recommend \"Positive Discipline Mastery\" enough. It has taught me how to discipline my child with love and empathy.', '83'),
(3650, '', 'Abdul', 'abdul@example.com', 'The insights in \"Positive Discipline Mastery\" have empowered me to be a more effective and compassionate parent.', '83'),
(3651, '', 'Nadia', 'nadia@example.com', 'I\'m impressed by the practical advice in \"Positive Discipline Mastery\". It has transformed my approach to discipline.', '83'),
(3652, '', 'Ibrahim', 'ibrahim@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have the tools to guide my child in a positive and nurturing way.', '83'),
(3653, '', 'Sara', 'sara@example.com', 'I highly recommend \"Positive Discipline Mastery\" to all parents. It\'s a game-changer in parenting.', '83'),
(3654, '', 'Omar', 'omar@example.com', 'I\'m thankful for \"Positive Discipline Mastery\". It has helped me create a harmonious and respectful home environment.', '83'),
(3655, '', 'Naima', 'naima@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have a better understanding of how to discipline my child positively.', '83'),
(3656, '', 'Ahmed', 'ahmed@example.com', 'I\'ve learned so much from \"Positive Discipline Mastery\". It has enhanced my parenting skills.', '83'),
(3657, '', 'Zahra', 'zahra@example.com', 'The author of \"Positive Discipline Mastery\" has done an excellent job. It\'s a practical and insightful book.', '83'),
(3658, '', 'Hassan', 'hassan@example.com', 'I\'m grateful for \"Positive Discipline Mastery\". It has improved my relationship with my child.', '83'),
(3659, '', 'Sadia', 'sadia@example.com', 'I\'m impressed by the strategies in \"Positive Discipline Mastery\". It has helped me create a positive discipline routine.', '83'),
(3660, '', 'Malik', 'malik@example.com', 'I highly recommend \"Positive Discipline Mastery\". It\'s a valuable resource for every parent.', '83'),
(3661, '', 'Amira', 'amira@example.com', 'I\'m grateful for the guidance provided in \"Positive Discipline Mastery\". It has made me a more patient and understanding parent.', '83'),
(3662, '', 'Kareem', 'kareem@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have a positive and effective approach to discipline.', '83'),
(3663, '', 'Amina', 'amina@example.com', 'I\'m thankful for \"Positive Discipline Mastery\". It has helped me create a positive and loving atmosphere at home.', '83'),
(3664, '', 'Kwame', 'kwame@example.com', 'I highly recommend \"Positive Discipline Mastery\". It\'s a must-read for parents seeking a positive discipline approach.', '83'),
(3665, '', 'Fatima', 'fatima@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have the tools to guide my child while maintaining a loving connection.', '83'),
(3666, '', 'Kofi', 'kofi@example.com', 'I\'m grateful for \"Positive Discipline Mastery\". It has taught me how to discipline my child in a positive and respectful way.', '83'),
(3667, '', 'Aisha', 'aisha@example.com', 'I highly recommend \"Positive Discipline Mastery\". It has transformed my parenting journey.', '83'),
(3668, '', 'Abdul', 'abdul@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have a stronger bond with my child through positive discipline.', '83'),
(3669, '', 'Nadia', 'nadia@example.com', 'I\'m grateful for \"Positive Discipline Mastery\". It has given me the tools to handle discipline challenges with grace.', '83'),
(3670, '', 'Ibrahim', 'ibrahim@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have a more positive and effective approach to discipline.', '83'),
(3671, '', 'Sara', 'sara@example.com', 'I highly recommend \"Positive Discipline Mastery\". It\'s a valuable resource for every parent.', '83'),
(3672, '', 'Omar', 'omar@example.com', 'I\'ve learned so much from \"Positive Discipline Mastery\". It has helped me foster a respectful and loving relationship with my child.', '83'),
(3673, '', 'Naima', 'naima@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have the knowledge and skills to discipline my child positively.', '83'),
(3674, '', 'Ahmed', 'ahmed@example.com', 'I\'m grateful for \"Positive Discipline Mastery\". It has transformed the way I approach discipline with my child.', '83'),
(3675, '', 'Zahra', 'zahra@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have the tools to guide my child with positive discipline strategies.', '83'),
(3676, '', 'Hassan', 'hassan@example.com', 'I highly recommend \"Positive Discipline Mastery\". It\'s an essential guide for nurturing positive behavior in children.', '83'),
(3677, '', 'Sadia', 'sadia@example.com', 'I\'m grateful for \"Positive Discipline Mastery\". It has helped me create a harmonious and loving relationship with my child.', '83'),
(3678, '', 'Malik', 'malik@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have effective strategies to discipline my child with love and respect.', '83'),
(3679, '', 'Amira', 'amira@example.com', 'I highly recommend \"Positive Discipline Mastery\". It has transformed my parenting approach.', '83'),
(3680, '', 'Kareem', 'kareem@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have a deeper understanding of effective discipline techniques.', '83'),
(3681, '', 'Amina', 'amina@example.com', 'I\'m grateful for \"Positive Discipline Mastery\". It has helped me foster a positive and respectful relationship with my child.', '83'),
(3682, '', 'Kwame', 'kwame@example.com', 'I\'ve implemented the strategies from \"Positive Discipline Mastery\" and witnessed a positive change in my child\'s behavior.', '83'),
(3683, '', 'Fatima', 'fatima@example.com', 'I can\'t recommend \"Positive Discipline Mastery\" enough. It has taught me how to discipline my child with love and empathy.', '83'),
(3684, '', 'Kofi', 'kofi@example.com', 'The insights in \"Positive Discipline Mastery\" have empowered me to be a more effective and compassionate parent.', '83'),
(3685, '', 'Aisha', 'aisha@example.com', 'I\'m impressed by the practical advice in \"Positive Discipline Mastery\". It has transformed my approach to discipline.', '83'),
(3686, '', 'Abdul', 'abdul@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have the tools to guide my child in a positive and nurturing way.', '83'),
(3687, '', 'Nadia', 'nadia@example.com', 'I highly recommend \"Positive Discipline Mastery\" to all parents. It\'s a game-changer in parenting.', '83'),
(3688, '', 'Ibrahim', 'ibrahim@example.com', 'I\'m thankful for \"Positive Discipline Mastery\". It has helped me create a harmonious and respectful home environment.', '83'),
(3689, '', 'Sara', 'sara@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have a better understanding of how to discipline my child positively.', '83'),
(3690, '', 'Omar', 'omar@example.com', 'I\'ve learned so much from \"Positive Discipline Mastery\". It\'s a comprehensive guide for effective discipline.', '83'),
(3691, '', 'Naima', 'naima@example.com', 'I highly recommend \"Positive Discipline Mastery\" to all parents. It offers practical strategies for positive discipline.', '83'),
(3692, '', 'Ahmed', 'ahmed@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have the knowledge and tools to discipline my child positively.', '83'),
(3693, '', 'Zahra', 'zahra@example.com', 'I\'m grateful for \"Positive Discipline Mastery\". It has transformed my parenting journey.', '83'),
(3694, '', 'Hassan', 'hassan@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have a positive and effective approach to discipline.', '83'),
(3695, '', 'Sadia', 'sadia@example.com', 'I highly recommend \"Positive Discipline Mastery\". It\'s an invaluable resource for parents seeking positive discipline techniques.', '83'),
(3696, '', 'Malik', 'malik@example.com', 'I\'m thankful for \"Positive Discipline Mastery\". It has helped me create a loving and respectful relationship with my child.', '83'),
(3697, '', 'Amira', 'amira@example.com', 'Thanks to \"Positive Discipline Mastery\", I now have the tools to guide my child with positive discipline strategies.', '83'),
(3698, '', 'Kareem', 'kareem@example.com', 'I highly recommend \"Positive Discipline Mastery\". It has transformed my approach to discipline with my child.', '83'),
(3699, '', 'Kelvin', 'kelvin@example.com', '\'10 Ways To Write More Effective Ads\' is a must-read for anyone who wants to learn how to write better ads. It\'s packed with valuable information that can be used to create ads that are more persuasive and more effective.', '84'),
(3700, '', 'Linda', 'linda@example.com', 'I\'m a small business owner and I\'ve been using the techniques in \'10 Ways To Write More Effective Ads\' for the past few months. I\'ve seen a significant increase in my sales and I\'m so glad I found this book!', '84'),
(3701, '', 'Monica', 'monica@example.com', 'I\'m a marketing manager and I\'ve recommended \'10 Ways To Write More Effective Ads\' to all of my team members. It\'s a great resource for anyone who wants to learn how to write better ads.', '84'),
(3702, '', 'Nnamdi', 'nnamdi@example.com', 'I\'m a copywriter and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have won me several awards. I highly recommend this book to anyone who wants to improve their copywriting skills.', '84'),
(3703, '', 'Obi', 'obi@example.com', 'I\'m a web designer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my website traffic. I highly recommend this book to anyone who wants to improve their web design skills.', '84'),
(3704, '', 'Peter', 'peter@example.com', 'I\'m a social media marketer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my social media following. I highly recommend this book to anyone who wants to improve their social media marketing skills.', '84'),
(3705, '', 'Queen', 'queen@example.com', 'I\'m a graphic designer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to win several design awards. I highly recommend this book to anyone who wants to improve their graphic design skills.', '84'),
(3706, '', 'Richard', 'richard@example.com', 'I\'m a digital marketer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my online sales. I highly recommend this book to anyone who wants to improve their digital marketing skills.', '84'),
(3707, '', 'Susan', 'susan@example.com', 'I\'m a content writer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my website traffic. I highly recommend this book to anyone who wants to improve their content writing skills.', '84'),
(3708, '', 'Tunde', 'tunde@example.com', 'I\'m a blogger and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my blog traffic. I highly recommend this book to anyone who wants to improve their blogging skills.', '84'),
(3709, '', 'Udoka', 'udoka@example.com', 'I\'m a marketing assistant and I\'ve been using the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to improve my team\'s results. I highly recommend this book to anyone who wants to improve their marketing skills.', '84'),
(3710, '', 'Victor', 'victor@example.com', 'I\'m a freelancer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to get more clients. I highly recommend this book to anyone who wants to improve their freelancing skills.', '84'),
(3711, '', 'Wale', 'wale@example.com', 'I\'m a student and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads for my school projects. I\'ve gotten great feedback from my professors and classmates.', '84'),
(3712, '', 'Ximena', 'ximena@example.com', 'I\'m a stay-at-home mom and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads for my side hustle. I\'m making more money than ever before.', '84'),
(3713, '', 'Yusuf', 'yusuf@example.com', 'I\'m a retired teacher and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads for my non-profit organization. I\'m raising more money than ever before.', '84'),
(3714, '', 'Zainab', 'zainab@example.com', 'I\'m a new business owner and I was struggling to write effective ads. \'10 Ways To Write More Effective Ads\' gave me the tools I needed to create ads that are getting results. I\'m so glad I found this book!', '84'),
(3715, '', 'Adeola', 'adeola@example.com', 'I\'m a small business owner and I\'ve been using the techniques in \'10 Ways To Write More Effective Ads\' for the past few months. I\'ve seen a significant increase in my sales and I\'m so glad I found this book!', '84'),
(3716, '', 'Bolu', 'bolu@example.com', 'I\'m a marketing manager and I\'ve recommended \'10 Ways To Write More Effective Ads\' to all of my team members. It\'s a great resource for anyone who wants to learn how to write better ads.', '84'),
(3717, '', 'Chioma', 'chioma@example.com', 'I\'m a copywriter and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have won me several awards. I highly recommend this book to anyone who wants to improve their copywriting skills.', '84'),
(3718, '', 'Femi', 'femi@example.com', 'I\'m a web designer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my website traffic. I highly recommend this book to anyone who wants to improve their web design skills.', '84'),
(3719, '', 'Habiba', 'habiba@example.com', 'I\'m a social media marketer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my social media following. I highly recommend this book to anyone who wants to improve their social media marketing skills.', '84'),
(3720, '', 'Kola', 'kola@example.com', 'I\'m a graphic designer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to win several design awards. I highly recommend this book to anyone who wants to improve their graphic design skills.', '84'),
(3721, '', 'Tayo', 'tayo@example.com', 'I\'m a digital marketer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my online sales. I highly recommend this book to anyone who wants to improve their digital marketing skills.', '84'),
(3722, '', 'Adenike', 'adenike@example.com', 'I\'m a content writer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my website traffic. I highly recommend this book to anyone who wants to improve their content writing skills.', '84'),
(3723, '', 'Tunde', 'tunde@example.com', 'I\'m a blogger and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my blog traffic. I highly recommend this book to anyone who wants to improve their blogging skills.', '84'),
(3724, '', 'Ayo', 'ayo@example.com', 'I\'m a social media influencer and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my reach and engagement. I highly recommend this book to anyone who wants to improve their social media influencing skills.', '84'),
(3725, '', 'Tolu', 'tolu@example.com', 'I\'m a YouTuber and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to increase my subscribers and views. I highly recommend this book to anyone who wants to improve their YouTube marketing skills.', '84'),
(3726, '', 'Damilola', 'damilola@example.com', 'I\'m an entrepreneur and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads that have helped me to grow my business. I highly recommend this book to anyone who wants to improve their business marketing skills.', '84'),
(3727, '', 'Oluwaseun', 'oluwaseun@example.com', 'I\'m a student and I\'ve used the techniques in \'10 Ways To Write More Effective Ads\' to create ads for my part-time job. I\'m already seeing a difference in the results.', '84'),
(3728, '', 'Adeola', 'adeola@example.com', 'I\'m a stay-at-home mom and I\'m using the techniques in \'10 Ways To Write More Effective Ads\' to create ads for my home-based business. I\'m making more money than ever before.', '84'),
(3729, '', 'Amina', 'amina@example.com', 'I highly recommend \"Work At Home Time Management\". It has helped me maximize productivity while working from home.', '85'),
(3730, '', 'Kwame', 'kwame@example.com', 'Thanks to \"Work At Home Time Management\", I have learned valuable strategies to effectively manage my time.', '85'),
(3731, '', 'Fatima', 'fatima@example.com', 'I\'m grateful for \"Work At Home Time Management\". It has transformed the way I organize my tasks and prioritize my work.', '85'),
(3732, '', 'Kofi', 'kofi@example.com', 'I\'ve implemented the techniques from \"Work At Home Time Management\" and witnessed a significant improvement in my productivity.', '85'),
(3733, '', 'Aisha', 'aisha@example.com', 'I can\'t imagine working from home without \"Work At Home Time Management\". It has helped me achieve a better work-life balance.', '85');
INSERT INTO `reviews` (`id`, `rating`, `your_name`, `your_email`, `your_comment`, `product_id`) VALUES
(3734, '', 'Abdul', 'abdul@example.com', 'The tips in \"Work At Home Time Management\" have made a huge difference in how I manage my time and meet deadlines.', '85'),
(3735, '', 'Nadia', 'nadia@example.com', 'I\'m impressed by the practical advice in \"Work At Home Time Management\". It has helped me stay focused and accomplish more.', '85'),
(3736, '', 'Ibrahim', 'ibrahim@example.com', 'Thanks to \"Work At Home Time Management\", I have developed effective routines that enable me to work efficiently from home.', '85'),
(3737, '', 'Sara', 'sara@example.com', 'I highly recommend \"Work At Home Time Management\" to anyone seeking to optimize their productivity while working remotely.', '85'),
(3738, '', 'Omar', 'omar@example.com', 'I\'m grateful for \"Work At Home Time Management\". It has provided me with strategies to better manage my time and tasks.', '85'),
(3739, '', 'Naima', 'naima@example.com', 'Thanks to \"Work At Home Time Management\", I have learned how to set boundaries and create a structured work environment at home.', '85'),
(3740, '', 'Ahmed', 'ahmed@example.com', 'I\'ve gained valuable insights from \"Work At Home Time Management\". It has helped me overcome distractions and stay focused on my work.', '85'),
(3741, '', 'Zahra', 'zahra@example.com', 'The author of \"Work At Home Time Management\" has done an excellent job in providing practical and effective time management techniques.', '85'),
(3742, '', 'Hassan', 'hassan@example.com', 'I\'m grateful for \"Work At Home Time Management\". It has improved my productivity and time management skills while working remotely.', '85'),
(3743, '', 'Sadia', 'sadia@example.com', 'I\'m impressed by the strategies in \"Work At Home Time Management\". It has helped me create a productive work routine at home.', '85'),
(3744, '', 'Malik', 'malik@example.com', 'I highly recommend \"Work At Home Time Management\". It\'s a valuable resource for anyone navigating remote work challenges.', '85'),
(3745, '', 'Amira', 'amira@example.com', 'I\'m thankful for the practical guidance provided in \"Work At Home Time Management\". It has helped me make the most of my work hours.', '85'),
(3746, '', 'Kareem', 'kareem@example.com', 'Thanks to \"Work At Home Time Management\", I now have the tools to effectively manage my time and achieve my work goals.', '85'),
(3747, '', 'Amina', 'amina@example.com', 'I\'ve implemented the techniques from \"Work At Home Time Management\" and experienced a significant boost in my productivity.', '85'),
(3748, '', 'Kwame', 'kwame@example.com', 'I highly recommend \"Work At Home Time Management\" to anyone seeking to optimize their time and increase productivity.', '85'),
(3749, '', 'Fatima', 'fatima@example.com', 'Thanks to \"Work At Home Time Management\", I now have a structured approach to manage my time effectively while working from home.', '85'),
(3750, '', 'Kofi', 'kofi@example.com', 'I\'m grateful for \"Work At Home Time Management\". It has helped me strike a balance between work responsibilities and personal life.', '85'),
(3751, '', 'Aisha', 'aisha@example.com', 'I\'ve learned so much from \"Work At Home Time Management\". It has empowered me to work efficiently and maintain a healthy work-life harmony.', '85'),
(3752, '', 'Abdul', 'abdul@example.com', 'Thanks to \"Work At Home Time Management\", I have developed effective strategies to stay organized and manage my time efficiently.', '85'),
(3753, '', 'Nadia', 'nadia@example.com', 'I highly recommend \"Work At Home Time Management\". It has provided me with practical tips to optimize my productivity while working remotely.', '85'),
(3754, '', 'Ibrahim', 'ibrahim@example.com', 'I\'m grateful for \"Work At Home Time Management\". It has transformed the way I approach and manage my work tasks.', '85'),
(3755, '', 'Sara', 'sara@example.com', 'Thanks to \"Work At Home Time Management\", I have learned how to effectively plan my day and accomplish more in less time.', '85'),
(3756, '', 'Omar', 'omar@example.com', 'I highly recommend \"Work At Home Time Management\" to anyone looking to improve their time management skills while working from home.', '85'),
(3757, '', 'Naima', 'naima@example.com', 'I\'m thankful for \"Work At Home Time Management\". It has provided me with practical strategies to stay productive and organized.', '85'),
(3758, '', 'Ahmed', 'ahmed@example.com', 'Thanks to \"Work At Home Time Management\", I have developed a productive routine that allows me to effectively manage my time.', '85'),
(3759, '', 'Zahra', 'zahra@example.com', 'I highly recommend \"Work At Home Time Management\". It has helped me create structure and maximize my productivity while working remotely.', '85'),
(3760, '', 'Hassan', 'hassan@example.com', 'I\'m grateful for \"Work At Home Time Management\". It has equipped me with the tools to effectively manage my time and achieve work-life balance.', '85'),
(3761, '', 'Sadia', 'sadia@example.com', 'Thanks to \"Work At Home Time Management\", I now have the strategies and techniques to work efficiently and avoid procrastination.', '85'),
(3762, '', 'Malik', 'malik@example.com', 'I highly recommend \"Work At Home Time Management\". It has revolutionized the way I approach time management in a remote work setting.', '85'),
(3763, '', 'Amira', 'amira@example.com', 'I\'m grateful for \"Work At Home Time Management\". It has helped me maintain focus and achieve my goals while working from home.', '85'),
(3764, '', 'Kareem', 'kareem@example.com', 'Thanks to \"Work At Home Time Management\", I have become more productive and efficient in managing my work tasks.', '85'),
(3765, '', 'Amina', 'amina@example.com', 'I highly recommend \"Work At Home Time Management\". It provides practical strategies to optimize productivity in a remote work environment.', '85'),
(3766, '', 'Kwame', 'kwame@example.com', 'I\'m thankful for \"Work At Home Time Management\". It has helped me better prioritize my tasks and manage my time effectively.', '85'),
(3767, '', 'Fatima', 'fatima@example.com', 'Thanks to \"Work At Home Time Management\", I have gained control over my schedule and increased my productivity while working from home.', '85'),
(3768, '', 'Kofi', 'kofi@example.com', 'I highly recommend \"Work At Home Time Management\". It has transformed the way I manage my time and accomplish my work tasks.', '85'),
(3769, '', 'Aisha', 'aisha@example.com', 'I\'m grateful for \"Work At Home Time Management\". It has provided me with practical techniques to optimize my time and workflow.', '85'),
(3770, '', 'Abdul', 'abdul@example.com', 'Thanks to \"Work At Home Time Management\", I have improved my time management skills and achieved better work-life integration.', '85'),
(3771, '', 'Nadia', 'nadia@example.com', 'I highly recommend \"Work At Home Time Management\". It has helped me establish a productive routine and work more efficiently.', '85'),
(3772, '', 'Ibrahim', 'ibrahim@example.com', 'I\'m thankful for \"Work At Home Time Management\". It has enabled me to effectively manage my time and accomplish my goals.', '85'),
(3773, '', 'Sara', 'sara@example.com', 'Thanks to \"Work At Home Time Management\", I have learned valuable strategies to stay focused and accomplish tasks in a timely manner.', '85'),
(3774, '', 'Omar', 'omar@example.com', 'I highly recommend \"Work At Home Time Management\". It has provided me with practical tips to enhance my productivity while working remotely.', '85'),
(3775, '', 'Naima', 'naima@example.com', 'I\'m grateful for \"Work At Home Time Management\". It has empowered me to better manage my time and achieve work-life balance.', '85'),
(3776, '', 'Ahmed', 'ahmed@example.com', 'Thanks to \"Work At Home Time Management\", I have developed effective strategies to eliminate distractions and make the most of my time.', '85'),
(3777, '', 'Zahra', 'zahra@example.com', 'I highly recommend \"Work At Home Time Management\". It has revolutionized my approach to time management and improved my productivity.', '85'),
(3778, '', 'Hassan', 'hassan@example.com', 'I\'m thankful for \"Work At Home Time Management\". It has helped me establish boundaries and effectively manage my time while working from home.', '85'),
(3779, '', 'Sadia', 'sadia@example.com', 'Thanks to \"Work At Home Time Management\", I have learned how to prioritize tasks and optimize my work hours for maximum productivity.', '85'),
(3780, '', 'Malik', 'malik@example.com', 'I highly recommend \"Work At Home Time Management\". It provides practical strategies to enhance productivity and time management.', '85'),
(3781, '', 'Amira', 'amira@example.com', 'I\'m grateful for \"Work At Home Time Management\". It has transformed the way I approach my work and manage my time.', '85'),
(3782, '', 'Kareem', 'kareem@example.com', 'Thanks to \"Work At Home Time Management\", I have improved my productivity and achieved a better work-life balance.', '85'),
(3783, '', 'John', 'john@example.com', 'I loved \"Video Marketing Hack\"! It was very informative and easy to read.', '86'),
(3784, '', 'Mary', 'mary@example.com', 'I highly recommend \"Video Marketing Hack\" to anyone looking to improve their video marketing skills.', '86'),
(3785, '', 'David', 'david@example.com', 'I learned so much from \"Video Marketing Hack\". It has definitely helped me improve my video marketing game.', '86'),
(3786, '', 'Grace', 'grace@example.com', 'If you want to take your video marketing to the next level, \"Video Marketing Hack\" is a must-read!', '86'),
(3787, '', 'Peter', 'peter@example.com', '\"Video Marketing Hack\" is an excellent resource for anyone looking to improve their video marketing skills. Highly recommended!', '86'),
(3788, '', 'Sarah', 'sarah@example.com', 'I couldn\'t put \"Video Marketing Hack\" down! It was so engaging and informative.', '86'),
(3789, '', 'Daniel', 'daniel@example.com', '\"Video Marketing Hack\" is a game-changer! It has helped me take my video marketing to new heights.', '86'),
(3790, '', 'Joyce', 'joyce@example.com', 'I loved how practical and actionable the advice in \"Video Marketing Hack\" was. It has definitely helped me improve my video marketing skills.', '86'),
(3791, '', 'Michael', 'michael@example.com', '\"Video Marketing Hack\" is a must-read for anyone looking to up their video marketing game. I learned so much from it!', '86'),
(3792, '', 'Alice', 'alice@example.com', 'If you want to succeed in video marketing, \"Video Marketing Hack\" is the book for you. It has helped me immensely!', '86'),
(3793, '', 'Abdul', 'abdul@example.com', 'I loved \"Video Marketing Hack\"! It was very informative and easy to read.', '86'),
(3794, '', 'Fatima', 'fatima@example.com', 'I highly recommend \"Video Marketing Hack\" to anyone looking to improve their video marketing skills.', '86'),
(3795, '', 'Hassan', 'hassan@example.com', 'I learned so much from \"Video Marketing Hack\". It has definitely helped me improve my video marketing game.', '86'),
(3796, '', 'Aisha', 'aisha@example.com', 'If you want to take your video marketing to the next level, \"Video Marketing Hack\" is a must-read!', '86'),
(3797, '', 'Musa', 'musa@example.com', '\"Video Marketing Hack\" is an excellent resource for anyone looking to improve their video marketing skills. Highly recommended!', '86'),
(3798, '', 'Zainab', 'zainab@example.com', 'I couldn\'t put \"Video Marketing Hack\" down! It was so engaging and informative.', '86'),
(3799, '', 'Omar', 'omar@example.com', '\"Video Marketing Hack\" is a game-changer! It has helped me take my video marketing to new heights.', '86'),
(3800, '', 'Amina', 'amina@example.com', 'I loved how practical and actionable the advice in \"Video Marketing Hack\" was. It has definitely helped me improve my video marketing skills.', '86'),
(3801, '', 'Aliyu', 'aliyu@example.com', '\"Video Marketing Hack\" is a must-read for anyone looking to up their video marketing game. I learned so much from it!', '86'),
(3802, '', 'Zara', 'zara@example.com', 'If you want to succeed in video marketing, \"Video Marketing Hack\" is the book for you. It has helped me immensely!', '86'),
(3803, '', 'Bashir', 'bashir@example.com', '\"Video Marketing Hack\" is an amazing book! I have already recommended it to all my friends.', '86'),
(3804, '', 'Fadila', 'fadila@example.com', 'I have read many books on video marketing, but \"Video Marketing Hack\" is by far the best one out there!', '86'),
(3805, '', 'Yusuf', 'yusuf@example.com', '\"Video Marketing Hack\" is a must-have for anyone serious about video marketing. It has helped me tremendously!', '86'),
(3806, '', 'Halima', 'halima@example.com', 'I was skeptical at first, but \"Video Marketing Hack\" exceeded all my expectations. A truly great book!', '86'),
(3807, '', 'Saniya', 'saniya@example.com', '\"Video Marketing Hack\" is a game-changer! It has helped me take my video marketing skills to new heights.', '86'),
(3808, '', 'Jibril', 'jibril@example.com', '\"Video Marketing Hack\" is an excellent resource for anyone looking to improve their video marketing skills. Highly recommended!', '86'),
(3809, '', 'Khadija', 'khadija@example.com', '\"Video Marketing Hack\" is a must-read for anyone looking to succeed in video marketing. I learned so much from it!', '86'),
(3810, '', 'Mustapha', 'mustapha@example.com', '\"Video Marketing Hack\" is an amazing book! It has helped me improve my video marketing skills tremendously.', '86'),
(3811, '', 'Rahma', 'rahma@example.com', '\"Video Marketing Hack\" is a must-have for anyone serious about video marketing. I highly recommend it!', '86'),
(3812, '', 'Ade', 'ade@example.com', 'I loved \"Video Marketing Hack\"! It was very informative and easy to read.', '86'),
(3813, '', 'Chidi', 'chidi@example.com', 'I highly recommend \"Video Marketing Hack\" to anyone looking to improve their video marketing skills.', '86'),
(3814, '', 'Efe', 'efe@example.com', 'I learned so much from \"Video Marketing Hack\". It has definitely helped me improve my video marketing game.', '86'),
(3815, '', 'Femi', 'femi@example.com', 'If you want to take your video marketing to the next level, \"Video Marketing Hack\" is a must-read!', '86'),
(3816, '', 'Gloria', 'gloria@example.com', '\"Video Marketing Hack\" is an excellent resource for anyone looking to improve their video marketing skills. Highly recommended!', '86'),
(3817, '', 'Hassana', 'hassana@example.com', 'I couldn\'t put \"Video Marketing Hack\" down! It was so engaging and informative.', '86'),
(3818, '', 'Ibrahim', 'ibrahim@example.com', '\"Video Marketing Hack\" is a game-changer! It has helped me take my video marketing to new heights.', '86'),
(3819, '', 'Jumoke', 'jumoke@example.com', 'I loved how practical and actionable the advice in \"Video Marketing Hack\" was. It has definitely helped me improve my video marketing skills.', '86'),
(3820, '', 'Kemi', 'kemi@example.com', '\"Video Marketing Hack\" is a must-read for anyone looking to up their video marketing game. I learned so much from it!', '86'),
(3821, '', 'Lola', 'lola@example.com', 'If you want to succeed in video marketing, \"Video Marketing Hack\" is the book for you. It has helped me immensely!', '86'),
(3822, '', 'Musa', 'musa@example.com', '\"Video Marketing Hack\" is an amazing book! I have already recommended it to all my friends.', '86'),
(3823, '', 'Ngozi', 'ngozi@example.com', 'I have read many books on video marketing, but \"Video Marketing Hack\" is by far the best one out there!', '86'),
(3824, '', 'Olaide', 'olaide@example.com', '\"Video Marketing Hack\" is a must-have for anyone serious about video marketing. It has helped me tremendously!', '86'),
(3825, '', 'Pascal', 'pascal@example.com', 'I was skeptical at first, but \"Video Marketing Hack\" exceeded all my expectations. A truly great book!', '86'),
(3826, '', 'Qudus', 'qudus@example.com', '\"Video Marketing Hack\" is a game-changer! It has helped me take my video marketing skills to new heights.', '86'),
(3827, '', 'Rahmat', 'rahmat@example.com', '\"Video Marketing Hack\" is an excellent resource for anyone looking to improve their video marketing skills. Highly recommended!', '86'),
(3828, '', 'Sadeeq', 'sadeeq@example.com', '\"Video Marketing Hack\" is a must-read for anyone looking to succeed in video marketing. I learned so much from it!', '86'),
(3829, '', 'Tayo', 'tayo@example.com', '\"Video Marketing Hack\" is an amazing book! It has helped me improve my video marketing skills tremendously.', '86'),
(3830, '', 'Uchechi', 'uchechi@example.com', '\"Video Marketing Hack\" is a must-have for anyone serious about video marketing. I highly recommend it!', '86'),
(3831, '', 'Vivian', 'vivian@example.com', 'I loved how practical and actionable the advice in \"Video Marketing Hack\" was. It has definitely helped me improve my video marketing skills.', '86'),
(3832, '', 'Waleed', 'waleed@example.com', '\"Video Marketing Hack\" is a must-read for anyone looking to up their video marketing game. I learned so much from it!', '86'),
(3833, '', 'Xavier', 'xavier@example.com', '\"Video Marketing Hack\" is an excellent resource for anyone looking to succeed in video marketing. Highly recommended!', '86'),
(3834, '', 'Yusufa', 'yusufa@example.com', 'If you want to take your video marketing to the next level, \"Video Marketing Hack\" is a must-read!', '86'),
(3835, '', 'Zainabu', 'zainabu@example.com', 'I learned so much from \"Video Marketing Hack\". It has definitely helped me improve my video marketing game.', '86'),
(3836, '', 'Abdullahi', 'abdullahi@example.com', 'If you want to succeed in video marketing, \"Video Marketing Hack\" is the book for you. It has helped me immensely!', '86'),
(3837, '', 'Blessing', 'blessing@example.com', 'I have read many books on video marketing, but \"Video Marketing Hack\" is by far  the best one out there!', '86'),
(3838, '', 'Chinonso', 'chinonso@example.com', '\"Video Marketing Hack\" is a must-have for anyone serious about video marketing. It has helped me tremendously!', '86'),
(3839, '', 'Damilola', 'damilola@example.com', 'I was skeptical at first, but \"Video Marketing Hack\" exceeded all my expectations. A truly great book!', '86'),
(3840, '', 'Emeka', 'emeka@example.com', '\"Video Marketing Hack\" is a game-changer! It has helped me take my video marketing skills to new heights.', '86'),
(3841, '', 'Folake', 'folake@example.com', '\"Video Marketing Hack\" is an excellent resource for anyone looking to improve their video marketing skills. Highly recommended!', '86'),
(3842, '', 'Ganiyat', 'ganiyat@example.com', 'I loved how practical and actionable the advice in \"Video Marketing Hack\" was. It has definitely helped me improve my video marketing skills.', '86'),
(3843, '', 'Habib', 'habib@example.com', 'If you want to up your video marketing game, \"Video Marketing Hack\" is a must-read! I learned so much from it.', '86'),
(3844, '', 'Ifeoma', 'ifeoma@example.com', '\"Video Marketing Hack\" is an amazing book! I have already recommended it to all my colleagues.', '86'),
(3845, '', 'Jide', 'jide@example.com', 'I have read many books on video marketing, but \"Video Marketing Hack\" stands out as the best one!', '86'),
(3846, '', 'Kafilat', 'kafilat@example.com', '\"Video Marketing Hack\" is a must-have for anyone serious about video marketing. It has helped me tremendously!', '86'),
(3847, '', 'Lanre', 'lanre@example.com', 'I loved how engaging and informative \"Video Marketing Hack\" was. It has definitely helped me improve my video marketing skills.', '86'),
(3848, '', 'Mojisola', 'mojisola@example.com', '\"Video Marketing Hack\" is a must-read for anyone looking to succeed in video marketing. I learned so much from it!', '86'),
(3849, '', 'Nneka', 'nneka@example.com', '\"Video Marketing Hack\" is an amazing book! It has helped me improve my video marketing skills tremendously.', '86'),
(3850, '', 'Oluwaseun', 'oluwaseun@example.com', '\"Video Marketing Hack\" is a must-have for anyone serious about video marketing. I highly recommend it!', '86'),
(3851, '', 'Precious', 'precious@example.com', '\"Video Marketing Hack\" is an excellent resource for anyone looking to up their video marketing game. Highly recommended!', '86'),
(3852, '', 'Qazeem', 'qazeem@example.com', 'If you want to take your video marketing to the next level, \"Video Marketing Hack\" is a must-read!', '86'),
(3853, '', 'Rasheedat', 'rasheedat@example.com', '\"Video Marketing Hack\" is a game-changer! It has helped me take my video marketing skills to new heights.', '86'),
(3854, '', 'Seyi', 'seyi@example.com', 'I loved how practical and actionable the advice in \"Video Marketing Hack\" was. It has definitely helped me improve my video marketing skills.', '86'),
(3855, '', 'Temitope', 'temitope@example.com', '\"Video Marketing Hack\" is a must-read for anyone looking to up their video marketing game. I learned so much from it!', '86'),
(3856, '', 'Umar', 'umar@example.com', '\"Video Marketing Hack\" is an excellent resource for anyone looking to succeed in video marketing. Highly recommended!', '86'),
(3857, '', 'Vivienne', 'vivienne@example.com', '\"Video Marketing Hack\" is a must-have for anyone serious about video marketing. It has helped me tremendously!', '86'),
(3858, '', 'Wasiu', 'wasiu@example.com', '\"Video Marketing Hack\" exceeded all my expectations. A truly great book!', '86'),
(3859, '', 'Xander', 'xander@example.com', '\"Video Marketing Hack\" is an amazing book! I have already recommended it to all my friends.', '86'),
(3860, '', 'Yinka', 'yinka@example.com', '\"Video Marketing Hack\" is a must-read for anyone looking to succeed in video marketing. I learned so much from it!', '86'),
(3861, '', 'Zahra', 'zahra@example.com', '\"Video Marketing Hack\" is an excellent resource for anyone looking to improve their video marketing skills. Highly recommended!', '86'),
(3862, '', 'John', 'john@example.com', 'This book is amazing!', '88'),
(3863, '', 'Mary', 'mary@example.com', 'I love Virtual Assistants!', '88'),
(3864, '', 'David', 'david@example.com', 'This book is a must-read for anyone interested in virtual assistants.', '88'),
(3865, '', 'Sarah', 'sarah@example.com', 'I learned so much from this book!', '88'),
(3866, '', 'James', 'james@example.com', 'Virtual Assistants is a game-changer!', '88'),
(3867, '', 'Grace', 'grace@example.com', 'I highly recommend this book to anyone looking to learn about virtual assistants.', '88'),
(3868, '', 'Daniel', 'daniel@example.com', 'This book exceeded my expectations!', '88'),
(3869, '', 'Esther', 'esther@example.com', 'I couldn\'t put this book down!', '88'),
(3870, '', 'Joseph', 'joseph@example.com', 'Virtual Assistants is a must-have for anyone interested in the topic.', '88'),
(3871, '', 'Faith', 'faith@example.com', 'This book is a valuable resource for anyone looking to learn about virtual assistants.', '88'),
(3872, '', 'Peter', 'peter@example.com', 'I\'ve read many books on virtual assistants, but this one is by far the best!', '88'),
(3873, '', 'Joyce', 'joyce@example.com', 'Virtual Assistants is a must-read for anyone looking to stay ahead of the curve.', '88'),
(3874, '', 'Samuel', 'samuel@example.com', 'This book is a game-changer for anyone interested in virtual assistants.', '88'),
(3875, '', 'Hannah', 'hannah@example.com', 'I learned so much from this book and can\'t wait to apply it to my work!', '88'),
(3876, '', 'Isaac', 'isaac@example.com', 'Virtual Assistants is an essential resource for anyone looking to learn about the topic.', '88'),
(3877, '', 'Ruth', 'ruth@example.com', 'This book is a must-have for anyone interested in virtual assistants.', '88'),
(3878, '', 'Jacob', 'jacob@example.com', 'I highly recommend Virtual Assistants to anyone looking to learn about the topic.', '88'),
(3879, '', 'Leah', 'leah@example.com', 'This book is an excellent resource for anyone looking to learn about virtual assistants.', '88'),
(3880, '', 'Joshua', 'joshua@example.com', 'Virtual Assistants is a comprehensive guide to the topic and I highly recommend it!', '88'),
(3881, '', 'Deborah', 'deborah@example.com', 'I learned so much from this book and can\'t wait to apply it to my work!', '88'),
(3882, '', 'Gideon', 'gideon@example.com', 'Virtual Assistants is an essential resource for anyone looking to learn about the topic.', '88'),
(3883, '', 'Esther2', 'esther2@example.com', 'This book is a must-have for anyone interested in virtual assistants.', '88'),
(3884, '', 'Samuel2', 'samuel2@example.com', 'I highly recommend Virtual Assistants to anyone looking to learn about the topic.', '88'),
(3885, '', 'Hannah2', 'hannah2@example.com', 'This book is an excellent resource for anyone looking to learn about virtual assistants.', '88'),
(3886, '', 'Isaac2', 'isaac2@example.com', 'Virtual Assistants is a comprehensive guide to the topic and I highly recommend it!', '88'),
(3887, '', 'Ruth2', 'ruth2@example.com', 'I learned so much from this book and can\'t wait to apply it to my work!', '88'),
(3888, '', 'Jacob2', 'jacob2@example.com', 'Virtual Assistants is an essential resource for anyone looking to learn about the topic.', '88'),
(3889, '', 'Leah2', 'leah2@example.com', 'This book is a must-have for anyone interested in virtual assistants.', '88'),
(3890, '', 'Joshua2', 'joshua2@example.com', 'I highly recommend Virtual Assistants to anyone looking to learn about the topic.', '88'),
(3891, '', 'Deborah2', 'deborah2@example.com', 'This book is an excellent resource for anyone looking to learn about virtual assistants.', '88'),
(3892, '', 'Gideon2', 'gideon2@example.com', 'Virtual Assistants is a comprehensive guide to the topic and I highly recommend it!', '88'),
(3893, '', 'John2', 'john2@example.com', 'I learned so much from this book and can\'t wait to apply it to my work!', '88'),
(3894, '', 'Mary2', 'mary2@example.com', 'Virtual Assistants is an essential resource for anyone looking to learn about the topic.', '88'),
(3895, '', 'John', 'john@example.com', 'I loved reading \"YouTube In-Stream Ads 101\"! It was very informative and well-written.', '89'),
(3896, '', 'Mary', 'mary@example.com', 'I found \"YouTube In-Stream Ads 101\" to be an excellent resource for learning about YouTube advertising.', '89'),
(3897, '', 'David', 'david@example.com', 'I highly recommend \"YouTube In-Stream Ads 101\" to anyone interested in advertising on YouTube.', '89'),
(3898, '', 'Sarah', 'sarah@example.com', 'I learned so much from \"YouTube In-Stream Ads 101\"! It was a great read.', '89'),
(3899, '', 'James', 'james@example.com', 'I couldn\'t put down \"YouTube In-Stream Ads 101\"! It was a fascinating look at YouTube advertising.', '89'),
(3900, '', 'Grace', 'grace@example.com', '\"YouTube In-Stream Ads 101\" was an excellent guide to YouTube advertising. I would definitely recommend it!', '89'),
(3901, '', 'Daniel', 'daniel@example.com', 'I loved how \"YouTube In-Stream Ads 101\" explained everything in a clear and concise way. Great book!', '89'),
(3902, '', 'Amina', 'amina@example.com', '\"YouTube In-Stream Ads 101\" was a fantastic resource for learning about YouTube advertising. I\'m so glad I read it!', '89'),
(3903, '', 'Abdul', 'abdul@example.com', 'I found \"YouTube In-Stream Ads 101\" to be very helpful in understanding how to advertise on YouTube. Highly recommended!', '89'),
(3904, '', 'Fatima', 'fatima@example.com', '\"YouTube In-Stream Ads 101\" was an engaging and informative read. I learned a lot about YouTube advertising!', '89'),
(3905, '', 'Oluwaseun', 'oluwaseun@example.com', 'I would definitely recommend \"YouTube In-Stream Ads 101\" to anyone looking to advertise on YouTube. Great book!', '89'),
(3906, '', 'Chinedu', 'chinedu@example.com', '\"YouTube In-Stream Ads 101\" was an excellent resource for learning about YouTube advertising. I\'m so glad I read it!', '89'),
(3907, '', 'Adeola', 'adeola@example.com', 'I loved reading \"YouTube In-Stream Ads 101\". It was a great introduction to YouTube advertising!', '89'),
(3908, '', 'Emeka', 'emeka@example.com', '\"YouTube In-Stream Ads 101\" was a fantastic guide to YouTube advertising. I learned so much from it!', '89'),
(3909, '', 'Blessing', 'blessing@example.com', '\"YouTube In-Stream Ads 101\" was an excellent resource for learning about YouTube advertising. Highly recommended!', '89'),
(3910, '', 'Mary', 'mary@example.com', 'I highly recommend \"Social Media Hero\" to anyone looking to level up their social media game. It\'s a must-read for aspiring influencers!', '87'),
(3911, '', 'John', 'john@example.com', 'Thanks to \"Social Media Hero\", I\'ve learned valuable strategies to grow my online presence and engage with my audience effectively.', '87'),
(3912, '', 'Alice', 'alice@example.com', 'I\'m grateful for \"Social Media Hero\". It has helped me unlock the secrets of social media success and increase my followers.', '87'),
(3913, '', 'David', 'david@example.com', 'Thanks to \"Social Media Hero\", I have mastered the art of creating viral content and building a strong personal brand.', '87'),
(3914, '', 'Sarah', 'sarah@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to become a social media sensation. It\'s packed with practical tips and insights.', '87'),
(3915, '', 'James', 'james@example.com', 'I\'m thankful for \"Social Media Hero\". It has provided me with a step-by-step guide to building a loyal online community.', '87'),
(3916, '', 'Linda', 'linda@example.com', 'Thanks to \"Social Media Hero\", I have learned how to leverage different social media platforms and reach a wider audience.', '87'),
(3917, '', 'Michael', 'michael@example.com', 'I highly recommend \"Social Media Hero\" to anyone aspiring to be a social media influencer. It\'s an invaluable resource.', '87'),
(3918, '', 'Jennifer', 'jennifer@example.com', 'I\'m grateful for \"Social Media Hero\". It has taught me effective strategies to create engaging content and drive more traffic to my profile.', '87'),
(3919, '', 'Daniel', 'daniel@example.com', 'Thanks to \"Social Media Hero\", I have gained insights into the algorithms and techniques to increase my visibility on social media.', '87'),
(3920, '', 'Grace', 'grace@example.com', 'I highly recommend \"Social Media Hero\" to anyone looking to monetize their social media presence. It\'s a game-changer!', '87'),
(3921, '', 'Andrew', 'andrew@example.com', 'I\'m thankful for \"Social Media Hero\". It has provided me with a roadmap to navigate the ever-changing landscape of social media.', '87'),
(3922, '', 'Emily', 'emily@example.com', 'Thanks to \"Social Media Hero\", I have learned how to build an authentic brand on social media and attract genuine followers.', '87'),
(3923, '', 'Peter', 'peter@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to establish themselves as an authority in their niche. It\'s a must-have guide!', '87'),
(3924, '', 'Sophia', 'sophia@example.com', 'I\'m grateful for \"Social Media Hero\". It has transformed my social media strategy and helped me achieve remarkable results.', '87'),
(3925, '', 'Joseph', 'joseph@example.com', 'Thanks to \"Social Media Hero\", I have gained confidence in navigating the social media landscape and reaching my target audience.', '87'),
(3926, '', 'Rachel', 'rachel@example.com', 'I highly recommend \"Social Media Hero\" to anyone looking to grow their social media presence and stand out in the digital world.', '87'),
(3927, '', 'Thomas', 'thomas@example.com', 'I\'m thankful for \"Social Media Hero\". It has given me a clear understanding of the best practices for social media success.', '87'),
(3928, '', 'Rebecca', 'rebecca@example.com', 'Thanks to \"Social Media Hero\", I have learned how to create engaging content that resonates with my followers and drives interactions.', '87'),
(3929, '', 'Samuel', 'samuel@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to leverage the power of social media to achieve their goals. It\'s a game-changer!', '87'),
(3930, '', 'Julia', 'julia@example.com', 'I\'m grateful for \"Social Media Hero\". It has equipped me with the tools and strategies to build a strong online presence.', '87'),
(3931, '', 'Robert', 'robert@example.com', 'Thanks to \"Social Media Hero\", I have gained a deep understanding of the social media landscape and how to leverage it for success.', '87'),
(3932, '', 'Karen', 'karen@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to become a social media influencer and make an impact. It\'s a must-read!', '87'),
(3933, '', 'Mark', 'mark@example.com', 'I\'m thankful for \"Social Media Hero\". It has provided me with valuable insights and practical tips to excel in the world of social media.', '87'),
(3934, '', 'Catherine', 'catherine@example.com', 'Thanks to \"Social Media Hero\", I have learned effective strategies to engage with my audience and build a loyal following.', '87'),
(3935, '', 'Benjamin', 'benjamin@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to establish themselves as a thought leader in their industry. It\'s a game-changer!', '87'),
(3936, '', 'Emma', 'emma@example.com', 'I\'m grateful for \"Social Media Hero\". It has empowered me with the knowledge and skills to make a real impact on social media.', '87'),
(3937, '', 'Richard', 'richard@example.com', 'Thanks to \"Social Media Hero\", I have discovered new ways to reach and connect with my target audience on various social platforms.', '87'),
(3938, '', 'Olivia', 'olivia@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to stay ahead in the ever-evolving world of social media. It\'s a must-have resource!', '87'),
(3939, '', 'Anthony', 'anthony@example.com', 'I\'m thankful for \"Social Media Hero\". It has provided me with actionable strategies to increase my social media engagement and reach.', '87'),
(3940, '', 'Hannah', 'hannah@example.com', 'Thanks to \"Social Media Hero\", I have learned how to optimize my social media profiles and make a lasting impression on my audience.', '87'),
(3941, '', 'Matthew', 'matthew@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to build a strong personal brand and attract opportunities through social media.', '87'),
(3942, '', 'Amanda', 'amanda@example.com', 'I\'m grateful for \"Social Media Hero\". It has taught me the importance of authenticity and storytelling in connecting with my social media followers.', '87'),
(3943, '', 'Daniel', 'daniel@example.com', 'Thanks to \"Social Media Hero\", I have gained valuable insights into the psychology of social media and how to create impactful content.', '87'),
(3944, '', 'Jessica', 'jessica@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to harness the power of social media for business growth. It\'s a game-changer!', '87'),
(3945, '', 'Ryan', 'ryan@example.com', 'I\'m thankful for \"Social Media Hero\". It has provided me with strategies to effectively manage my social media presence and drive results.', '87'),
(3946, '', 'Melissa', 'melissa@example.com', 'Thanks to \"Social Media Hero\", I have learned how to optimize my social media strategy and gain a competitive edge in the digital space.', '87'),
(3947, '', 'Christopher', 'christopher@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to build a strong online community and make a meaningful impact through social media.', '87'),
(3948, '', 'Stephanie', 'stephanie@example.com', 'I\'m grateful for \"Social Media Hero\". It has given me the confidence to experiment with new social media strategies and grow my brand.', '87'),
(3949, '', 'Patrick', 'patrick@example.com', 'Thanks to \"Social Media Hero\", I have discovered powerful techniques to create engaging social media content that resonates with my audience.', '87'),
(3950, '', 'Michelle', 'michelle@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to turn their social media presence into a powerful tool for success. It\'s a must-read!', '87'),
(3951, '', 'Kevin', 'kevin@example.com', 'I\'m thankful for \"Social Media Hero\". It has provided me with a roadmap to navigate the complexities of social media and achieve my goals.', '87'),
(3952, '', 'Laura', 'laura@example.com', 'Thanks to \"Social Media Hero\", I have learned effective strategies to build authentic relationships with my social media followers and create a loyal community.', '87'),
(3953, '', 'Charles', 'charles@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to master the art of social media marketing and grow their brand online. It\'s a game-changer!', '87'),
(3954, '', 'Elizabeth', 'elizabeth@example.com', 'I\'m grateful for \"Social Media Hero\". It has equipped me with the skills and knowledge to navigate the ever-changing world of social media with confidence.', '87'),
(3955, '', 'Joshua', 'joshua@example.com', 'Thanks to \"Social Media Hero\", I have learned how to leverage social media advertising to reach my target audience and drive conversions.', '87'),
(3956, '', 'Samantha', 'samantha@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to build a strong personal brand and make a lasting impact on social media. It\'s a must-have guide!', '87'),
(3957, '', 'Jason', 'jason@example.com', 'I\'m thankful for \"Social Media Hero\". It has provided me with actionable strategies to increase my social media visibility and grow my online presence.', '87'),
(3958, '', 'Amy', 'amy@example.com', 'Thanks to \"Social Media Hero\", I have learned how to develop an effective social media content calendar and consistently engage my audience.', '87'),
(3959, '', 'William', 'william@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to stay ahead of the social media game and achieve remarkable results. It\'s a game-changer!', '87'),
(3960, '', 'Lauren', 'lauren@example.com', 'I\'m grateful for \"Social Media Hero\". It has provided me with practical tips and insights to build a successful social media strategy for my business.', '87'),
(3961, '', 'Eric', 'eric@example.com', 'Thanks to \"Social Media Hero\", I have gained a deep understanding of the social media landscape and how to leverage it to connect with my target audience.', '87'),
(3962, '', 'Natalie', 'natalie@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to grow their social media following and establish themselves as an authority in their industry. It\'s a must-read!', '87'),
(3963, '', 'Brandon', 'brandon@example.com', 'I\'m thankful for \"Social Media Hero\". It has provided me with valuable insights and strategies to optimize my social media profiles and increase engagement.', '87'),
(3964, '', 'Megan', 'megan@example.com', 'Thanks to \"Social Media Hero\", I have learned how to effectively use social media analytics to track my performance and make data-driven decisions.', '87'),
(3965, '', 'Justin', 'justin@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to take their social media presence to the next level and achieve tangible results. It\'s a game-changer!', '87'),
(3966, '', 'Kimberly', 'kimberly@example.com', 'I\'m grateful for \"Social Media Hero\". It has given me the knowledge and tools to create a cohesive and impactful social media strategy for my brand.', '87'),
(3967, '', 'Steven', 'steven@example.com', 'Thanks to \"Social Media Hero\", I have learned how to effectively engage my audience and build meaningful connections through social media.', '87'),
(3968, '', 'Christina', 'christina@example.com', 'I highly recommend \"Social Media Hero\" to anyone who wants to build a personal brand and make a positive impact on social media. It\'s a must-have resource!', '87'),
(3969, '', 'Tyler', 'tyler@example.com', 'I\'m thankful for \"Social Media Hero\". It has provided me with practical tips and strategies to grow my social media following and achieve my goals.', '87'),
(3970, '', 'Vanessa', 'vanessa@example.com', 'Thanks to \"Social Media Hero\", I have gained a deeper understanding of social media algorithms and how to optimize my content for maximum visibility.', '87'),
(3971, '', 'Ade', 'ade@example.com', 'YouTube In-Stream Ads 101 was a great resource for learning about YouTube advertising. Highly recommended!', '89'),
(3972, '', 'Binta', 'binta@example.com', 'I found YouTube In-Stream Ads 101 to be an excellent guide to YouTube advertising. Great book!', '89'),
(3973, '', 'Chidi', 'chidi@example.com', 'YouTube In-Stream Ads 101 was a fascinating read. I learned so much about YouTube advertising!', '89'),
(3974, '', 'Diallo', 'diallo@example.com', 'I highly recommend YouTube In-Stream Ads 101 to anyone interested in advertising on YouTube. Great book!', '89'),
(3975, '', 'Esi', 'esi@example.com', 'YouTube In-Stream Ads 101 was an engaging and informative read. I learned a lot about YouTube advertising!', '89'),
(3976, '', 'Femi', 'femi@example.com', 'I couldn\'t put down YouTube In-Stream Ads 101! It was such an interesting look at YouTube advertising.', '89'),
(3977, '', 'Girma', 'girma@example.com', 'YouTube In-Stream Ads 101 was a fantastic resource for learning about YouTube advertising. I would definitely recommend it!', '89'),
(3978, '', 'Hassan', 'hassan@example.com', 'YouTube In-Stream Ads 101 was an excellent guide to YouTube advertising. I learned so much from it!', '89'),
(3979, '', 'Ibrahim', 'ibrahim@example.com', 'I loved how YouTube In-Stream Ads 101 explained everything in a clear and concise way. Great book!', '89'),
(3980, '', 'Jabir', 'jabir@example.com', 'YouTube In-Stream Ads 101 was a great introduction to YouTube advertising. Highly recommended!', '89'),
(3981, '', 'Kadija', 'kadija@example.com', 'YouTube In-Stream Ads 101 was an excellent resource for learning about YouTube advertising. I\'m so glad I read it!', '89'),
(3982, '', 'Lamine', 'lamine@example.com', 'YouTube In-Stream Ads 101 was a fantastic guide to YouTube advertising. Highly recommended!', '89'),
(3983, '', 'Maimouna', 'maimouna@example.com', 'YouTube In-Stream Ads 101 was an excellent resource for learning about YouTube advertising.', '89'),
(3984, '', 'Nabil', 'nabil@example.com', 'YouTube In-Stream Ads 101 was a fascinating look at YouTube advertising. I learned so much from it!', '89'),
(3985, '', 'Oumar', 'oumar@example.com', 'YouTube In-Stream Ads 101 was an engaging and informative read. Highly recommended!', '89'),
(3986, '', 'Papa', 'papa@example.com', 'YouTube In-Stream Ads 101 was a fantastic resource for learning about YouTube advertising.', '89'),
(3987, '', 'Qadir', 'qadir@example.com', 'YouTube In-Stream Ads 101 was an excellent guide to YouTube advertising.', '89'),
(3988, '', 'Rahma', 'rahma@example.com', 'YouTube In-Stream Ads 101 was a great introduction to YouTube advertising! Highly recommended.', '89'),
(3989, '', 'Sadio', 'sadio@example.com', 'YouTube In-Stream Ads 101 was an excellent resource for learning about YouTube advertising.', '89'),
(3990, '', 'Tariq', 'tariq@example.com', 'YouTube In-Stream Ads 101 was a fantastic guide to YouTube advertising.', '89'),
(3991, '', 'Umaru', 'umaru@example.com', 'YouTube In-Stream Ads 101 was an engaging and informative read.', '89'),
(3992, '', 'Vivian', 'vivian@example.com', 'YouTube In-Stream Ads 101 was a fascinating look at YouTube advertising.', '89'),
(3993, '', 'Waleed', 'waleed@example.com', 'YouTube In-Stream Ads 101 was a great resource for learning about YouTube advertising.', '89'),
(3994, '', 'Amina', 'amina@example.com', 'I really enjoyed this book! It was very informative and helpful. I learned a lot about childhood nutrition. I would definitely recommend this book to anyone who is interested in learning more about this topic.', '91'),
(3995, '', 'Bakari', 'bakari@example.com', 'This book is a must-read for anyone who cares about the health of their children. It is packed with information on how to feed your children a healthy diet. I highly recommend this book!', '91'),
(3996, '', 'Chidi', 'chidi@example.com', 'I found this book to be very helpful. It provided me with a lot of information on how to feed my children a healthy diet. I would definitely recommend this book to anyone who is looking for information on childhood nutrition.', '91'),
(3997, '', 'Diana', 'diana@example.com', 'This book is an excellent resource for parents who want to learn more about childhood nutrition. It is well-written and informative, and it provides a wealth of practical advice. I highly recommend it!', '91'),
(3998, '', 'Emmanuel', 'emmanuel@example.com', 'This book is a great resource for parents who want to learn more about how to feed their children a healthy diet. It is full of information and advice, and it is written in a clear and easy-to-understand way. I highly recommend it!', '91'),
(3999, '', 'Femi', 'femi@example.com', 'I really enjoyed reading this book. It was very informative and helpful. I learned a lot about childhood nutrition. I would definitely recommend this book to anyone who is interested in learning more about this topic.', '91'),
(4000, '', 'Grace', 'grace@example.com', 'This book is a must-read for any parent who wants to give their child the best possible start in life. It is packed with information on how to feed your child a healthy diet, and it is written in a clear and easy-to-understand way. I highly recommend it!', '91'),
(4001, '', 'Hilda', 'hilda@example.com', 'I found this book to be very helpful. It provided me with a lot of information on how to feed my children a healthy diet. I would definitely recommend this book to anyone who is looking for information on childhood nutrition.', '91'),
(4002, '', 'Ibrahim', 'ibrahim@example.com', 'This book is an excellent resource for parents who want to learn more about childhood nutrition. It is well-written and informative, and it provides a wealth of practical advice. I highly recommend it!', '91'),
(4003, '', 'Juma', 'juma@example.com', 'I really enjoyed this book! It was very informative and helpful. I learned a lot about childhood nutrition. I would definitely recommend this book to anyone who is interested in learning more about this topic.', '91'),
(4004, '', 'Kimani', 'kimani@example.com', 'This book is a must-read for anyone who cares about the health of their children. It is packed with information on how to feed your children a healthy diet. I highly recommend this book!', '91'),
(4005, '', 'Lilian', 'lilian@example.com', 'I found this book to be very helpful. It provided me with a lot of information on how to feed my children a healthy diet. I would definitely recommend this book to anyone who is looking for information on childhood nutrition.', '91'),
(4006, '', 'Miriam', 'miriam@example.com', 'This book is an excellent resource for parents who want to learn more about childhood nutrition. It is well-written and informative, and it provides a wealth of practical advice. I highly recommend it!', '91'),
(4007, '', 'Nana', 'nana@example.com', 'This book is a great resource for parents who want to learn more about how to feed their children a healthy diet. It is full of information and advice, and it is written in a clear and easy-to-understand way. I highly recommend it!', '91'),
(4008, '', 'Omar', 'omar@example.com', 'I really enjoyed reading this book. It was very informative and helpful. I learned a lot about childhood nutrition. I would definitely recommend this book to anyone who is interested in learning more about this topic.', '91'),
(4009, '', 'Paulina', 'paulina@example.com', 'This book is a must-read for any parent who wants to give their child the best possible start in life. It is packed with information on how to feed your child a healthy diet, and it is written in a clear and easy-to-understand way. I highly recommend it!', '91'),
(4010, '', 'Rita', 'rita@example.com', 'I found this book to be very helpful. It provided me with a lot of information on how to feed my children a healthy diet. I would definitely recommend this book to anyone who is looking for information on childhood nutrition.', '91'),
(4011, '', 'Samuel', 'samuel@example.com', 'This book is an excellent resource for parents who want to learn more about childhood nutrition. It is well-written and informative, and it provides a wealth of practical advice. I highly recommend it!', '91'),
(4012, '', 'Tina', 'tina@example.com', 'I really enjoyed reading this book. It was very informative and helpful. I learned a lot about childhood nutrition. I would definitely recommend this book to anyone who is interested in learning more about this topic.', '91'),
(4013, '', 'Wanjiku', 'wanjiku@example.com', 'This book is a must-read for any parent who wants to give their child the best possible start in life. It is packed with information on how to feed your child a healthy diet, and it is written in a clear and easy-to-understand way. I highly recommend it!', '91'),
(4014, '', 'Yusuf', 'yusuf@example.com', 'I found this book to be very helpful. It provided me with a lot of information on how to feed my children a healthy diet. I would definitely recommend this book to anyone who is looking for information on childhood nutrition.', '91'),
(4015, '', 'Zimba', 'zimbabwe@example.com', 'This book is an excellent resource for parents who want to learn more about childhood nutrition. It is well-written and informative, and it provides a wealth of practical advice. I highly recommend it!', '91'),
(4016, '', 'Aisha', 'aisha@example.com', 'I really enjoyed this book! It was very informative and helpful. I learned a lot about childhood nutrition. I would definitely recommend this book to anyone who is interested in learning more about this topic.', '91'),
(4017, '', 'Barnabas', 'barnabas@example.com', 'This book is a must-read for anyone who cares about the health of their children. It is packed with information on how to feed your children a healthy diet. I highly recommend this book!', '91'),
(4018, '', 'Clara', 'clara@example.com', 'I found this book to be very helpful. It provided me with a lot of information on how to feed my children a healthy diet. I would definitely recommend this book to anyone who is looking for information on childhood nutrition.', '91');
INSERT INTO `reviews` (`id`, `rating`, `your_name`, `your_email`, `your_comment`, `product_id`) VALUES
(4019, '', 'David', 'david@example.com', 'This book is an excellent resource for parents who want to learn more about childhood nutrition. It is well-written and informative, and it provides a wealth of practical advice. I highly recommend it!', '91'),
(4020, '', 'Evelyn', 'evelyn@example.com', 'This book is a great resource for parents who want to learn more about how to feed their children a healthy diet. It is full of information and advice, and it is written in a clear and easy-to-understand way. I highly recommend it!', '91'),
(4021, '', 'Festus', 'festus@example.com', 'I really enjoyed reading this book. It was very informative and helpful. I learned a lot about childhood nutrition. I would definitely recommend this book to anyone who is interested in learning more about this topic.', '91'),
(4022, '', 'Grace', 'grace@example.com', 'This book is a must-read for any parent who wants to give their child the best possible start in life. It is packed with information on how to feed your child a healthy diet, and it is written in a clear and easy-to-understand way. I highly recommend it!', '91'),
(4023, '', 'Hilda', 'hilda@example.com', 'I found this book to be very helpful. It provided me with a lot of information on how to feed my children a healthy diet. I would definitely recommend this book to anyone who is looking for information on childhood nutrition.', '91'),
(4024, '', 'Immanuel', 'immanuel@example.com', 'This book is an excellent resource for parents who want to learn more about childhood nutrition. It is well-written and informative, and it provides a wealth of practical advice. I highly recommend it!', '91'),
(4025, '', 'Judith', 'judith@example.com', 'I really enjoyed this book! It was very informative and helpful. I learned a lot about childhood nutrition. I would definitely recommend this book to anyone who is interested in learning more about this topic.', '91'),
(4026, '', 'Kevin', 'kevin@example.com', 'This book is a must-read for anyone who cares about the health of their children. It is packed with information on how to feed your children a healthy diet. I highly recommend this book!', '91'),
(4027, '', 'Linda', 'linda@example.com', 'I found this book to be very helpful. It provided me with a lot of information on how to feed my children a healthy diet. I would definitely recommend this book to anyone who is looking for information on childhood nutrition.', '91'),
(4028, '', 'Martin', 'martin@example.com', 'This book is an excellent resource for parents who want to learn more about childhood nutrition. It is well-written and informative, and it provides a wealth of practical advice. I highly recommend it!', '91'),
(4029, '', 'Nancy', 'nancy@example.com', 'This book is a great resource for parents who want to learn more about how to feed their children a healthy diet. It is full of information and advice, and it is written in a clear and easy-to-understand way. I highly recommend it!', '91'),
(4030, '', 'Amina', 'amina@gmail.com', '\'Crushing It With Youtube\' is an amazing book that has helped me to grow my YouTube channel. I would highly recommend it to anyone who wants to start or grow their own YouTube channel.', '92'),
(4031, '', 'Barnabas', 'barnabas@gmail.com', '\'Crushing It With Youtube\' is a must-read for anyone who wants to succeed on YouTube. It is full of practical advice and tips that can help you to create high-quality videos, grow your audience, and make money from your channel.', '92'),
(4032, '', 'Chidi', 'chidi@gmail.com', '\'Crushing It With Youtube\' is a great resource for anyone who wants to learn more about the YouTube platform. It is well-written and informative, and it provides a wealth of helpful tips and advice.', '92'),
(4033, '', 'Dorcas', 'dorcas@gmail.com', '\'Crushing It With Youtube\' is a fantastic book that has helped me to take my YouTube channel to the next level. I would highly recommend it to anyone who is serious about making money on YouTube.', '92'),
(4034, '', 'Esther', 'esther@gmail.com', '\'Crushing It With Youtube\' is a great book for anyone who wants to learn how to use YouTube to make money. It is full of practical advice and tips that can help you to create successful videos and grow your audience.', '92'),
(4035, '', 'Femi', 'femi@gmail.com', '\'Crushing It With Youtube\' is a great resource for anyone who wants to learn more about the YouTube platform. It is well-written and informative, and it provides a wealth of helpful tips and advice.', '92'),
(4036, '', 'Gideon', 'gideon@gmail.com', '\'Crushing It With Youtube\' is a fantastic book that has helped me to take my YouTube channel to the next level. I would highly recommend it to anyone who is serious about making money on YouTube.', '92'),
(4037, '', 'Hilda', 'hilda@gmail.com', '\'Crushing It With Youtube\' is a great book for anyone who wants to learn how to use YouTube to make money. It is full of practical advice and tips that can help you to create successful videos and grow your audience.', '92'),
(4038, '', 'Ibrahim', 'ibrahim@gmail.com', '\'Crushing It With Youtube\' is a great resource for anyone who wants to learn more about the YouTube platform. It is well-written and informative, and it provides a wealth of helpful tips and advice.', '92'),
(4039, '', 'James', 'james@gmail.com', '\'Crushing It With Youtube\' is a fantastic book that has helped me to take my YouTube channel to the next level. I would highly recommend it to anyone who is serious about making money on YouTube.', '92'),
(4040, '', 'Kelvin', 'kelvin@gmail.com', '\'Crushing It With Youtube\' is a must-read for anyone who wants to learn how to use YouTube to grow their business. It is full of practical advice and tips that can help you to create successful videos, grow your audience, and make money from your channel.', '92'),
(4041, '', 'Linda', 'linda@gmail.com', '\'Crushing It With Youtube\' is a great resource for anyone who wants to learn more about the YouTube platform. It is well-written and informative, and it provides a wealth of helpful tips and advice.', '92'),
(4042, '', 'Martin', 'martin@gmail.com', '\'Crushing It With Youtube\' is a fantastic book that has helped me to take my YouTube channel to the next level. I would highly recommend it to anyone who is serious about making money on YouTube.', '92'),
(4043, '', 'Nana', 'nana@gmail.com', '\'Crushing It With Youtube\' is a great book for anyone who wants to learn how to use YouTube to make a difference in the world. It is full of practical advice and tips that can help you to create successful videos, grow your audience, and make a positive impact on the world.', '92'),
(4044, '', 'Obi', 'obi@gmail.com', '\'Crushing It With Youtube\' is a fantastic book that has helped me to connect with people from all over the world. I would highly recommend it to anyone who wants to use YouTube to build relationships and make friends.', '92'),
(4045, '', 'Peter', 'peter@gmail.com', '\'Crushing It With Youtube\' is a great resource for anyone who wants to learn more about the YouTube platform. It is well-written and informative, and it provides a wealth of helpful tips and advice.', '92'),
(4046, '', 'Queen', 'queen@gmail.com', '\'Crushing It With Youtube\' is a fantastic book that has helped me to grow my confidence and self-esteem. I would highly recommend it to anyone who wants to use YouTube to express themselves and share their talents with the world.', '92'),
(4047, '', 'Richard', 'richard@gmail.com', '\'Crushing It With Youtube\' is a great book for anyone who wants to learn how to use YouTube to make a living. It is full of practical advice and tips that can help you to create successful videos, grow your audience, and make money from your channel.', '92'),
(4048, '', 'Susan', 'susan@gmail.com', '\'Crushing It With Youtube\' is a fantastic book that has helped me to find my passion and purpose in life. I would highly recommend it to anyone who wants to use YouTube to make a difference in the world.', '92'),
(4049, '', 'Timothy', 'timothy@gmail.com', '\'Crushing It With Youtube\' is a great resource for anyone who wants to learn more about the YouTube platform. It is well-written and informative, and it provides a wealth of helpful tips and advice.', '92'),
(4050, '', 'Udoka', 'udoka@gmail.com', '\'Crushing It With Youtube\' is a fantastic book that has helped me to connect with people from all over the world. I would highly recommend it to anyone who wants to use YouTube to build relationships and make friends.', '92'),
(4051, '', 'Ada', 'ada@example.com', 'I just finished reading \'Crushing It With Youtube\' and it\'s amazing! I learned so much about how to grow my business on Youtube. Highly recommend it!', '92'),
(4052, '', 'Bisi', 'bisi@example.com', 'This book is a game-changer! \'Crushing It With Youtube\' has helped me take my Youtube channel to the next level. Thank you for writing this!', '92'),
(4053, '', 'Chidi', 'chidi@example.com', 'I\'ve been struggling to grow my Youtube channel for a while now, but after reading \'Crushing It With Youtube\', I finally have a clear strategy. Thank you for this amazing book!', '92'),
(4054, '', 'Dike', 'dike@example.com', 'If you\'re serious about growing your business on Youtube, you need to read \'Crushing It With Youtube\'. It\'s packed with practical tips and strategies that actually work.', '92'),
(4055, '', 'Efe', 'efe@example.com', 'I\'ve read a lot of books on Youtube marketing, but \'Crushing It With Youtube\' is by far the best one I\'ve come across. It\'s well-written, easy to understand, and full of actionable advice.', '92'),
(4056, '', 'Femi', 'femi@example.com', 'I\'m so glad I stumbled upon \'Crushing It With Youtube\'. This book has helped me take my channel to new heights and I\'m already seeing the results.', '92'),
(4057, '', 'Gbenga', 'gbenga@example.com', 'As someone who\'s new to Youtube marketing, I found \'Crushing It With Youtube\' to be incredibly helpful. The author does a great job of breaking down complex concepts into simple terms.', '92'),
(4058, '', 'Halima', 'halima@example.com', 'I can\'t recommend \'Crushing It With Youtube\' enough! This book is a must-read for anyone who wants to succeed on Youtube.', '92'),
(4059, '', 'Ifeoma', 'ifeoma@example.com', 'I\'ve been following the author\'s advice from \'Crushing It With Youtube\' for a few weeks now and I\'m already seeing an increase in views and subscribers. This book is a game-changer!', '92'),
(4060, '', 'Jide', 'jide@example.com', 'If you\'re serious about growing your business on Youtube, you need to read \'Crushing It With Youtube\'. The author provides practical tips and strategies that are easy to implement and actually work.', '92'),
(4061, '', 'Fatima', 'fatima@example.com', 'I can\'t get enough of \'Becoming An Expert At CopyWriting.\' It\'s a masterpiece!', '90'),
(4062, '', 'Abdul', 'abdul@example.com', 'This book, \'Becoming An Expert At CopyWriting,\' has revolutionized my writing skills!', '90'),
(4063, '', 'Amina', 'amina@example.com', '\'Becoming An Expert At CopyWriting\' is an absolute gem. It\'s a must-read for aspiring writers!', '90'),
(4064, '', 'Suleiman', 'suleiman@example.com', 'I\'ve gained so much knowledge from \'Becoming An Expert At CopyWriting.\' It\'s incredible!', '90'),
(4065, '', 'Zainab', 'zainab@example.com', 'The insights shared in \'Becoming An Expert At CopyWriting\' are eye-opening. Highly recommended!', '90'),
(4066, '', 'Ahmed', 'ahmed@example.com', 'I\'m grateful for \'Becoming An Expert At CopyWriting.\' It\'s the guide every writer needs!', '90'),
(4067, '', 'Mariam', 'mariam@example.com', 'The practical advice in \'Becoming An Expert At CopyWriting\' is helping me excel in my writing career!', '90'),
(4068, '', 'Hassan', 'hassan@example.com', 'I\'m impressed by the depth of knowledge in \'Becoming An Expert At CopyWriting.\' It\'s a game-changer!', '90'),
(4069, '', 'Aisha', 'aisha@example.com', 'I can\'t recommend \'Becoming An Expert At CopyWriting\' enough. It\'s a valuable resource for writers!', '90'),
(4070, '', 'Malik', 'malik@example.com', '\'Becoming An Expert At CopyWriting\' is a treasure trove of writing techniques. Love it!', '90'),
(4071, '', 'Nadia', 'nadia@example.com', 'This book, \'Becoming An Expert At CopyWriting,\' has taken my writing skills to new heights!', '90'),
(4072, '', 'Tunde', 'tunde@example.com', 'I\'ve been devouring \'Becoming An Expert At CopyWriting\' and implementing its strategies. The results are amazing!', '90'),
(4073, '', 'Folake', 'folake@example.com', 'I\'m inspired by \'Becoming An Expert At CopyWriting.\' It\'s empowering writers across Africa!', '90'),
(4074, '', 'Omar', 'omar@example.com', 'The practical tips in \'Becoming An Expert At CopyWriting\' have enhanced my writing abilities. Thank you!', '90'),
(4075, '', 'Layla', 'layla@example.com', 'I can\'t put down \'Becoming An Expert At CopyWriting.\' It\'s captivating and informative!', '90'),
(4076, '', 'Amir', 'amir@example.com', '\'Becoming An Expert At CopyWriting\' is my writing bible. It\'s a must-have for every writer!', '90'),
(4077, '', 'Sana', 'sana@example.com', 'I\'m grateful for \'Becoming An Expert At CopyWriting.\' It has transformed the way I approach writing!', '90'),
(4078, '', 'Ibrahim', 'ibrahim@example.com', '\'Becoming An Expert At CopyWriting\' is a literary masterpiece. I\'m hooked!', '90'),
(4079, '', 'Hawa', 'hawa@example.com', 'I\'m impressed by the practical examples in \'Becoming An Expert At CopyWriting.\' It\'s helping me improve!', '90'),
(4080, '', 'Abubakar', 'abubakar@example.com', 'I highly recommend \'Becoming An Expert At CopyWriting\' to all aspiring writers in Africa!', '90'),
(4081, '', 'Yara', 'yara@example.com', 'This book, \'Becoming An Expert At CopyWriting,\' is a goldmine of writing wisdom. Thank you!', '90'),
(4082, '', 'Rashid', 'rashid@example.com', 'I\'ve been recommending \'Becoming An Expert At CopyWriting\' to all my writer friends. It\'s a game-changer!', '90'),
(4083, '', 'Safia', 'safia@example.com', 'I\'m amazed by the practical tips in \'Becoming An Expert At CopyWriting.\' It\'s my writing companion!', '90'),
(4084, '', 'Karim', 'karim@example.com', '\'Becoming An Expert At CopyWriting\' is a masterpiece. It has transformed my writing!', '90'),
(4085, '', 'Zara', 'zara@example.com', 'I\'m grateful for \'Becoming An Expert At CopyWriting.\' It\'s shaping my writing journey!', '90'),
(4086, '', 'Mustafa', 'mustafa@example.com', 'This book, \'Becoming An Expert At CopyWriting,\' is a must-read for every writer in Africa!', '90'),
(4087, '', 'Laila', 'laila@example.com', 'I\'ve learned so much from \'Becoming An Expert At CopyWriting.\' It\'s a fountain of writing knowledge!', '90'),
(4088, '', 'Hamza', 'hamza@example.com', 'I\'m loving \'Becoming An Expert At CopyWriting.\' It\'s an essential tool for any writer!', '90'),
(4089, '', 'Zain', 'zain@example.com', 'The practical advice in \'Becoming An Expert At CopyWriting\' is helping me excel in my writing career!', '90'),
(4090, '', 'Amina', 'amina@example.com', 'I\'m blown away by the insights in \'Becoming An Expert At CopyWriting.\' It\'s a game-changer!', '90'),
(4091, '', 'Kwesi', 'kwesi@example.com', '\'Becoming An Expert At CopyWriting\' is a masterpiece. It\'s making me a better writer!', '90'),
(4092, '', 'Chiamaka', 'chiamaka@example.com', 'I\'m inspired by \'Becoming An Expert At CopyWriting.\' It\'s transforming my writing skills!', '90'),
(4093, '', 'Jabari', 'jabari@example.com', 'The strategies in \'Becoming An Expert At CopyWriting\' are practical and effective. I\'m seeing great results!', '90'),
(4094, '', 'Amina', 'amina@example.com', 'I\'m grateful for \'Becoming An Expert At CopyWriting.\' It\'s a game-changer for African writers!', '90'),
(4095, '', 'Nuru', 'nuru@example.com', 'I can\'t put down \'Becoming An Expert At CopyWriting.\' It\'s empowering and enlightening!', '90'),
(4096, '', 'Kwame', 'kwame@example.com', '\'Becoming An Expert At CopyWriting\' is my writing companion. It\'s helping me excel!', '90'),
(4097, '', 'Ama', 'ama@example.com', 'This book, \'Becoming An Expert At CopyWriting,\' is a game-changer for African writers!', '90'),
(4098, '', 'Sekou', 'sekou@example.com', 'I\'ve been recommending \'Becoming An Expert At CopyWriting\' to all my fellow writers. It\'s a must-read!', '90'),
(4099, '', 'Aminata', 'aminata@example.com', 'I\'m amazed by the practical tips in \'Becoming An Expert At CopyWriting.\' It\'s my writing guide!', '90'),
(4100, '', 'Kofi', 'kofi@example.com', '\'Becoming An Expert At CopyWriting\' is a gem. It\'s enhancing my writing skills!', '90'),
(4101, '', 'Eshe', 'eshe@example.com', 'I\'m grateful for \'Becoming An Expert At CopyWriting.\' It\'s transforming my writing journey!', '90'),
(4102, '', 'Femi', 'femi@example.com', 'This book, \'Becoming An Expert At CopyWriting,\' is a masterpiece. It\'s taking my writing to new heights!', '90'),
(4103, '', 'Esi', 'esi@example.com', 'I can\'t recommend \'Becoming An Expert At CopyWriting\' enough. It\'s a must-have for African writers!', '90'),
(4104, '', 'Kwesi', 'kwesi@example.com', 'I\'m blown away by the insights in \'Becoming An Expert At CopyWriting.\' It\'s changing the writing game!', '90'),
(4105, '', 'Amina', 'amina@example.com', '\'Becoming An Expert At CopyWriting\' is a writing bible. It\'s transforming my skills!', '90'),
(4106, '', 'Ayodele', 'ayodele@example.com', 'I\'m loving \'Becoming An Expert At CopyWriting.\' It\'s a game-changer for African writers!', '90'),
(4107, '', 'Ifeoma', 'ifeoma@example.com', 'The practical advice in \'Becoming An Expert At CopyWriting\' is helping me succeed as a writer!', '90'),
(4108, '', 'Jelani', 'jelani@example.com', 'I\'m inspired by \'Becoming An Expert At CopyWriting.\' It\'s an invaluable resource for African writers!', '90'),
(4109, '', 'Zara', 'zara@example.com', '\'Becoming An Expert At CopyWriting\' is a writing masterpiece. I\'m hooked!', '90'),
(4110, '', 'Amani', 'amani@example.com', 'I\'m grateful for \'Becoming An Expert At CopyWriting.\' It\'s shaping my writing career!', '90'),
(4111, '', 'Malik', 'malik@example.com', 'This book, \'Becoming An Expert At CopyWriting,\' is a must-read for aspiring writers in Africa!', '90'),
(4112, '', 'Zahra', 'zahra@example.com', 'I\'ve learned so much from \'Becoming An Expert At CopyWriting.\' It\'s a game-changer for African writers!', '90'),
(4113, '', 'Yusuf', 'yusuf@example.com', 'I\'m loving \'Becoming An Expert At CopyWriting.\' It\'s an essential tool for writers!', '90'),
(4114, '', 'Nia', 'nia@example.com', 'The practical tips in \'Becoming An Expert At CopyWriting\' are helping me improve as a writer!', '90'),
(4115, '', 'Kwame', 'kwame@example.com', '\'Becoming An Expert At CopyWriting\' is my go-to guide. It\'s transforming my writing skills!', '90'),
(4116, '', 'Kola', 'kola@email.com', '\'Development Dilemma\' is a well-researched and insightful book that provides a valuable perspective on the challenges facing Africa today. I highly recommend it to anyone who is interested in learning more about the continent.', '93'),
(4117, '', 'Lola', 'lola@email.com', 'I found \'Development Dilemma\' to be a very informative and thought-provoking read. It gave me a much better understanding of the complex issues facing Africa today. I would definitely recommend it to others.', '93'),
(4118, '', 'Mimi', 'mimi@email.com', '\'Development Dilemma\' is an essential read for anyone who wants to be informed about the challenges facing Africa today. It is well-written and informative, and it provides a balanced perspective on the challenges and opportunities facing the continent.', '93'),
(4119, '', 'Nana', 'nana@email.com', '\'Development Dilemma\' is a thought-provoking book that challenges the reader to think critically about the challenges facing Africa. I would definitely recommend it to anyone who is interested in learning more about the continent.', '93'),
(4120, '', 'Oba', 'oba@email.com', '\'Development Dilemma\' is an excellent book that provides a comprehensive overview of the challenges facing Africa today. I would definitely recommend it to anyone who is interested in learning more about the continent.', '93'),
(4121, '', 'Peter', 'peter@email.com', '\'Development Dilemma\' is a must-read for anyone who wants to understand the complex issues facing Africa today. It is well-written and informative, and it provides a balanced perspective on the challenges and opportunities facing the continent.', '93'),
(4122, '', 'Queen', 'queen@email.com', 'I really enjoyed reading \'Development Dilemma\'. It was an eye-opening read that gave me a new perspective on the challenges facing Africa. I would definitely recommend it to others.', '93'),
(4123, '', 'Richard', 'richard@email.com', '\'Development Dilemma\' is an essential read for anyone who wants to understand the complex issues facing Africa today. It is well-written and informative, and it provides a balanced perspective on the challenges and opportunities facing the continent.', '93'),
(4124, '', 'Sally', 'sally@email.com', '\'Development Dilemma\' is a thought-provoking book that challenges the reader to think critically about the challenges facing Africa. I would definitely recommend it to anyone who is interested in learning more about the continent.', '93'),
(4125, '', 'Tunde', 'tunde@email.com', '\'Development Dilemma\' is an excellent book that provides a comprehensive overview of the challenges facing Africa today. I would definitely recommend it to anyone who is interested in learning more about the continent.', '93'),
(4126, '', 'Udoka', 'udoka@email.com', '\'Development Dilemma\' is a must-read for anyone who wants to understand the complex issues facing Africa today. It is well-written and informative, and it provides a balanced perspective on the challenges and opportunities facing the continent.', '93'),
(4127, '', 'Vivian', 'vivian@email.com', 'I really enjoyed reading \'Development Dilemma\'. It was an eye-opening read that gave me a new perspective on the challenges facing Africa. I would definitely recommend it to others.', '93'),
(4128, '', 'Wole', 'wole@email.com', '\'Development Dilemma\' is an essential read for anyone who wants to understand the complex issues facing Africa today. It is well-written and informative, and it provides a balanced perspective on the challenges and opportunities facing the continent.', '93'),
(4129, '', 'Yusuf', 'yusuf@email.com', '\'Development Dilemma\' is a thought-provoking book that challenges the reader to think critically about the challenges facing Africa. I would definitely recommend it to anyone who is interested in learning more about the continent.', '93'),
(4130, '', 'Zara', 'zara@email.com', '\'Development Dilemma\' is an excellent book that provides a comprehensive overview of the challenges facing Africa today. I would definitely recommend it to anyone who is interested in learning more about the continent.', '93'),
(4131, '', 'Aisha', 'aisha@email.com', '\'Development Dilemma\' is a well-written and informative book that provides a comprehensive overview of the challenges facing Africa today. I highly recommend it to anyone who is interested in learning more about the continent.', '93'),
(4132, '', 'Barnabas', 'barnabas@email.com', 'I really enjoyed reading \'Development Dilemma\'. It was an eye-opening read that gave me a new perspective on the challenges facing Africa. I would definitely recommend it to others.', '93'),
(4133, '', 'Chidi', 'chidi@email.com', '\'Development Dilemma\' is an essential read for anyone who wants to understand the complex issues facing Africa today. It is well-written and informative, and it provides a balanced perspective on the challenges and opportunities facing the continent.', '93'),
(4134, '', 'Damilola', 'damilola@email.com', '\'Development Dilemma\' is a thought-provoking book that challenges the reader to think critically about the challenges facing Africa. I highly recommend it to anyone who is interested in learning more about the continent.', '93'),
(4135, '', 'Ebenezer', 'ebenezer@email.com', '\'Development Dilemma\' is an excellent book that provides a comprehensive overview of the challenges facing Africa today. I would definitely recommend it to anyone who is interested in learning more about the continent.', '93'),
(4136, '', 'Femi', 'femi@email.com', '\'Development Dilemma\' is a must-read for anyone who wants to understand the complex issues facing Africa today. It is well-written and informative, and it provides a balanced perspective on the challenges and opportunities facing the continent.', '93'),
(4137, '', 'Gideon', 'gideon@email.com', 'I really enjoyed reading \'Development Dilemma\'. It was an eye-opening read that gave me a new perspective on the challenges facing Africa. I would definitely recommend it to others.', '93'),
(4138, '', 'Habiba', 'habiba@email.com', '\'Development Dilemma\' is an essential read for anyone who wants to understand the complex issues facing Africa today. It is well-written and informative, and it provides a balanced perspective on the challenges and opportunities facing the continent.', '93'),
(4139, '', 'Ibrahim', 'ibrahim@email.com', '\'Development Dilemma\' is a thought-provoking book that challenges the reader to think critically about the challenges facing Africa. I highly recommend it to anyone who is interested in learning more about the continent.', '93'),
(4140, '', 'Juma', 'juma@email.com', '\'Development Dilemma\' is an excellent book that provides a comprehensive overview of the challenges facing Africa today. I would definitely recommend it to anyone who is interested in learning more about the continent.', '93'),
(4141, '', 'Kola', 'kola@email.com', '\'Development Dilemma\' is a well-researched and insightful book that provides a valuable perspective on the challenges facing Africa today. I highly recommend it to anyone who is interested in learning more about the continent.', '93'),
(4142, '', 'Lola', 'lola@email.com', 'I found \'Development Dilemma\' to be a very informative and thought-provoking read. It gave me a much better understanding of the complex issues facing Africa today. I would definitely recommend it to others.', '93'),
(4143, '', 'Mimi', 'mimi@email.com', '\'Development Dilemma\' is an essential read for anyone who wants to be informed about the challenges facing Africa today. It is well-written and informative, and it provides a balanced perspective on the challenges and opportunities facing the continent.', '93'),
(4144, '', 'Nana', 'nana@email.com', '\'Development Dilemma\' is a thought-provoking book that challenges the reader to think critically about the challenges facing Africa. I highly recommend it to anyone who is interested in learning more about the continent.', '93'),
(4145, '', 'John', 'john@example.com', 'I loved \"The bully buster\"! It is an inspiring book that teaches important lessons about standing up to bullies.', '95'),
(4146, '', 'Mary', 'mary@example.com', 'I couldn\'t put \"The bully buster\" down! It is a must-read for anyone who has ever been bullied or knows someone who has.', '95'),
(4147, '', 'David', 'david@example.com', '\"The bully buster\" is an amazing book that teaches kids how to be kind and stand up for themselves and others. Highly recommended!', '95'),
(4148, '', 'Sarah', 'sarah@example.com', 'I read \"The bully buster\" with my kids and we all loved it! It is a great way to start conversations about bullying and how to prevent it.', '95'),
(4149, '', 'James', 'james@example.com', 'As a teacher, I highly recommend \"The bully buster\" to all my students. It is a powerful tool for teaching empathy and kindness.', '95'),
(4150, '', 'Grace', 'grace@example.com', '\"The bully buster\" is a fantastic book that teaches kids how to be brave and stand up for what is right. I wish I had read it when I was younger!', '95'),
(4151, '', 'Daniel', 'daniel@example.com', 'I bought \"The bully buster\" for my nephew and he loved it! It is a fun and engaging book that also teaches important life lessons.', '95'),
(4152, '', 'Amina', 'amina@example.com', '\"The bully buster\" is a great book that shows kids how to be strong and confident in the face of bullying. Every child should read it!', '95'),
(4153, '', 'Abdul', 'abdul@example.com', 'I was moved by \"The bully buster\". It is a heartwarming story that teaches important values like courage, kindness, and friendship.', '95'),
(4154, '', 'Fatima', 'fatima@example.com', '\"The bully buster\" is an excellent book that teaches kids how to be resilient and overcome adversity. I highly recommend it!', '95'),
(4155, '', 'Alice', 'alice@example.com', 'I loved \"The bully buster\"! It is an inspiring book that teaches important lessons about standing up to bullies.', '95'),
(4156, '', 'Bob', 'bob@example.com', 'I couldn\'t put \"The bully buster\" down! It is a must-read for anyone who has ever been bullied or knows someone who has.', '95'),
(4157, '', 'Charlie', 'charlie@example.com', '\"The bully buster\" is an amazing book that teaches kids how to be kind and stand up for themselves and others. Highly recommended!', '95'),
(4158, '', 'Diana', 'diana@example.com', 'I read \"The bully buster\" with my kids and we all loved it! It is a great way to start conversations about bullying and how to prevent it.', '95'),
(4159, '', 'Ethan', 'ethan@example.com', 'As a teacher, I highly recommend \"The bully buster\" to all my students. It is a powerful tool for teaching empathy and kindness.', '95'),
(4160, '', 'Fiona', 'fiona@example.com', '\"The bully buster\" is a fantastic book that teaches kids how to be brave and stand up for what is right. I wish I had read it when I was younger!', '95'),
(4161, '', 'George', 'george@example.com', 'I bought \"The bully buster\" for my nephew and he loved it! It is a fun and engaging book that also teaches important life lessons.', '95'),
(4162, '', 'Hannah', 'hannah@example.com', '\"The bully buster\" is a great book that shows kids how to be strong and confident in the face of bullying. Every child should read it!', '95'),
(4163, '', 'Isaac', 'isaac@example.com', 'I was moved by \"The bully buster\". It is a heartwarming story that teaches important values like courage, kindness, and friendship.', '95'),
(4164, '', 'Julia', 'julia@example.com', '\"The bully buster\" is an excellent book that teaches kids how to be resilient and overcome adversity. I highly recommend it!', '95'),
(4165, '', 'Kevin', 'kevin@example.com', 'I love \"The bully buster\"! It is a great book that teaches kids how to be strong and stand up for themselves.', '95'),
(4166, '', 'Linda', 'linda@example.com', '\"The bully buster\" is a wonderful book that teaches kids how to be kind and compassionate towards others. A must-read!', '95'),
(4167, '', 'Mike', 'mike@example.com', 'I think \"The bully buster\" is an important book that should be read by every child. It teaches valuable lessons about empathy and respect.', '95'),
(4168, '', 'Nancy', 'nancy@example.com', '\"The bully buster\" is an amazing book that shows kids how to be brave and stand up for what they believe in. Highly recommended!', '95'),
(4169, '', 'Oliver', 'oliver@example.com', 'I read \"The bully buster\" with my son and we both loved it! It is a great way to start conversations about bullying and how to prevent it.', '95'),
(4170, '', 'Peter', 'peter@example.com', '\"The bully buster\" is a fantastic book that teaches kids how to be confident and assertive in the face of bullying. Every child should read it!', '95'),
(4171, '', 'Quincy', 'quincy@example.com', '\"The bully buster\" is an excellent book that teaches kids how to be resilient and overcome challenges. I highly recommend it!', '95'),
(4172, '', 'Rachel', 'rachel@example.com', 'I think \"The bully buster\" is an inspiring book that shows kids how to be kind, brave, and compassionate towards others.', '95'),
(4173, '', 'Samuel', 'samuel@example.com', '\"The bully buster\" is a wonderful book that teaches kids how to stand up for themselves and others in the face of bullying. A must-read!', '95'),
(4174, '', 'Tina', 'tina@example.com', '\"The bully buster\" is an amazing book that teaches kids how to be strong, confident, and kind-hearted. Highly recommended!', '95'),
(4175, '', 'Uma', 'uma@example.com', '\"The bully buster\" is a fantastic book that shows kids how to be brave, resilient, and compassionate towards others. Every child should read it!', '95'),
(4176, '', 'Victor', 'victor@example.com', '\"The bully buster\" is an excellent book that teaches  kids how to be empathetic, respectful, and courageous. I highly recommend it!', '95'),
(4177, '', 'Wendy', 'wendy@example.com', 'I love \"The bully buster\"! It is a great book that teaches kids how to be kind, brave, and stand up for what is right.', '95'),
(4178, '', 'Xander', 'xander@example.com', '\"The bully buster\" is a wonderful book that teaches kids how to be strong, confident, and compassionate towards others. A must-read!', '95'),
(4179, '', 'Yara', 'yara@example.com', '\"The bully buster\" is an amazing book that shows kids how to be brave, resilient, and kind-hearted. Highly recommended!', '95'),
(4180, '', 'Zachary', 'zachary@example.com', '\"The bully buster\" is an excellent book that teaches kids how to be empathetic, respectful, and courageous. I highly recommend it!', '95'),
(4181, '', 'Ade', 'ade@example.com', 'I loved \"The bully buster\"! It is an inspiring book that teaches important lessons about standing up to bullies.', '95'),
(4182, '', 'Bisi', 'bisi@example.com', 'I couldn\'t put \"The bully buster\" down! It is a must-read for anyone who has ever been bullied or knows someone who has.', '95'),
(4183, '', 'Chidi', 'chidi@example.com', '\"The bully buster\" is an amazing book that teaches kids how to be kind and stand up for themselves and others. Highly recommended!', '95'),
(4184, '', 'Dapo', 'dapo@example.com', 'I read \"The bully buster\" with my kids and we all loved it! It is a great way to start conversations about bullying and how to prevent it.', '95'),
(4185, '', 'Efe', 'efe@example.com', 'As a teacher, I highly recommend \"The bully buster\" to all my students. It is a powerful tool for teaching empathy and kindness.', '95'),
(4186, '', 'Femi', 'femi@example.com', '\"The bully buster\" is a fantastic book that teaches kids how to be brave and stand up for what is right. I wish I had read it when I was younger!', '95'),
(4187, '', 'Gloria', 'gloria@example.com', 'I bought \"The bully buster\" for my nephew and he loved it! It is a fun and engaging book that also teaches important life lessons.', '95'),
(4188, '', 'Hassan', 'hassan@example.com', '\"The bully buster\" is a great book that shows kids how to be strong and confident in the face of bullying. Every child should read it!', '95'),
(4189, '', 'Ibrahim', 'ibrahim@example.com', 'I was moved by \"The bully buster\". It is a heartwarming story that teaches important values like courage, kindness, and friendship.', '95'),
(4190, '', 'Jumoke', 'jumoke@example.com', '\"The bully buster\" is an excellent book that teaches kids how to be resilient and overcome adversity. I highly recommend it!', '95'),
(4191, '', 'Kola', 'kola@example.com', 'I love \"The bully buster\"! It is a great book that teaches kids how to be strong and stand up for themselves.', '95'),
(4192, '', 'Lara', 'lara@example.com', '\"The bully buster\" is a wonderful book that teaches kids how to be kind and compassionate towards others. A must-read!', '95'),
(4193, '', 'Musa', 'musa@example.com', 'I think \"The bully buster\" is an important book that should be read by every child. It teaches valuable lessons about empathy and respect.', '95'),
(4194, '', 'Ngozi', 'ngozi@example.com', '\"The bully buster\" is an amazing book that shows kids how to be brave and stand up for what they believe in. Highly recommended!', '95'),
(4195, '', 'Ola', 'ola@example.com', 'I read \"The bully buster\" with my son and we both loved it! It is a great way to start conversations about bullying and how to prevent it.', '95'),
(4196, '', 'Patience', 'patience@example.com', '\"The bully buster\" is a fantastic book that teaches kids how to be confident and assertive in the face of bullying. Every child should read it!', '95'),
(4197, '', 'Qudus', 'qudus@example.com', '\"The bully buster\" is an excellent book that teaches kids how to be resilient and overcome challenges. I highly recommend it!', '95'),
(4198, '', 'Rita', 'rita@example.com', 'I think \"The bully buster\" is an inspiring book that shows kids how to be kind, brave, and compassionate towards others.', '95'),
(4199, '', 'Sade', 'sade@example.com', '\"The bully buster\" is a wonderful book that teaches kids how to stand up for themselves and others  in the face of bullying. A must-read!', '95'),
(4200, '', 'Tunde', 'tunde@example.com', '\"The bully buster\" is an amazing book that teaches kids how to be strong, confident, and kind-hearted. Highly recommended!', '95'),
(4201, '', 'Uche', 'uche@example.com', '\"The bully buster\" is a fantastic book that shows kids how to be brave, resilient, and compassionate towards others. Every child should read it!', '95'),
(4202, '', 'Vera', 'vera@example.com', '\"The bully buster\" is an excellent book that teaches kids how to be empathetic, respectful, and courageous. I highly recommend it!', '95'),
(4203, '', 'Wale', 'wale@example.com', 'I loved \"The bully buster\"! It is an inspiring book that teaches important lessons about standing up to bullies.', '95'),
(4204, '', 'Ximena', 'ximena@example.com', 'I couldn\'t put \"The bully buster\" down! It is a must-read for anyone who has ever been bullied or knows someone who has.', '95'),
(4205, '', 'Yemi', 'yemi@example.com', '\"The bully buster\" is an amazing book that teaches kids how to be kind and stand up for themselves and others. Highly recommended!', '95'),
(4206, '', 'Zara', 'zara@example.com', 'I read \"The bully buster\" with my kids and we all loved it! It is a great way to start conversations about bullying and how to prevent it.', '95'),
(4207, '', 'Ayo', 'ayo@example.com', 'As a teacher, I highly recommend \"The bully buster\" to all my students. It is a powerful tool for teaching empathy and kindness.', '95'),
(4208, '', 'Bola', 'bola@example.com', '\"The bully buster\" is a fantastic book that teaches kids how to be brave and stand up for what is right. I wish I had read it when I was younger!', '95'),
(4209, '', 'Chuka', 'chuka@example.com', 'I bought \"The bully buster\" for my nephew and he loved it! It is a fun and engaging book that also teaches important life lessons.', '95'),
(4210, '', 'Dare', 'dare@example.com', '\"The bully buster\" is a great book that shows kids how to be strong and confident in the face of bullying. Every child should read it!', '95'),
(4211, '', 'Ella', 'ella@example.com', 'I was moved by \"The bully buster\". It is a heartwarming story that teaches important values like courage, kindness, and friendship.', '95'),
(4212, '', 'Felix', 'felix@example.com', '\"The bully buster\" is an excellent book that teaches kids how to be resilient and overcome adversity. I highly recommend it!', '95'),
(4213, '', 'Grace', 'grace@example.com', 'I love \"The bully buster\"! It is a great book that teaches kids how to be strong and stand up for themselves.', '95'),
(4214, '', 'Henry', 'henry@example.com', '\"The bully buster\" is a wonderful book that teaches kids how to be kind and compassionate towards others. A must-read!', '95'),
(4215, '', 'Ifeoma', 'ifeoma@example.com', 'I think \"The bully buster\" is an important book that should be read by every child. It teaches valuable lessons about empathy and respect.', '95'),
(4216, '', 'Jide', 'jide@example.com', '\"The bully buster\" is an amazing book that shows kids how to be brave and stand up for what they believe in. Highly recommended!', '95'),
(4217, '', 'Kemi', 'kemi@example.com', 'I read \"The bully buster\" with my son and we both loved it! It is a great way to start conversations about bullying and how to prevent it.', '95'),
(4218, '', 'Lola', 'lola@example.com', '\"The bully buster\" is a fantastic book that teaches kids how to be confident and assertive in the face of bullying. Every child should read it!', '95'),
(4219, '', 'Moses', 'moses@example.com', '\"The bully buster\" is an excellent book that teaches kids how to be resilient and overcome challenges. I highly recommend it!', '95'),
(4220, '', 'Nneka', 'nneka@example.com', 'I think \"The bully buster\" is an inspiring book that shows kids how to be kind, brave, and compassionate towards others.', '95'),
(4221, '', 'Oluwaseun', 'oluwaseun@example.com', '\"The bully buster\" is a wonderful book that teaches kids how to stand up for themselves and others in the face of bullying. A must-read!', '95'),
(4222, '', 'Pascal', 'pascal@example.com', '\"The bully buster\" is an amazing book that teaches kids how to be strong, confident, and kind-hearted. Highly recommended!', '95'),
(4223, '', 'John', 'john@example.com', 'I loved Your First Online Business! It was very informative and helped me start my own online business.', '97'),
(4224, '', 'Mary', 'mary@example.com', 'Your First Online Business is a must-read for anyone looking to start an online business. Highly recommended!', '97'),
(4225, '', 'David', 'david@example.com', 'I found Your First Online Business to be very practical and easy to follow. Great book!', '97'),
(4226, '', 'Grace', 'grace@example.com', 'Your First Online Business is an excellent resource for anyone looking to start an online business. I learned so much from it!', '97'),
(4227, '', 'Peter', 'peter@example.com', 'I highly recommend Your First Online Business to anyone looking to start an online business. It is very well-written and informative.', '97'),
(4228, '', 'Sarah', 'sarah@example.com', 'Your First Online Business is a great book for beginners. It covers all the basics and provides practical advice.', '97'),
(4229, '', 'James', 'james@example.com', 'I found Your First Online Business to be very helpful. It provided me with the knowledge and confidence I needed to start my own online business.', '97'),
(4230, '', 'Joyce', 'joyce@example.com', 'Your First Online Business is a fantastic book! It is very well-organized and easy to understand.', '97'),
(4231, '', 'Michael', 'michael@example.com', 'I loved Your First Online Business! It was very inspiring and gave me the motivation I needed to start my own online business.', '97'),
(4232, '', 'Lucy', 'lucy@example.com', 'Your First Online Business is a great book for anyone looking to start an online business. It covers all the important topics and provides practical advice.', '97'),
(4233, '', 'Chiamaka', 'chiamaka@example.com', 'Your First Online Business is a great book! It helped me start my own online business.', '97'),
(4234, '', 'Emeka', 'emeka@example.com', 'I highly recommend Your First Online Business to anyone looking to start an online business. It is very informative.', '97'),
(4235, '', 'Adebayo', 'adebayo@example.com', 'Your First Online Business is a must-read for anyone looking to start an online business. It covers all the important topics.', '97'),
(4236, '', 'Chinonso', 'chinonso@example.com', 'I found Your First Online Business to be very practical and easy to follow. Great book!', '97'),
(4237, '', 'Oluwaseun', 'oluwaseun@example.com', 'Your First Online Business is an excellent resource for anyone looking to start an online business. I learned so much from it!', '97'),
(4238, '', 'Ngozi', 'ngozi@example.com', 'I loved Your First Online Business! It was very inspiring and gave me the motivation I needed to start my own online business.', '97'),
(4239, '', 'Tunde', 'tunde@example.com', 'Your First Online Business is a great book for beginners. It covers all the basics and provides practical advice.', '97'),
(4240, '', 'Blessing', 'blessing@example.com', 'I found Your First Online Business to be very helpful. It provided me with the knowledge and confidence I needed to start my own online business.', '97'),
(4241, '', 'Chuka', 'chuka@example.com', 'Your First Online Business is a fantastic book! It is very well-organized and easy to understand.', '97'),
(4242, '', 'Nneka', 'nneka@example.com', 'I highly recommend Your First Online Business to anyone looking to start an online business. It covers all the important topics and provides practical advice.', '97'),
(4243, '', 'Oluwatoyin', 'oluwatoyin@example.com', 'Your First Online Business is a great book for anyone looking to start an online business. It covers all the important topics and provides practical advice.', '97'),
(4244, '', 'Obinna', 'obinna@example.com', 'I found Your First Online Business to be very informative. It provided me with the knowledge I needed to start my own online business.', '97'),
(4245, '', 'Chidinma', 'chidinma@example.com', 'Your First Online Business is a must-read for anyone looking to start an online business. Highly recommended!', '97'),
(4246, '', 'Oluwakemi', 'oluwakemi@example.com', 'I loved Your First Online Business! It was very informative and helped me start my own online business.', '97'),
(4247, '', 'Adetokunbo', 'adetokunbo@example.com', 'Your First Online Business is a great book! It covers all the important topics and provides practical advice.', '97'),
(4248, '', 'Chibuzo', 'chibuzo@example.com', 'I found Your First Online Business to be very helpful. It provided me with the knowledge and confidence I needed to start my own online business.', '97'),
(4249, '', 'Oluwadamilare', 'oluwadamilare@example.com', 'Your First Online Business is an excellent resource for anyone looking to start an online business. I learned so much from it!', '97'),
(4250, '', 'Adeola', 'adeola@example.com', 'Your First Online Business is a fantastic book! It is very well-written and informative.', '97'),
(4251, '', 'Chinwe', 'chinwe@example.com', 'I highly recommend Your First Online Business to anyone looking to start an online business. It covers all the important topics and provides practical advice.', '97'),
(4252, '', 'Oluwafemi', 'oluwafemi@example.com', 'Your First Online Business is a great book for beginners. It covers all the basics and provides practical advice.', '97'),
(4253, '', 'Adebimpe', 'adebimpe@example.com', 'Your First Online Business is a must-read for anyone looking to start an online business. It\'s very informative.', '97'),
(4254, '', 'Chukwuemeka', 'chukwuemeka@example.com', 'I found Your First Online Business to be very practical and easy to follow. Great book!', '97'),
(4255, '', 'Oluwatosin', 'oluwatosin@example.com', 'Your First Online Business is an excellent resource for anyone looking to start an online business.  It covers all the important topics and provides practical advice.', '97'),
(4256, '', 'Adanna', 'adanna@example.com', 'I loved Your First Online Business! It was very inspiring and gave me the motivation I needed to start my own online business.', '97'),
(4257, '', 'Chinedu', 'chinedu@example.com', 'Your First Online Business is a great book for anyone looking to start an online business. It covers all the important topics and provides practical advice.', '97'),
(4258, '', 'Oluwaseyi', 'oluwaseyi@example.com', 'I highly recommend Your First Online Business to anyone looking to start an online business. It is very informative and well-written.', '97'),
(4259, '', 'Adeyemi', 'adeyemi@example.com', 'Your First Online Business is a fantastic book! It is very well-organized and easy to understand.', '97'),
(4260, '', 'Chiamanda', 'chiamanda@example.com', 'I found Your First Online Business to be very helpful. It provided me with the knowledge and confidence I needed to start my own online business.', '97'),
(4261, '', 'Oluwakanyinsola', 'oluwakanyinsola@example.com', 'Your First Online Business is a great book! It covers all the important topics and provides practical advice.', '97'),
(4262, '', 'Adetoun', 'adetoun@example.com', 'I highly recommend Your First Online Business to anyone looking to start an online business. It covers all the important topics and provides practical advice.', '97'),
(4263, '', 'Chigozie', 'chigozie@example.com', 'Your First Online Business is a must-read for anyone looking to start an online business. Highly recommended!', '97'),
(4264, '', 'Oluwafunmilayo', 'oluwafunmilayo@example.com', 'I loved Your First Online Business! It was very informative and helped me start my own online business.', '97'),
(4265, '', 'Adegoke', 'adegoke@example.com', 'Your First Online Business is a great book for beginners. It covers all the basics and provides practical advice.', '97'),
(4266, '', 'Chinemerem', 'chinemerem@example.com', 'Your First Online Business is a fantastic book! It\'s very well-written and informative.', '97'),
(4267, '', 'Oluwakayode', 'oluwakayode@example.com', 'I found Your First Online Business to be very practical and easy to follow. Great book!', '97'),
(4268, '', 'Adewale', 'adewale@example.com', 'Your First Online Business is an excellent resource for anyone looking to start an online business. It\'s very informative.', '97'),
(4269, '', 'Chinweike', 'chinweike@example.com', 'Your First Online Business is a must-read for anyone looking to start an online business. It\'s very informative.', '97'),
(4270, '', 'Oluwatobiloba', 'oluwatobiloba@example.com', 'Your First Online Business is a great book! It covers all the important topics and provides practical advice.', '97'),
(4271, '', 'Adetayo', 'adetayo@example.com', 'I highly recommend Your First Online Business to anyone looking to start an online business. It covers all the important topics and provides practical advice.', '97'),
(4272, '', 'Chinonso', 'chinonso2@example.com', 'Your First Online Business is a fantastic book! It is very well-organized and easy to understand.', '97'),
(4273, '', 'Oluwadamilola', 'oluwadamilola2@example.com', 'I found Your First Online Business to be very helpful. It provided me with the knowledge and confidence I needed to start my own online business.', '97'),
(4274, '', 'Adejoke', 'adejoke2@example.com', 'Your First Online Business is a great book! It covers all the important topics and provides practical advice.', '97');
INSERT INTO `reviews` (`id`, `rating`, `your_name`, `your_email`, `your_comment`, `product_id`) VALUES
(4275, '', 'Chukwudi', 'chukwudi2@example.com', 'Your First Online Business is a must-read for anyone looking to start an online business. Highly recommended!', '97'),
(4276, '', 'Oluwafikunayomi', 'oluwafikunayomi2@example.com', 'Your First Online Business is a fantastic book! It\'s very well-written and informative.', '97'),
(4277, '', 'Ademola', 'ademola2@example.com', 'Your First Online Business is an excellent resource for anyone looking to start an online business. I learned so much from it!', '97'),
(4278, '', 'Chinaza', 'chinaza2@example.com', 'I loved Your First Online Business! It was very inspiring and gave me the motivation I needed to start my own online business.', '97'),
(4279, '', 'Oluwatoyosi', 'oluwatoyosi2@example.com', 'Your First Online Business is a great book for beginners. It covers all the basics and provides practical advice.', '97'),
(4280, '', 'Adeyinka', 'adeyinka2@example.com', 'I highly recommend Your First Online Business to anyone looking to start an online business. It covers all the important  topics and provides practical advice.', '97'),
(4281, '', 'Ada', 'ada@example.com', 'I just finished reading \'Stress Less\' and it was amazing! I feel so much better now.', '98'),
(4282, '', 'Bisi', 'bisi@example.com', 'I highly recommend \'Stress Less\' to anyone who needs to relax and unwind.', '98'),
(4283, '', 'Chidi', 'chidi@example.com', 'This book is a game-changer! \'Stress Less\' helped me overcome my anxiety.', '98'),
(4284, '', 'Dapo', 'dapo@example.com', 'I love \'Stress Less\'! It\'s a must-read for anyone who wants to live a stress-free life.', '98'),
(4285, '', 'Efe', 'efe@example.com', 'Reading \'Stress Less\' was such a great experience. I learned so much about managing stress.', '98'),
(4286, '', 'Femi', 'femi@example.com', 'I can\'t believe how much \'Stress Less\' has helped me. I feel like a new person!', '98'),
(4287, '', 'Gbenga', 'gbenga@example.com', 'If you\'re feeling stressed out, you need to read \'Stress Less\'. It\'s a life-saver!', '98'),
(4288, '', 'Halima', 'halima@example.com', 'I\'ve read a lot of self-help books, but \'Stress Less\' is by far the best one I\'ve ever read.', '98'),
(4289, '', 'Ifeoma', 'ifeoma@example.com', 'This book is exactly what I needed! Thank you for writing \'Stress Less\'.', '98'),
(4290, '', 'Jide', 'jide@example.com', 'I\'m so glad I found \'Stress Less\'. It\'s been a huge help in my life.', '98'),
(4291, '', 'Fatima', 'fatima@example.com', 'I can\'t get enough of \"Creating The Perfect YouTube Marketing Video.\" It\'s a game-changer!', '94'),
(4292, '', 'Abdul', 'abdul@example.com', 'This book, \'Creating The Perfect YouTube Marketing Video,\' is a must-have for every marketer!', '94'),
(4293, '', 'Amina', 'amina@example.com', '\'Creating The Perfect YouTube Marketing Video\' is a gem. It has transformed my marketing strategies!', '94'),
(4294, '', 'Suleiman', 'suleiman@example.com', 'I\'ve learned so much from \'Creating The Perfect YouTube Marketing Video.\' Highly recommended!', '94'),
(4295, '', 'Zainab', 'zainab@example.com', 'The tips and techniques shared in \'Creating The Perfect YouTube Marketing Video\' are priceless!', '94'),
(4296, '', 'Ahmed', 'ahmed@example.com', 'I\'m grateful for \'Creating The Perfect YouTube Marketing Video.\' It has revolutionized my marketing efforts!', '94'),
(4297, '', 'Mariam', 'mariam@example.com', 'The practical advice in \'Creating The Perfect YouTube Marketing Video\' is helping me excel in my marketing campaigns!', '94'),
(4298, '', 'Hassan', 'hassan@example.com', 'I\'m impressed by the insights in \'Creating The Perfect YouTube Marketing Video.\' It\'s a must-read!', '94'),
(4299, '', 'Aisha', 'aisha@example.com', 'I can\'t recommend \'Creating The Perfect YouTube Marketing Video\' enough. It\'s a game-changer!', '94'),
(4300, '', 'Malik', 'malik@example.com', '\'Creating The Perfect YouTube Marketing Video\' is a treasure trove of video marketing knowledge!', '94'),
(4301, '', 'Nadia', 'nadia@example.com', 'This book, \'Creating The Perfect YouTube Marketing Video,\' is a must-have resource for marketers!', '94'),
(4302, '', 'Tunde', 'tunde@example.com', 'I\'ve been implementing the strategies from \'Creating The Perfect YouTube Marketing Video\' and seeing amazing results!', '94'),
(4303, '', 'Folake', 'folake@example.com', 'I\'m inspired by \'Creating The Perfect YouTube Marketing Video.\' It\'s empowering African marketers!', '94'),
(4304, '', 'Omar', 'omar@example.com', 'The practical tips in \'Creating The Perfect YouTube Marketing Video\' are helping me optimize my videos!', '94'),
(4305, '', 'Layla', 'layla@example.com', 'I can\'t put down \'Creating The Perfect YouTube Marketing Video.\' It\'s a must-read for every marketer!', '94'),
(4306, '', 'Amir', 'amir@example.com', '\'Creating The Perfect YouTube Marketing Video\' is my go-to guide. It\'s transforming my marketing game!', '94'),
(4307, '', 'Sana', 'sana@example.com', 'I\'m grateful for \'Creating The Perfect YouTube Marketing Video.\' It has elevated my marketing strategies!', '94'),
(4308, '', 'Ibrahim', 'ibrahim@example.com', '\'Creating The Perfect YouTube Marketing Video\' is a marketing masterpiece. Highly recommended!', '94'),
(4309, '', 'Hawa', 'hawa@example.com', 'I\'m impressed by the practical examples in \'Creating The Perfect YouTube Marketing Video.\' It\'s a game-changer!', '94'),
(4310, '', 'Abubakar', 'abubakar@example.com', 'This book, \'Creating The Perfect YouTube Marketing Video,\' is a must-read for African marketers!', '94'),
(4311, '', 'Yara', 'yara@example.com', 'I\'ve learned so much from \'Creating The Perfect YouTube Marketing Video.\' It\'s my marketing bible!', '94'),
(4312, '', 'Rashid', 'rashid@example.com', 'I\'m amazed by the strategies in \'Creating The Perfect YouTube Marketing Video.\' It\'s a game-changer!', '94'),
(4313, '', 'Safia', 'safia@example.com', '\'Creating The Perfect YouTube Marketing Video\' is a goldmine of video marketing wisdom!', '94'),
(4314, '', 'Karim', 'karim@example.com', 'I\'m loving \'Creating The Perfect YouTube Marketing Video.\' It\'s a must-have for video marketers!', '94'),
(4315, '', 'Zara', 'zara@example.com', 'The insights in \'Creating The Perfect YouTube Marketing Video\' are invaluable. Thank you!', '94'),
(4316, '', 'Mustafa', 'mustafa@example.com', 'I can\'t get enough of \'Creating The Perfect YouTube Marketing Video.\' It\'s transforming my videos!', '94'),
(4317, '', 'Laila', 'laila@example.com', 'I\'m grateful for \'Creating The Perfect YouTube Marketing Video.\' It\'s taking my marketing to new heights!', '94'),
(4318, '', 'Hamza', 'hamza@example.com', '\'Creating The Perfect YouTube Marketing Video\' is my marketing companion. It\'s a game-changer!', '94'),
(4319, '', 'Zain', 'zain@example.com', 'This book, \'Creating The Perfect YouTube Marketing Video,\' is a must-read for video marketers!', '94'),
(4320, '', 'Amina', 'amina@example.com', 'I\'ve been recommending \'Creating The Perfect YouTube Marketing Video\' to all my fellow marketers!', '94'),
(4321, '', 'Kwesi', 'kwesi@example.com', 'I\'m amazed by the practical tips in \'Creating The Perfect YouTube Marketing Video.\' It\'s a game-changer!', '94'),
(4322, '', 'Chiamaka', 'chiamaka@example.com', 'The strategies in \'Creating The Perfect YouTube Marketing Video\' are practical and effective!', '94'),
(4323, '', 'Jabari', 'jabari@example.com', 'I\'m grateful for \'Creating The Perfect YouTube Marketing Video.\' It\'s empowering African marketers!', '94'),
(4324, '', 'Amina', 'amina@example.com', 'This book, \'Creating The Perfect YouTube Marketing Video,\' is my go-to resource for video marketing!', '94'),
(4325, '', 'Nuru', 'nuru@example.com', 'I\'m loving \'Creating The Perfect YouTube Marketing Video.\' It\'s a must-have for every video marketer!', '94'),
(4326, '', 'Kwame', 'kwame@example.com', '\'Creating The Perfect YouTube Marketing Video\' is my video marketing bible. It\'s transforming my videos!', '94'),
(4327, '', 'Ama', 'ama@example.com', 'I\'m impressed by the insights in \'Creating The Perfect YouTube Marketing Video.\' It\'s a game-changer!', '94'),
(4328, '', 'Sekou', 'sekou@example.com', 'I can\'t put down \'Creating The Perfect YouTube Marketing Video.\' It\'s a must-read for marketers!', '94'),
(4329, '', 'Aminata', 'aminata@example.com', '\'Creating The Perfect YouTube Marketing Video\' is a marketing gem. Highly recommended!', '94'),
(4330, '', 'Kofi', 'kofi@example.com', 'I\'m inspired by \'Creating The Perfect YouTube Marketing Video.\' It\'s empowering African marketers!', '94'),
(4331, '', 'Eshe', 'eshe@example.com', 'This book, \'Creating The Perfect YouTube Marketing Video,\' is a must-read for video marketers!', '94'),
(4332, '', 'Femi', 'femi@example.com', 'I\'ve learned so much from \'Creating The Perfect YouTube Marketing Video.\' It\'s a game-changer!', '94'),
(4333, '', 'Kwame', 'kwame@example.com', 'I just finished reading \'Stress Less\' and it was amazing! I feel so much better now.', '98'),
(4334, '', 'Lola', 'lola@example.com', 'I highly recommend \'Stress Less\' to anyone who needs to relax and unwind.', '98'),
(4335, '', 'Musa', 'musa@example.com', 'This book is a game-changer! \'Stress Less\' helped me overcome my anxiety.', '98'),
(4336, '', 'Ngozi', 'ngozi@example.com', 'I love \'Stress Less\'! It\'s a must-read for anyone who wants to live a stress-free life.', '98'),
(4337, '', 'Olu', 'olu@example.com', 'Reading \'Stress Less\' was such a great experience. I learned so much about managing stress.', '98'),
(4338, '', 'Patience', 'patience@example.com', 'I can\'t believe how much \'Stress Less\' has helped me. I feel like a new person!', '98'),
(4339, '', 'Quincy', 'quincy@example.com', 'If you\'re feeling stressed out, you need to read \'Stress Less\'. It\'s a life-saver!', '98'),
(4340, '', 'Rahul', 'rahul@example.com', 'I\'ve read a lot of self-help books, but \'Stress Less\' is by far the best one I\'ve ever read.', '98'),
(4341, '', 'Sade', 'sade@example.com', 'This book is exactly what I needed! Thank you for writing \'Stress Less\'.', '98'),
(4342, '', 'Tunde', 'tunde@example.com', 'I\'m so glad I found \'Stress Less\'. It\'s been a huge help in my life.', '98'),
(4343, '', 'Uche', 'uche@example.com', 'I can\'t recommend \'Stress Less\' enough! It has truly changed my life for the better.', '98'),
(4344, '', 'Vivian', 'vivian@example.com', 'This book is a must-read for anyone who wants to live a happier, healthier life. Thank you for writing it!', '98'),
(4345, '', 'Wale', 'wale@example.com', 'I was skeptical at first, but after reading \'Stress Less\', I am a true believer. Thank you!', '98'),
(4346, '', 'Xolani', 'xolani@example.com', '\'Stress Less\' is an incredible book that everyone should read. Thank you for sharing your wisdom!', '98'),
(4347, '', 'Yemi', 'yemi@example.com', 'I have recommended \'Stress Less\' to all of my friends and family. It is truly life-changing!', '98'),
(4348, '', 'Zainab', 'zainab@example.com', '\'Stress Less\' has helped me in so many ways. Thank you for writing such an amazing book!', '98'),
(4349, '', 'Abdul', 'abdul@example.com', '\'Stress Less\' is a must-read for anyone who wants to improve their mental health. Thank you for writing it!', '98'),
(4350, '', 'Binta', 'binta@example.com', '\'Stress Less\' is one of the best books I have ever read. Thank you for sharing your knowledge with us!', '98'),
(4351, '', 'Chuka', 'chuka@example.com', '\'Stress Less\' has helped me manage my stress levels in ways I never thought possible. Thank you!', '98'),
(4352, '', 'Dumisani', 'dumisani@example.com', '\'Stress Less\' is an incredible resource for anyone who wants to live a happier, healthier life. Thank you!', '98'),
(4353, '', 'Esi', 'esi@example.com', '\'Stress Less\' is a game-changer! Thank you for writing such an amazing book.', '98'),
(4354, '', 'Folake', 'folake@example.com', '\'Stress Less\' has helped me overcome my anxiety and live a more peaceful life. Thank you!', '98'),
(4355, '', 'Gideon', 'gideon@example.com', '\'Stress Less\' is an incredible book that everyone should read. Thank you for sharing your wisdom with us!', '98'),
(4356, '', 'Hassan', 'hassan@example.com', 'I have never felt better since  reading \'Stress Less\'. It truly changed my life. Thank you!', '98'),
(4357, '', 'Ibrahim', 'ibrahim@example.com', '\'Stress Less\' is a must-read for anyone who wants to improve their mental health. Thank you for writing it!', '98'),
(4358, '', 'Jabulani', 'jabulani@example.com', '\'Stress Less\' is an amazing book that has helped me in so many ways. Thank you!', '98'),
(4359, '', 'Kadija', 'kadija@example.com', '\'Stress Less\' is a life-changing book that everyone should read. Thank you for writing it!', '98'),
(4360, '', 'Lerato', 'lerato@example.com', '\'Stress Less\' has helped me manage my stress levels and live a happier life. Thank you!', '98'),
(4361, '', 'Mamadou', 'mamadou@example.com', '\'Stress Less\' is an incredible resource for anyone who wants to live a more peaceful life. Thank you!', '98'),
(4362, '', 'Nadia', 'nadia@example.com', '\'Stress Less\' is a must-read for anyone who wants to improve their mental health and well-being. Thank you!', '98'),
(4363, '', 'Omar', 'omar@example.com', '\'Stress Less\' is an amazing book that has helped me in so many ways. Thank you for sharing your wisdom with us!', '98'),
(4364, '', 'Pascal', 'pascal@example.com', '\'Stress Less\' is a game-changer! Thank you for sharing your knowledge with us.', '98'),
(4365, '', 'Qhawe', 'qhawe@example.com', '\'Stress Less\' has helped me overcome my anxiety and live a more peaceful life. Thank you!', '98'),
(4366, '', 'Rania', 'rania@example.com', '\'Stress Less\' is an incredible book that everyone should read. Thank you for sharing your wisdom with us!', '98'),
(4367, '', 'Saidou', 'saidou@example.com', '\'Stress Less\' has helped me manage my stress levels and live a happier, healthier life. Thank you!', '98'),
(4368, '', 'Tariq', 'tariq@example.com', '\'Stress Less\' is a must-read for anyone who wants to improve their mental health and well-being. Thank you for writing it!', '98'),
(4369, '', 'Uzoma', 'uzoma@example.com', '\'Stress Less\' is an amazing book that has helped me in so many ways. Thank you!', '98'),
(4370, '', 'Vuyo', 'vuyo@example.com', '\'Stress Less\' is a life-changing book that everyone should read. Thank you for sharing your knowledge with us!', '98'),
(4371, '', 'Winnie', 'winnie@example.com', '\'Stress Less\' has helped me overcome my anxiety and live a more peaceful life. Thank you!', '98'),
(4372, '', 'Xavier', 'xavier@example.com', '\'Stress Less\' is an incredible resource for anyone who wants to live a happier, healthier life. Thank you!', '98'),
(4373, '', 'Yara', 'yara@example.com', '\'Stress Less\' is a must-read for anyone who wants to improve their mental health and well-being. Thank you for writing it!', '98'),
(4374, '', 'Zakiya', 'zakiya@example.com', '\'Stress Less\' is an amazing book that has helped me in so many ways. Thank you for sharing your wisdom with us!', '98'),
(4375, '', 'John', 'john@example.com', 'This book is amazing! \"Mastering The Art Of Converting Words Into Gold\" has completely changed my perspective on writing.', '99'),
(4376, '', 'Alice', 'alice@example.com', 'I can\'t recommend \"Mastering The Art Of Converting Words Into Gold\" enough. It\'s a must-read for anyone interested in writing.', '99'),
(4377, '', 'David', 'david@example.com', 'The techniques mentioned in \"Mastering The Art Of Converting Words Into Gold\" are mind-blowing. I\'m seeing incredible results already!', '99'),
(4378, '', 'Zainab', 'zainab@example.com', 'The book \"Mastering The Art Of Converting Words Into Gold\" is a game-changer. It has transformed my writing skills!', '99'),
(4379, '', 'Abdul', 'abdul@example.com', 'I\'m so impressed with \"Mastering The Art Of Converting Words Into Gold\". This book deserves all the praise it gets!', '99'),
(4380, '', 'Fatima', 'fatima@example.com', 'I have read many books, but \"Mastering The Art Of Converting Words Into Gold\" is on another level. Highly recommended!', '99'),
(4381, '', 'Zara', 'zara@example.com', 'Reading \"Mastering The Art Of Converting Words Into Gold\" was an eye-opening experience. I feel inspired to write like never before!', '99'),
(4382, '', 'Joseph', 'joseph@example.com', 'I can\'t thank the author enough for writing \"Mastering The Art Of Converting Words Into Gold\". It\'s a masterpiece!', '99'),
(4383, '', 'Amina', 'amina@example.com', 'If you\'re serious about writing, \"Mastering The Art Of Converting Words Into Gold\" is a must-have resource. It\'s pure gold!', '99'),
(4384, '', 'Ade', 'ade@example.com', 'I just finished reading \'How To Organize Your Wedding On A Budget\' and it was amazing! It helped me save so much money.', '100'),
(4385, '', 'Bola', 'bola@example.com', 'I highly recommend \'How To Organize Your Wedding On A Budget\' to anyone who wants to have a beautiful wedding without breaking the bank.', '100'),
(4386, '', 'Chidi', 'chidi@example.com', 'This book is a game-changer! \'How To Organize Your Wedding On A Budget\' helped me plan my dream wedding on a tight budget.', '100'),
(4387, '', 'Dike', 'dike@example.com', 'I love \'How To Organize Your Wedding On A Budget\'! It\'s a must-read for anyone who wants to save money on their wedding.', '100'),
(4388, '', 'Efe', 'efe@example.com', 'Reading \'How To Organize Your Wedding On A Budget\' was such a great experience. I learned so much about planning a wedding on a budget.', '100'),
(4389, '', 'Femi', 'femi@example.com', 'I can\'t believe how much \'How To Organize Your Wedding On A Budget\' has helped me. I feel like I can have my dream wedding without spending a fortune!', '100'),
(4390, '', 'Gina', 'gina@example.com', 'If you\'re planning a wedding on a budget, you need to read \'How To Organize Your Wedding On A Budget\'. It\'s a life-saver!', '100'),
(4391, '', 'Hassan', 'hassan@example.com', 'I\'ve read a lot of wedding planning books, but \'How To Organize Your Wedding On A Budget\' is by far the best one I\'ve ever read.', '100'),
(4392, '', 'Ifeoma', 'ifeoma@example.com', '\'How To Organize Your Wedding On A Budget\' is exactly what I needed! Thank you for writing such an amazing book.', '100'),
(4393, '', 'Jide', 'jide@example.com', '\'How To Organize Your Wedding On A Budget\' is a must-read for anyone who wants to have a beautiful wedding without breaking the bank. Thank you!', '100'),
(4394, '', 'Kemi', 'kemi@example.com', 'I just finished reading \'How To Organize Your Wedding On A Budget\' and it was amazing! It helped me save so much money.', '100'),
(4395, '', 'Lola', 'lola@example.com', 'I highly recommend \'How To Organize Your Wedding On A Budget\' to anyone who wants to have a beautiful wedding without breaking the bank.', '100'),
(4396, '', 'Musa', 'musa@example.com', 'This book is a game-changer! \'How To Organize Your Wedding On A Budget\' helped me plan my dream wedding on a tight budget.', '100'),
(4397, '', 'Ngozi', 'ngozi@example.com', 'I love \'How To Organize Your Wedding On A Budget\'! It\'s a must-read for anyone who wants to save money on their wedding.', '100'),
(4398, '', 'Ola', 'ola@example.com', 'Reading \'How To Organize Your Wedding On A Budget\' was such a great experience. I learned so much about planning a wedding on a budget.', '100'),
(4399, '', 'Pius', 'pius@example.com', 'I can\'t believe how much \'How To Organize Your Wedding On A Budget\' has helped me. I feel like I can have my dream wedding without spending a fortune!', '100'),
(4400, '', 'Queen', 'queen@example.com', 'If you\'re planning a wedding on a budget, you need to read \'How To Organize Your Wedding On A Budget\'. It\'s a life-saver!', '100'),
(4401, '', 'Rahman', 'rahman@example.com', 'I\'ve read a lot of wedding planning books, but \'How To Organize Your Wedding On A Budget\' is by far the best one I\'ve ever read.', '100'),
(4402, '', 'Sade', 'sade@example.com', '\'How To Organize Your Wedding On A Budget\' is exactly what I needed! Thank you for writing such an amazing book.', '100'),
(4403, '', 'Tunde', 'tunde@example.com', '\'How To Organize Your Wedding On A Budget\' is a must-read for anyone who wants to have a beautiful wedding without breaking the bank. Thank you!', '100'),
(4404, '', 'Uche', 'uche@example.com', 'I just finished reading \'How To Organize Your Wedding On A Budget\' and it was amazing! It helped me save so much money.', '100'),
(4405, '', 'Vera', 'vera@example.com', 'I highly recommend \'How To Organize Your Wedding On A Budget\' to anyone who wants to have a beautiful wedding without breaking the bank.', '100'),
(4406, '', 'Wale', 'wale@example.com', 'This book is a game-changer! \'How To Organize Your Wedding On A Budget\' helped me plan my dream wedding on a tight budget.', '100'),
(4407, '', 'Xavier', 'xavier@example.com', 'I love \'How To Organize Your Wedding On A Budget\'! It\'s a must-read for anyone who wants to save money on their wedding.', '100'),
(4408, '', 'Yemi', 'yemi@example.com', 'Reading \'How To Organize Your Wedding On A Budget\' was such a great experience. I learned so much about planning a wedding on a budget.', '100'),
(4409, '', 'Zainab', 'zainab@example.com', 'I can\'t believe how much \'How To Organize Your Wedding On A Budget\' has helped me. I feel like I can have my dream wedding without spending a fortune!', '100'),
(4410, '', 'Abdul', 'abdul@example.com', '\'How To Organize Your Wedding On A Budget\' is exactly what I needed! Thank you for writing such an amazing book.', '100'),
(4411, '', 'Bimpe', 'bimpe@example.com', '\'How To Organize Your Wedding On A Budget\' is a must-read for anyone who wants to have a beautiful wedding without breaking the bank. Thank you!', '100'),
(4412, '', 'Chuka', 'chuka@example.com', 'I just finished reading \'How To Organize Your Wedding On A Budget\' and it was amazing! It helped me save so much money.', '100'),
(4413, '', 'Dami', 'dami@example.com', 'I highly recommend \'How To Organize Your Wedding On A Budget  \' to anyone who wants to have a beautiful wedding without breaking the bank.', '100'),
(4414, '', 'Emeka', 'emeka@example.com', 'This book is a game-changer! \'How To Organize Your Wedding On A Budget\' helped me plan my dream wedding on a tight budget.', '100'),
(4415, '', 'Folake', 'folake@example.com', 'I love \'How To Organize Your Wedding On A Budget\'! It\'s a must-read for anyone who wants to save money on their wedding.', '100'),
(4416, '', 'Gideon', 'gideon@example.com', 'Reading \'How To Organize Your Wedding On A Budget\' was such a great experience. I learned so much about planning a wedding on a budget.', '100'),
(4417, '', 'Hassana', 'hassana@example.com', 'I can\'t believe how much \'How To Organize Your Wedding On A Budget\' has helped me. I feel like I can have my dream wedding without spending a fortune!', '100'),
(4418, '', 'Ibrahim', 'ibrahim@example.com', 'If you\'re planning a wedding on a budget, you need to read \'How To Organize Your Wedding On A Budget\'. It\'s a life-saver!', '100'),
(4419, '', 'Jumoke', 'jumoke@example.com', 'I\'ve read a lot of wedding planning books, but \'How To Organize Your Wedding On A Budget\' is by far the best one I\'ve ever read.', '100'),
(4420, '', 'Kingsley', 'kingsley@example.com', '\'How To Organize Your Wedding On A Budget\' is exactly what I needed! Thank you for writing such an amazing book.', '100'),
(4421, '', 'Ladi', 'ladi@example.com', '\'How To Organize Your Wedding On A Budget\' is a must-read for anyone who wants to have a beautiful wedding without breaking the bank. Thank you!', '100'),
(4422, '', 'Mabel', 'mabel@example.com', 'I just finished reading \'How To Organize Your Wedding On A Budget\' and it was amazing! It helped me save so much money.', '100'),
(4423, '', 'Nene', 'nene@example.com', 'I highly recommend \'How To Organize Your Wedding On A Budget\' to anyone who wants to have a beautiful wedding without breaking the bank.', '100'),
(4424, '', 'Olu', 'olu@example.com', 'This book is a game-changer! \'How To Organize Your Wedding On A Budget\' helped me plan my dream wedding on a tight budget.', '100'),
(4425, '', 'Patience', 'patience@example.com', 'I love \'How To Organize Your Wedding On A Budget\'! It\'s a must-read for anyone who wants to save money on their wedding.', '100'),
(4426, '', 'Qudus', 'qudus@example.com', 'Reading \'How To Organize Your Wedding On A Budget\' was such a great experience. I learned so much about planning a wedding on a budget.', '100'),
(4427, '', 'Rita', 'rita@example.com', 'I can\'t believe how much \'How To Organize Your Wedding On A Budget\' has helped me. I feel like I can have my dream wedding without spending a fortune!', '100'),
(4428, '', 'Seyi', 'seyi@example.com', '\'How To Organize Your Wedding On A Budget\' is exactly what I needed! Thank you for writing such an amazing book.', '100'),
(4429, '', 'Tayo', 'tayo@example.com', '\'How To Organize Your Wedding On A Budget\' is a must-read for anyone who wants to have a beautiful wedding without breaking the bank. Thank you!', '100'),
(4430, '', 'Ugo', 'ugo@example.com', 'I just finished reading \'How To Organize Your Wedding On A Budget\' and it was amazing! It helped me save so much money.', '100'),
(4431, '', 'Vivian', 'vivian@example.com', 'I highly recommend \'How To Organize Your Wedding On A Budget\' to anyone who wants to have a beautiful wedding without breaking the bank.', '100'),
(4432, '', 'Wasiu', 'wasiu@example.com', 'This book is a game-changer! \'How To Organize Your Wedding On A Budget\' helped me plan my dream wedding on a tight budget.', '100'),
(4433, '', 'Xander', 'xander@example.com', 'I love \'How To Organize Your Wedding On A Budget\'! It\'s a must-read for anyone who wants to save money on their wedding.', '100'),
(4434, '', 'Yusuf', 'yusuf@example.com', 'Reading \'How To Organize Your Wedding On A Budget\' was such a great experience. I learned so much about planning a wedding on a budget.', '100'),
(4435, '', 'Zara', 'zara@example.com', 'I can\'t believe how much \'How To Organize Your Wedding On A Budget\' has helped me. I feel  like I can have my dream wedding without spending a fortune!', '100'),
(4436, '', 'Adeola', 'adeola@example.com', '\'How To Organize Your Wedding On A Budget\' is exactly what I needed! Thank you for writing such an amazing book.', '100'),
(4437, '', 'Babatunde', 'babatunde@example.com', '\'How To Organize Your Wedding On A Budget\' is a must-read for anyone who wants to have a beautiful wedding without breaking the bank. Thank you!', '100'),
(4438, '', 'Chiamaka', 'chiamaka@example.com', 'I just finished reading \'How To Organize Your Wedding On A Budget\' and it was amazing! It helped me save so much money.', '100'),
(4439, '', 'Dare', 'dare@example.com', 'I highly recommend \'How To Organize Your Wedding On A Budget\' to anyone who wants to have a beautiful wedding without breaking the bank.', '100'),
(4440, '', 'Ebere', 'ebere@example.com', 'This book is a game-changer! \'How To Organize Your Wedding On A Budget\' helped me plan my dream wedding on a tight budget.', '100'),
(4441, '', 'Femi', 'femi@example.com', 'I love \'How To Organize Your Wedding On A Budget\'! It\'s a must-read for anyone who wants to save money on their wedding.', '100'),
(4442, '', 'Gloria', 'gloria@example.com', 'Reading \'How To Organize Your Wedding On A Budget\' was such a great experience. I learned so much about planning a wedding on a budget.', '100'),
(4443, '', 'Hassanat', 'hassanat@example.com', 'I can\'t believe how much \'How To Organize Your Wedding On A Budget\' has helped me. I feel like I can have my dream wedding without spending a fortune!', '100'),
(4444, '', 'Ifeanyi', 'ifeanyi@example.com', 'If you\'re planning a wedding on a budget, you need to read \'How To Organize Your Wedding On A Budget\'. It\'s a life-saver!', '100'),
(4445, '', 'Jideofor', 'jideofor@example.com', 'I\'ve read a lot of wedding planning books, but \'How To Organize Your Wedding On A Budget\' is by far the best one I\'ve ever read.', '100'),
(4446, '', 'Kafilat', 'kafilat@example.com', '\'How To Organize Your Wedding On A Budget\' is exactly what I needed! Thank you for writing such an amazing book.', '100'),
(4447, '', 'Lekan', 'lekan@example.com', '\'How To Organize Your Wedding On A Budget\' is a must-read for anyone who wants to have a beautiful wedding without breaking the bank. Thank you!', '100'),
(4448, '', 'Mojisola', 'mojisola@example.com', 'I just finished reading \'How To Organize Your Wedding On A Budget\' and it was amazing! It helped me save so much money.', '100'),
(4449, '', 'Nnamdi', 'nnamdi@example.com', 'I highly recommend \'How To Organize Your Wedding On A Budget\' to anyone who wants to have a beautiful wedding without breaking the bank.', '100'),
(4450, '', 'Oyinlola', 'oyinlola@example.com', 'This book is a game-changer! \'How To Organize Your Wedding On A Budget\' helped me plan my dream wedding on a tight budget.', '100'),
(4451, '', 'Peter', 'peter@example.com', 'I love \'How To Organize Your Wedding On A Budget\'! It\'s a must-read for anyone who wants to save money on their wedding.', '100'),
(4452, '', 'Queeneth', 'queeneth@example.com', 'Reading \'How To Organize Your Wedding On A Budget\' was such a great experience. I learned so much about planning a wedding on a budget.', '100'),
(4453, '', 'Rasheedat', 'rasheedat@example.com', 'I can\'t believe how much \'How To Organize Your Wedding On A Budget\' has helped me. I feel like I can have my dream wedding without spending a fortune!', '100'),
(4454, '', 'Sadiq', 'sadiq@example.com', '\'How To Organize Your Wedding On A Budget\' is exactly what I needed! Thank you for writing such an amazing book.', '100'),
(4455, '', 'Temitope', 'temitope@example.com', '\'How To Organize Your Wedding On A Budget\' is a must-read for anyone who wants to have a beautiful wedding without breaking the bank. Thank you!', '100'),
(4456, '', 'Uzoma', 'uzoma@example.com', 'I just finished reading \'How To Organize Your Wedding On A Budget\' and it was amazing! It helped me save so much money.', '100'),
(4457, '', 'John', 'john@example.com', 'I loved Liberation Lifestyle! It was a great read.', '101'),
(4458, '', 'Mary', 'mary@example.com', 'Liberation Lifestyle is a must-read for everyone!', '101'),
(4459, '', 'David', 'david@example.com', 'I couldn\'t put Liberation Lifestyle down. It was that good!', '101'),
(4460, '', 'Sarah', 'sarah@example.com', 'Liberation Lifestyle is a life-changing book!', '101'),
(4461, '', 'James', 'james@example.com', 'I highly recommend Liberation Lifestyle to anyone looking for inspiration.', '101'),
(4462, '', 'Grace', 'grace@example.com', 'Liberation Lifestyle is a masterpiece!', '101'),
(4463, '', 'Peter', 'peter@example.com', 'I\'ve read many books but Liberation Lifestyle stands out!', '101'),
(4464, '', 'Joyce', 'joyce@example.com', 'Liberation Lifestyle is a book that will stay with me forever.', '101'),
(4465, '', 'Michael', 'michael@example.com', 'Liberation Lifestyle is a book that everyone should read at least once in their lifetime.', '101'),
(4466, '', 'Lucy', 'lucy@example.com', 'Liberation Lifestyle is a book that will change your life!', '101'),
(4467, '', 'Ade', 'ade@example.com', 'Liberation Lifestyle is a great book that everyone should read!', '101'),
(4468, '', 'Bola', 'bola@example.com', 'I was inspired by Liberation Lifestyle!', '101'),
(4469, '', 'Chidi', 'chidi@example.com', 'Liberation Lifestyle is a must-read for anyone looking to improve their life.', '101'),
(4470, '', 'Dapo', 'dapo@example.com', 'I couldn\'t put Liberation Lifestyle down!', '101'),
(4471, '', 'Efe', 'efe@example.com', 'Liberation Lifestyle is a book that will change your life!', '101'),
(4472, '', 'Femi', 'femi@example.com', 'I highly recommend Liberation Lifestyle to anyone looking for inspiration.', '101'),
(4473, '', 'Gani', 'gani@example.com', 'Liberation Lifestyle is a masterpiece!', '101'),
(4474, '', 'Hassan', 'hassan@example.com', 'Liberation Lifestyle is a book that will stay with me forever.', '101'),
(4475, '', 'Ibrahim', 'ibrahim@example.com', 'Liberation Lifestyle is a book that everyone should read at least once in their lifetime.', '101'),
(4476, '', 'Jide', 'jide@example.com', 'Liberation Lifestyle is a life-changing book!', '101'),
(4477, '', 'Kemi', 'kemi@example.com', 'I loved Liberation Lifestyle! It was a great read.', '101'),
(4478, '', 'Lola', 'lola@example.com', 'Liberation Lifestyle is a book that I will recommend to all my friends and family.', '101'),
(4479, '', 'Musa', 'musa@example.com', 'Liberation Lifestyle is a book that will inspire you to be your best self!', '101'),
(4480, '', 'Ngozi', 'ngozi@example.com', 'I learned so much from Liberation Lifestyle!', '101'),
(4481, '', 'Ola', 'ola@example.com', 'Liberation Lifestyle is a book that I will cherish forever.', '101'),
(4482, '', 'Pius', 'pius@example.com', 'I couldn\'t stop talking about Liberation Lifestyle after I finished reading it!', '101'),
(4483, '', 'Qudus', 'qudus@example.com', 'Liberation Lifestyle is a book that will make you think about your life in a new way.', '101'),
(4484, '', 'Rahman', 'rahman@example.com', 'I was blown away by Liberation Lifestyle!', '101'),
(4485, '', 'Sadeeq', 'sadeeq@example.com', 'Liberation Lifestyle is a book that I will read again and again.', '101'),
(4486, '', 'Tayo', 'tayo@example.com', 'I was inspired to make positive changes in my life after reading Liberation Lifestyle.', '101'),
(4487, '', 'Uche', 'uche@example.com', 'Liberation Lifestyle is a book that will help you achieve your goals!', '101'),
(4488, '', 'Vivian', 'vivian@example.com', 'I highly recommend Liberation Lifestyle to anyone who wants to live their best life.', '101'),
(4489, '', 'Waleed', 'waleed@example.com', 'Liberation Lifestyle is a book that will inspire you to be the best version of yourself!', '101'),
(4490, '', 'Xavier', 'xavier@example.com', 'I was moved by Liberation Lifestyle and its message of hope and positivity.', '101'),
(4491, '', 'Yusuf', 'yusuf@example.com', 'Liberation Lifestyle is an amazing book that everyone should read!', '101'),
(4492, '', 'Zainab', 'zainab@example.com', 'I was inspired by Liberation Lifestyle to pursue my dreams!', '101'),
(4493, '', 'Abdul', 'abdul@example.com', 'Liberation Lifestyle is a book that will change your life for the better!', '101'),
(4494, '', 'Binta', 'binta@example.com', 'I loved how Liberation Lifestyle made me feel empowered and motivated!', '101'),
(4495, '', 'John', 'john@example.com', 'This book is amazing! \\\"Mastering The Art Of Converting Words Into Gold\\\" has completely changed my perspective on writing.', '99'),
(4496, '', 'Alice', 'alice@example.com', 'I can\'t recommend \\\"Mastering The Art Of Converting Words Into Gold\\\" enough. It\'s a must-read for anyone interested in writing.', '99'),
(4497, '', 'David', 'david@example.com', 'The techniques mentioned in \\\"Mastering The Art Of Converting Words Into Gold\\\" are mind-blowing. I\'m seeing incredible results already!', '99'),
(4498, '', 'Zainab', 'zainab@example.com', 'The book \\\"Mastering The Art Of Converting Words Into Gold\\\" is a game-changer. It has transformed my writing skills!', '99'),
(4499, '', 'Abdul', 'abdul@example.com', 'I\'m so impressed with \\\"Mastering The Art Of Converting Words Into Gold\\\". This book deserves all the praise it gets!', '99'),
(4500, '', 'Fatima', 'fatima@example.com', 'I have read many books, but \\\"Mastering The Art Of Converting Words Into Gold\\\" is on another level. Highly recommended!', '99'),
(4501, '', 'Zara', 'zara@example.com', 'Reading \\\"Mastering The Art Of Converting Words Into Gold\\\" was an eye-opening experience. I feel inspired to write like never before!', '99'),
(4502, '', 'Joseph', 'joseph@example.com', 'I can\'t thank the author enough for writing \\\"Mastering The Art Of Converting Words Into Gold\\\". It\'s a masterpiece!', '99'),
(4503, '', 'Amina', 'amina@example.com', 'If you\'re serious about writing, \\\"Mastering The Art Of Converting Words Into Gold\\\" is a must-have resource. It\'s pure gold!', '99'),
(4504, '', 'Ade', 'ade@example.com', 'Video Creation Scientist is an amazing book that everyone should read!', '102'),
(4505, '', 'Bola', 'bola@example.com', 'I was inspired by Video Creation Scientist!', '102'),
(4506, '', 'Chidi', 'chidi@example.com', 'Video Creation Scientist is a must-read for anyone looking to improve their video creation skills.', '102'),
(4507, '', 'Dapo', 'dapo@example.com', 'I couldn\'t put Video Creation Scientist down!', '102'),
(4508, '', 'Efe', 'efe@example.com', 'Video Creation Scientist is a book that will change your video creation game!', '102'),
(4509, '', 'Femi', 'femi@example.com', 'I highly recommend Video Creation Scientist to anyone looking for inspiration.', '102'),
(4510, '', 'Gani', 'gani@example.com', 'Video Creation Scientist is a masterpiece!', '102'),
(4511, '', 'Hassan', 'hassan@example.com', 'Video Creation Scientist is a book that will stay with me forever.', '102'),
(4512, '', 'Ibrahim', 'ibrahim@example.com', 'Video Creation Scientist is a book that everyone should read at least once in their lifetime.', '102'),
(4513, '', 'Jide', 'jide@example.com', 'Video Creation Scientist is a life-changing book!', '102'),
(4514, '', 'Kwame', 'kwame@example.com', 'Video Creation Scientist is a game-changer!', '102'),
(4515, '', 'Lola', 'lola@example.com', 'I learned so much from Video Creation Scientist!', '102'),
(4516, '', 'Musa', 'musa@example.com', 'Video Creation Scientist is a must-read for anyone interested in video creation.', '102'),
(4517, '', 'Ngozi', 'ngozi@example.com', 'I was blown away by Video Creation Scientist!', '102'),
(4518, '', 'Olu', 'olu@example.com', 'Video Creation Scientist is a book that will inspire you to create amazing videos!', '102'),
(4519, '', 'Patience', 'patience@example.com', 'I couldn\'t put Video Creation Scientist down!', '102'),
(4520, '', 'Quincy', 'quincy@example.com', 'Video Creation Scientist is a masterpiece!', '102'),
(4521, '', 'Rahman', 'rahman@example.com', 'Video Creation Scientist is a book that will stay with me forever.', '102'),
(4522, '', 'Sade', 'sade@example.com', 'Video Creation Scientist is a book that everyone should read at least once in their lifetime.', '102'),
(4523, '', 'Tunde', 'tunde@example.com', 'Video Creation Scientist is a life-changing book!', '102'),
(4524, '', 'Uche', 'uche@example.com', 'I highly recommend Video Creation Scientist to anyone looking to improve their video creation skills.', '102'),
(4525, '', 'Vivian', 'vivian@example.com', 'Video Creation Scientist is an amazing book that everyone should read!', '102'),
(4526, '', 'Wale', 'wale@example.com', 'I was inspired by Video Creation Scientist!', '102'),
(4527, '', 'Xola', 'xola@example.com', 'Video Creation Scientist is a must-read for anyone looking to improve their video creation skills.', '102'),
(4528, '', 'Yemi', 'yemi@example.com', 'I couldn\'t put Video Creation Scientist down!', '102'),
(4529, '', 'Zainab', 'zainab@example.com', 'Video Creation Scientist is a book that will change your video creation game!', '102'),
(4530, '', 'Abdul', 'abdul@example.com', 'I highly recommend Video Creation Scientist to anyone looking for inspiration.', '102'),
(4531, '', 'Binta', 'binta@example.com', 'Video Creation Scientist is a book that will stay with me forever.', '102'),
(4532, '', 'Chuka', 'chuka@example.com', 'Video Creation Scientist is a book that everyone should read at least once in their lifetime.', '102'),
(4533, '', 'Dike', 'dike@example.com', 'Video Creation Scientist is a life-changing book!', '102'),
(4534, '', 'Esi', 'esi@example.com', 'I was blown away by Video Creation Scientist!', '102'),
(4535, '', 'Folake', 'folake@example.com', 'Video Creation Scientist is a masterpiece!', '102'),
(4536, '', 'Gloria', 'gloria@example.com', 'Video Creation Scientist is an amazing book that everyone should read!', '102'),
(4537, '', 'Hassana', 'hassana@example.com', 'I was inspired by Video Creation Scientist!', '102'),
(4538, '', 'Idrisa', 'idrisa@example.com', 'Video Creation Scientist is a must-read for anyone looking to improve their video creation skills.', '102'),
(4539, '', 'Jabari', 'jabari@example.com', 'I couldn\'t put Video Creation Scientist down!', '102'),
(4540, '', 'Kadija', 'kadija@example.com', 'Video Creation Scientist is a book that will change your video creation game!', '102'),
(4541, '', 'Lamina', 'lamina@example.com', 'I highly recommend Video Creation Scientist to anyone looking for inspiration.', '102'),
(4542, '', 'Moses', 'moses@example.com', 'The strategies shared in \\\"Mastering The Art Of Converting Words Into Gold\\\" are exceptional. It\'s a must-read for aspiring writers!', '99'),
(4543, '', 'Joyce', 'joyce@example.com', 'I am in awe of the insights provided in \\\"Mastering The Art Of Converting Words Into Gold\\\". It\'s a game-changer for writers.', '99'),
(4544, '', 'Emmanuel', 'emmanuel@example.com', 'I can\'t express how much \\\"Mastering The Art Of Converting Words Into Gold\\\" has improved my writing skills. Thank you!', '99'),
(4545, '', 'Lilian', 'lilian@example.com', 'Reading \\\"Mastering The Art Of Converting Words Into Gold\\\" was a transformative experience. I feel more confident in my writing now.', '99'),
(4546, '', 'Samuel', 'samuel@example.com', 'The author of \\\"Mastering The Art Of Converting Words Into Gold\\\" has truly unlocked the secrets to powerful writing. Highly recommended!', '99'),
(4547, '', 'Grace', 'grace@example.com', 'I\'ve read many books on writing, but \\\"Mastering The Art Of Converting Words Into Gold\\\" is in a league of its own. It\'s pure gold!', '99'),
(4548, '', 'Benjamin', 'benjamin@example.com', 'The practical advice in \\\"Mastering The Art Of Converting Words Into Gold\\\" has helped me become a better writer. I\'m forever grateful.', '99'),
(4549, '', 'Esther', 'esther@example.com', 'This book has exceeded my expectations. \\\"Mastering The Art Of Converting Words Into Gold\\\" is a must-read for anyone passionate about writing.', '99'),
(4550, '', 'Michael', 'michael@example.com', 'I\'m blown away by the impact \\\"Mastering The Art Of Converting Words Into Gold\\\" has had on my writing. It\'s a treasure trove of knowledge.', '99'),
(4551, '', 'Rebecca', 'rebecca@example.com', 'Reading \\\"Mastering The Art Of Converting Words Into Gold\\\" was a turning point in my writing journey. It\'s an invaluable resource!', '99'),
(4552, '', 'Peter', 'peter@example.com', 'I\'ve recommended \\\"Mastering The Art Of Converting Words Into Gold\\\" to all my writer friends. It\'s a gem that shouldn\'t be missed.', '99'),
(4553, '', 'Hannah', 'hannah@example.com', 'The insights shared in \\\"Mastering The Art Of Converting Words Into Gold\\\" have completely revolutionized my writing style. Thank you!', '99'),
(4554, '', 'Stephen', 'stephen@example.com', 'I can\'t stop raving about \\\"Mastering The Art Of Converting Words Into Gold\\\". It\'s a masterpiece that has enriched my writing skills.', '99'),
(4555, '', 'Lydia', 'lydia@example.com', 'After implementing the techniques from \\\"Mastering The Art Of Converting Words Into Gold\\\", my writing has reached new heights. Truly inspiring!', '99'),
(4556, '', 'Daniel', 'daniel@example.com', 'The author\'s passion for writing shines through every page of \\\"Mastering The Art Of Converting Words Into Gold\\\". It\'s a true work of art.', '99'),
(4557, '', 'Ruth', 'ruth@example.com', 'I\'ve gained invaluable knowledge from \\\"Mastering The Art Of Converting Words Into Gold\\\". It\'s a book I\'ll continue to reference throughout my writing career.', '99'),
(4558, '', 'Josephine', 'josephine@example.com', 'The wisdom shared in \\\"Mastering The Art Of Converting Words Into Gold\\\" has empowered me to express myself more effectively through writing.', '99'),
(4559, '', 'Isaac', 'isaac@example.com', 'I\'m amazed at the impact \\\"Mastering The Art Of Converting Words Into Gold\\\" has had on my writing. It\'s a game-changer for aspiring authors.', '99'),
(4560, '', 'Martha', 'martha@example.com', 'This book is a literary gem. \\\"Mastering The Art Of Converting Words Into Gold\\\" has given me the tools to craft powerful and engaging content.', '99'),
(4561, '', 'Timothy', 'timothy@example.com', 'I\'ve always struggled with writing, but \\\"Mastering The Art Of Converting Words Into Gold\\\" has transformed my skills. It\'s an absolute must-read!', '99'),
(4562, '', 'Sarah', 'sarah@example.com', 'I\'m grateful for the insights I\'ve gained from \\\"Mastering The Art Of Converting Words Into Gold\\\". It\'s a book that every writer should have.', '99'),
(4563, '', 'Kwame', 'kwame@example.com', 'Video Marketing Mayhem is a must-read for anyone interested in video marketing!', '103'),
(4564, '', 'Lola', 'lola@example.com', 'I learned so much from Video Marketing Mayhem!', '103'),
(4565, '', 'Musa', 'musa@example.com', 'Video Marketing Mayhem is a game-changer!', '103'),
(4566, '', 'Ngozi', 'ngozi@example.com', 'I was blown away by Video Marketing Mayhem!', '103'),
(4567, '', 'Olu', 'olu@example.com', 'Video Marketing Mayhem is a book that will inspire you to create amazing videos!', '103'),
(4568, '', 'Patience', 'patience@example.com', 'I couldn\'t put Video Marketing Mayhem down!', '103'),
(4569, '', 'Quincy', 'quincy@example.com', 'Video Marketing Mayhem is a masterpiece!', '103'),
(4570, '', 'Rahman', 'rahman@example.com', 'Video Marketing Mayhem is a book that will stay with me forever.', '103'),
(4571, '', 'Sade', 'sade@example.com', 'Video Marketing Mayhem is a book that everyone should read at least once in their lifetime.', '103'),
(4572, '', 'Tunde', 'tunde@example.com', 'Video Marketing Mayhem is a life-changing book!', '103'),
(4573, '', 'Ade', 'ade@example.com', 'Video Marketing Mayhem is a fantastic book that I would recommend to anyone!', '103'),
(4574, '', 'Bola', 'bola@example.com', 'I loved Video Marketing Mayhem! It was so informative and easy to read.', '103'),
(4575, '', 'Chidi', 'chidi@example.com', 'Video Marketing Mayhem is a must-read for anyone interested in video marketing!', '103'),
(4576, '', 'Dapo', 'dapo@example.com', 'I learned so much from Video Marketing Mayhem!', '103'),
(4577, '', 'Efe', 'efe@example.com', 'Video Marketing Mayhem is a game-changer!', '103'),
(4578, '', 'Femi', 'femi@example.com', 'I was blown away by Video Marketing Mayhem!', '103'),
(4579, '', 'Gloria', 'gloria@example.com', 'Video Marketing Mayhem is a book that will inspire you to create amazing videos!', '103'),
(4580, '', 'Hassan', 'hassan@example.com', 'I couldn\'t put Video Marketing Mayhem down!', '103'),
(4581, '', 'Ifeoma', 'ifeoma@example.com', 'Video Marketing Mayhem is a masterpiece!', '103'),
(4582, '', 'Jide', 'jide@example.com', 'Video Marketing Mayhem is a book that will stay with me forever.', '103'),
(4583, '', 'Kemi', 'kemi@example.com', 'Video Marketing Mayhem is a book that everyone should read at least once in their lifetime.', '103'),
(4584, '', 'Lanre', 'lanre@example.com', 'Video Marketing Mayhem is a life-changing book!', '103'),
(4585, '', 'Musa', 'musa@example.com', 'I would recommend Video Marketing Mayhem to anyone looking to improve their video marketing skills.', '103'),
(4586, '', 'Ngozi', 'ngozi@example.com', 'Video Marketing Mayhem is an excellent resource for anyone interested in video marketing.', '103'),
(4587, '', 'Ola', 'ola@example.com', 'I loved Video Marketing Mayhem! It was so informative and easy to read.', '103'),
(4588, '', 'Patience', 'patience@example.com', 'Video Marketing Mayhem is an amazing book that I would recommend to anyone!', '103'),
(4589, '', 'Quincy', 'quincy@example.com', 'I learned so much from Video Marketing Mayhem!', '103'),
(4590, '', 'Rahman', 'rahman@example.com', 'Video Marketing Mayhem is a must-read for anyone interested in video marketing!', '103'),
(4591, '', 'Sade', 'sade@example.com', 'I was blown away by Video Marketing Mayhem!', '103'),
(4592, '', 'Tayo', 'tayo@example.com', 'Video Marketing Mayhem is a game-changer!', '103'),
(4593, '', 'Uche', 'uche@example.com', 'I couldn\'t put Video Marketing Mayhem down!', '103'),
(4594, '', 'Vera', 'vera@example.com', 'Video Marketing Mayhem is a masterpiece!', '103'),
(4595, '', 'Wale', 'wale@example.com', 'Video Marketing Mayhem is a book that will stay with me forever.', '103'),
(4596, '', 'Xavier', 'xavier@example.com', 'Video Marketing Mayhem is a book that everyone should read at least once in their lifetime.', '103'),
(4597, '', 'Yemi', 'yemi@example.com', 'Video Marketing Mayhem is a life-changing book!', '103'),
(4598, '', 'Zainab', 'zainab@example.com', 'I would recommend Video Marketing Mayhem to anyone looking to improve their video marketing skills.', '103'),
(4599, '', 'Abdul', 'abdul@example.com', 'Video Marketing Mayhem is an excellent resource for anyone interested in video marketing.', '103'),
(4600, '', 'Bisi', 'bisi@example.com', 'I loved Video Marketing Mayhem! It was so informative and easy to read.', '103'),
(4601, '', 'Chuka', 'chuka@example.com', 'Video Marketing Mayhem is an amazing book that I would recommend to anyone!', '103'),
(4602, '', 'Dami', 'dami@example.com', 'I learned so much from Video Marketing Mayhem!', '103'),
(4603, '', 'Ejiro', 'ejiro@example.com', 'Video Marketing Mayhem is a must-read for anyone interested in video marketing!', '103'),
(4604, '', 'Fola', 'fola@example.com', 'I was blown away by Video Marketing Mayhem!', '103'),
(4605, '', 'Gani', 'gani@example.com', 'Video Marketing Mayhem is a game-changer!', '103'),
(4606, '', 'Hakeem', 'hakeem@example.com', 'I couldn\'t put Video Marketing Mayhem down!', '103'),
(4607, '', 'Ibrahim', 'ibrahim@example.com', 'Video Marketing Mayhem is a masterpiece!', '103'),
(4608, '', 'Jumoke', 'jumoke@example.com', 'Video Marketing Mayhem is a book that will stay with me forever.', '103'),
(4609, '', 'Kola', 'kola@example.com', 'Video Marketing Mayhem is a book that everyone should read at least once in their lifetime.', '103'),
(4610, '', 'Lola', 'lola@example.com', 'Video Marketing Mayhem is a life-changing book!', '103'),
(4611, '', 'Mabel', 'mabel@example.com', 'I would recommend Video Marketing Mayhem to anyone looking to improve their video marketing skills.', '103');
INSERT INTO `reviews` (`id`, `rating`, `your_name`, `your_email`, `your_comment`, `product_id`) VALUES
(4612, '', 'Nene', 'nene@example.com', 'Video Marketing Mayhem is an excellent resource for anyone interested in video marketing.', '103'),
(4613, '', 'Oyin', 'oyin@example.com', 'I loved Video Marketing Mayhem! It was so informative and easy to read.', '103'),
(4614, '', 'Pascal', 'pascal@example.com', 'Video Marketing Mayhem is an amazing book that I would recommend to anyone!', '103'),
(4615, '', 'Qudus', 'qudus@example.com', 'I learned so much from Video Marketing Mayhem!', '103'),
(4616, '', 'Rita', 'rita@example.com', 'Video Marketing Mayhem is a must-read for anyone interested in video marketing!', '103'),
(4617, '', 'Segun', 'segun@example.com', 'I was blown away by Video Marketing Mayhem!', '103'),
(4618, '', 'Titi', 'titi@example.com', 'Video Marketing Mayhem is a game-changer!', '103'),
(4619, '', 'Ade', 'ade@example.com', 'Yoga For Everyone is an amazing book that I would recommend to anyone!', '105'),
(4620, '', 'Bola', 'bola@example.com', 'I loved Yoga For Everyone! It was so informative and easy to read.', '105'),
(4621, '', 'Chidi', 'chidi@example.com', 'Yoga For Everyone is a must-read for anyone interested in yoga!', '105'),
(4622, '', 'Dapo', 'dapo@example.com', 'I learned so much from Yoga For Everyone!', '105'),
(4623, '', 'Efe', 'efe@example.com', 'Yoga For Everyone is a game-changer!', '105'),
(4624, '', 'Femi', 'femi@example.com', 'I was blown away by Yoga For Everyone!', '105'),
(4625, '', 'Gloria', 'gloria@example.com', 'Yoga For Everyone is a book that will inspire you to practice yoga every day!', '105'),
(4626, '', 'Hassan', 'hassan@example.com', 'I couldn\'t put Yoga For Everyone down!', '105'),
(4627, '', 'Ifeoma', 'ifeoma@example.com', 'Yoga For Everyone is a masterpiece!', '105'),
(4628, '', 'Jide', 'jide@example.com', 'Yoga For Everyone is a book that will stay with me forever.', '105'),
(4629, '', 'Kemi', 'kemi@example.com', 'Yoga For Everyone is a fantastic book that I would recommend to anyone!', '105'),
(4630, '', 'Lola', 'lola@example.com', 'I loved Yoga For Everyone! It was so informative and easy to read.', '105'),
(4631, '', 'Musa', 'musa@example.com', 'Yoga For Everyone is a must-read for anyone interested in yoga!', '105'),
(4632, '', 'Ngozi', 'ngozi@example.com', 'I learned so much from Yoga For Everyone!', '105'),
(4633, '', 'Ola', 'ola@example.com', 'Yoga For Everyone is a game-changer!', '105'),
(4634, '', 'Patience', 'patience@example.com', 'I was blown away by Yoga For Everyone!', '105'),
(4635, '', 'Queen', 'queen@example.com', 'Yoga For Everyone is a book that will inspire you to practice yoga every day!', '105'),
(4636, '', 'Rahman', 'rahman@example.com', 'I couldn\'t put Yoga For Everyone down!', '105'),
(4637, '', 'Sade', 'sade@example.com', 'Yoga For Everyone is a masterpiece!', '105'),
(4638, '', 'Tunde', 'tunde@example.com', 'Yoga For Everyone is a book that will stay with me forever.', '105'),
(4639, '', 'Uche', 'uche@example.com', 'Yoga For Everyone is an excellent guide for beginners and experts alike!', '105'),
(4640, '', 'Vivian', 'vivian@example.com', 'I have never read a book on yoga as good as Yoga For Everyone!', '105'),
(4641, '', 'Wale', 'wale@example.com', 'Yoga For Everyone is a must-have for anyone who loves yoga!', '105'),
(4642, '', 'Xavier', 'xavier@example.com', 'I am so glad I found Yoga For Everyone! It has changed my life.', '105'),
(4643, '', 'Yemi', 'yemi@example.com', 'Yoga For Everyone is an incredible resource for anyone who wants to learn yoga!', '105'),
(4644, '', 'Zainab', 'zainab@example.com', 'I have recommended Yoga For Everyone to all my friends and family!', '105'),
(4645, '', 'Abdul', 'abdul@example.com', 'Yoga For Everyone is an amazing book that has helped me improve my yoga practice.', '105'),
(4646, '', 'Bimpe', 'bimpe@example.com', 'I love how easy it is to follow along with Yoga For Everyone!', '105'),
(4647, '', 'Chuka', 'chuka@example.com', 'Yoga For Everyone has helped me become more flexible and relaxed.', '105'),
(4648, '', 'Dare', 'dare@example.com', 'I have learned so much from Yoga For Everyone and I am excited to continue my yoga journey!', '105'),
(4649, '', 'Ejiro', 'ejiro@example.com', 'Yoga For Everyone is a comprehensive guide that covers everything you need to know about yoga.', '105'),
(4650, '', 'Folake', 'folake@example.com', 'I have never felt better since I started practicing yoga with the help of Yoga For Everyone.', '105'),
(4651, '', 'Ganiyu', 'ganiyu@example.com', 'Yoga For Everyone has helped me reduce stress and improve my overall well-being.', '105'),
(4652, '', 'Hassana', 'hassana@example.com', 'I love how accessible Yoga For Everyone makes yoga for everyone, regardless of their experience level.', '105'),
(4653, '', 'Idrisa', 'idrisa@example.com', 'Yoga for everyone has been an amazing resource for me as I begin my yoga journey. The explanations are clear and concise, making it easy to follow along with the poses. I highly recommend this book to anyone looking to start practicing yoga! ', '105'),
(4654, '', 'Jumoke', 'jumoke@example.com', 'This book has been an incredible resource for me as I deepen my yoga practice. The explanations are clear and easy to follow, and the pictures are incredibly helpful. I highly recommend this book to anyone looking to take their yoga practice to the next level!', '105'),
(4655, '', 'Kwame', 'kwame@example.com', 'As someone who has been practicing yoga for years, I can confidently say that this book is an excellent resource for both beginners and experienced yogis alike. The explanations are clear and  concise, and the poses are presented in a way that is easy to follow. Yoga For Everyone is a must-have for anyone who loves yoga!', '105'),
(4656, '', 'Lanre', 'lanre@example.com', 'Yoga For Everyone is an excellent guide for anyone who wants to learn yoga. The explanations are clear and the pictures are incredibly helpful!', '105'),
(4657, '', 'Mabel', 'mabel@example.com', 'I have been practicing yoga for years, and Yoga For Everyone is one of the best resources I have found. The explanations are clear and concise, and the poses are presented in a way that is easy to follow. I highly recommend this book to anyone who loves yoga!', '105'),
(4658, '', 'Nene', 'nene@example.com', 'Yoga For Everyone is an amazing book that has helped me deepen my yoga practice. The explanations are clear and the pictures are incredibly helpful. I highly recommend this book to anyone who wants to take their yoga practice to the next level!', '105'),
(4659, '', 'Olu', 'olu@example.com', 'I have been practicing yoga for years, and Yoga For Everyone is one of the best resources I have found. The explanations are clear and concise, and the poses are presented in a way that is easy to follow. I highly recommend this book to anyone who loves yoga!', '105'),
(4660, '', 'Pascal', 'pascal@example.com', 'Yoga For Everyone is an excellent resource for anyone who wants to learn yoga. The explanations are clear and concise, and the pictures are incredibly helpful. I highly recommend this book to anyone who wants to start practicing yoga!', '105'),
(4661, '', 'Qudus', 'qudus@example.com', 'I have been practicing yoga for years, and Yoga For Everyone is one of the best resources I have found. The explanations are clear and concise, and the poses are presented in a way that is easy to follow. I highly recommend this book to anyone who loves yoga!', '105'),
(4662, '', 'Rita', 'rita@example.com', 'Yoga For Everyone is an amazing book that has helped me improve my yoga practice. The explanations are clear and concise, and the pictures are incredibly helpful. I highly recommend this book to anyone who wants to take their yoga practice to the next level!', '105'),
(4663, '', 'Segun', 'segun@example.com', 'Yoga For Everyone is an excellent resource for anyone who wants to learn yoga. The explanations are clear and concise, and the pictures are incredibly helpful. I highly recommend this book to anyone who wants to start practicing yoga!', '105'),
(4664, '', 'Tayo', 'tayo@example.com', 'I have been practicing yoga for years, and Yoga For Everyone is one of the best resources I have found. The explanations are clear and concise, and the poses are presented in a way that is easy to follow. I highly recommend this book to anyone who loves yoga!', '105'),
(4665, '', 'Ugo', 'ugo@example.com', 'Yoga For Everyone is an amazing book that has helped me deepen my yoga practice. The explanations are clear and concise, and the pictures are incredibly helpful. I highly recommend this book to anyone who wants to take their yoga practice to the next level!', '105'),
(4666, '', 'Vera', 'vera@example.com', 'Yoga For Everyone is an excellent resource for anyone who wants to learn yoga. The explanations are clear and concise, and the pictures are incredibly helpful. I highly recommend this book to anyone who wants to start practicing yoga!', '105'),
(4667, '', 'Wasiu', 'wasiu@example.com', 'I have been practicing yoga for years, and Yoga For Everyone is one of the best resources I have found. The explanations are clear and concise, and the poses are presented in a way that is easy to follow. I highly recommend this book to anyone who loves yoga!', '105'),
(4668, '', 'Xander', 'xander@example.com', 'Yoga For Everyone is an amazing book that has helped me improve my yoga practice. The explanations are clear and concise, and the pictures are incredibly helpful. I highly recommend this book to anyone who wants to take their yoga practice to the next level!', '105'),
(4669, '', 'Yara', 'yara@example.com', 'Yoga For Everyone is an excellent resource for anyone who wants to learn yoga. The explanations are clear and concise, and the pictures are incredibly helpful. I highly recommend this book to anyone who wants to start practicing yoga!', '105'),
(4670, '', 'John', 'john@example.com', 'I loved reading \"Viral Marketing Madness\"! It was so informative and engaging.', '104'),
(4671, '', 'Mary', 'mary@example.com', 'I highly recommend \"Viral Marketing Madness\" to anyone looking to improve their marketing skills.', '104'),
(4672, '', 'David', 'david@example.com', 'This book is a must-read for anyone interested in marketing. \"Viral Marketing Madness\" is simply amazing!', '104'),
(4673, '', 'Sarah', 'sarah@example.com', 'I couldn\'t put \"Viral Marketing Madness\" down! It was so interesting and informative.', '104'),
(4674, '', 'James', 'james@example.com', 'I learned so much from \"Viral Marketing Madness\". It\'s definitely worth reading!', '104'),
(4675, '', 'Grace', 'grace@example.com', 'If you want to improve your marketing skills, \"Viral Marketing Madness\" is the book for you!', '104'),
(4676, '', 'Daniel', 'daniel@example.com', '\"Viral Marketing Madness\" is a game-changer! I highly recommend it to anyone looking to improve their marketing skills.', '104'),
(4677, '', 'Joyce', 'joyce@example.com', 'I loved how practical and actionable the advice in \"Viral Marketing Madness\" was. It\'s definitely worth reading!', '104'),
(4678, '', 'Michael', 'michael@example.com', '\"Viral Marketing Madness\" is a must-read for anyone interested in marketing. I learned so much from it!', '104'),
(4679, '', 'Alice', 'alice@example.com', 'I couldn\'t recommend \"Viral Marketing Madness\" enough! It\'s an amazing book that will help you improve your marketing skills.', '104'),
(4680, '', 'Abdul', 'abdul@example.com', 'I loved reading \"Viral Marketing Madness\"! It was so informative and engaging.', '104'),
(4681, '', 'Fatima', 'fatima@example.com', 'I highly recommend \"Viral Marketing Madness\" to anyone looking to improve their marketing skills.', '104'),
(4682, '', 'Hassan', 'hassan@example.com', 'This book is a must-read for anyone interested in marketing. \"Viral Marketing Madness\" is simply amazing!', '104'),
(4683, '', 'Aisha', 'aisha@example.com', 'I couldn\'t put \"Viral Marketing Madness\" down! It was so interesting and informative.', '104'),
(4684, '', 'Omar', 'omar@example.com', 'I learned so much from \"Viral Marketing Madness\". It\'s definitely worth reading!', '104'),
(4685, '', 'Zainab', 'zainab@example.com', 'If you want to improve your marketing skills, \"Viral Marketing Madness\" is the book for you!', '104'),
(4686, '', 'Aliyu', 'aliyu@example.com', '\"Viral Marketing Madness\" is a game-changer! I highly recommend it to anyone looking to improve their marketing skills.', '104'),
(4687, '', 'Amina', 'amina@example.com', 'I loved how practical and actionable the advice in \"Viral Marketing Madness\" was. It\'s definitely worth reading!', '104'),
(4688, '', 'Yusuf', 'yusuf@example.com', '\"Viral Marketing Madness\" is a must-read for anyone interested in marketing. I learned so much from it!', '104'),
(4689, '', 'Khadija', 'khadija@example.com', 'I couldn\'t recommend \"Viral Marketing Madness\" enough! It\'s an amazing book that will help you improve your marketing skills.', '104'),
(4690, '', 'Musa', 'musa@example.com', '\"Viral Marketing Madness\" is an excellent book that provides practical tips for improving your marketing skills.', '104'),
(4691, '', 'Mariam', 'mariam@example.com', '\"Viral Marketing Madness\" is a great resource for anyone looking to improve their marketing skills. Highly recommended!', '104'),
(4692, '', 'Sani', 'sani@example.com', '\"Viral Marketing Madness\" is a must-read for anyone interested in marketing. It\'s packed with useful information!', '104'),
(4693, '', 'Rahma', 'rahma@example.com', '\"Viral Marketing Madness\" is an excellent book that provides practical tips for improving your marketing skills. I highly recommend it!', '104'),
(4694, '', 'Usman', 'usman@example.com', '\"Viral Marketing Madness\" is a game-changer! It\'s packed with useful information that will help you take your marketing skills to the next level.', '104'),
(4695, '', 'Aisha', 'aisha2@example.com', '\"Viral Marketing Madness\" is an amazing book that provides practical tips for improving your marketing skills. A must-read!', '104'),
(4696, '', 'Abubakar', 'abubakar@example.com', '\"Viral Marketing Madness\" is an excellent resource for anyone looking to improve their marketing skills. Highly recommended!', '104'),
(4697, '', 'Hauwa', 'hauwa@example.com', '\"Viral Marketing Madness\" is a great book that provides practical tips for improving your marketing skills. A must-read!', '104'),
(4698, '', 'Suleiman', 'suleiman@example.com', '\"Viral Marketing Madness\" is an amazing resource for anyone looking to improve their marketing skills. Highly recommended!', '104'),
(4699, '', 'Zara', 'zara@example.com', '\"Viral Marketing Madness\" is a must-read for anyone interested in marketing. It\'s packed with useful information!', '104'),
(4700, '', 'Nasiru', 'nasiru@example.com', '\"Viral Marketing Madness\" is an excellent book that provides practical tips for improving your marketing skills. Highly recommended!', '104'),
(4701, '', 'Amina2', 'amina2@example.com', 'I loved how easy it was to read \"Viral Marketing Madness\". The tips were so helpful and actionable.', '104'),
(4702, '', 'Musa2', 'musa2@example.com', 'If you want to take your marketing skills to the next level, \"Viral Marketing Madness\" is the book for you!', '104'),
(4703, '', 'Mariam2', 'mariam2@example.com', 'I couldn\'t put \"Viral Marketing Madness\" down! The advice was so practical and easy  to follow.', '104'),
(4704, '', 'Sani2', 'sani2@example.com', '\"Viral Marketing Madness\" is a great book that provides practical tips for improving your marketing skills. Highly recommended!', '104'),
(4705, '', 'Rahma2', 'rahma2@example.com', 'I learned so much from \"Viral Marketing Madness\". It\'s definitely worth reading!', '104'),
(4706, '', 'Usman2', 'usman2@example.com', '\"Viral Marketing Madness\" is an excellent resource for anyone looking to improve their marketing skills. Highly recommended!', '104'),
(4707, '', 'Aisha3', 'aisha3@example.com', 'I highly recommend \"Viral Marketing Madness\" to anyone looking to improve their marketing skills. It\'s an amazing book!', '104'),
(4708, '', 'Abubakar2', 'abubakar2@example.com', '\"Viral Marketing Madness\" is a must-read for anyone interested in marketing. It\'s packed with useful information!', '104'),
(4709, '', 'Hauwa2', 'hauwa2@example.com', 'If you want to take your marketing skills to the next level, \"Viral Marketing Madness\" is the book for you!', '104'),
(4710, '', 'Suleiman2', 'suleiman2@example.com', 'I loved how practical and actionable the advice in \"Viral Marketing Madness\" was. Highly recommended!', '104'),
(4711, '', 'Zara2', 'zara2@example.com', '\"Viral Marketing Madness\" is an amazing resource for anyone looking to improve their marketing skills. A must-read!', '104'),
(4712, '', 'Nasiru2', 'nasiru2@example.com', 'If you want to improve your marketing skills, \"Viral Marketing Madness\" is the book for you! Highly recommended.', '104'),
(4713, '', 'Amina3', 'amina3@example.com', 'I couldn\'t recommend \"Viral Marketing Madness\" enough! It\'s an amazing book that will help you improve your marketing skills.', '104'),
(4714, '', 'Musa3', 'musa3@example.com', '\"Viral Marketing Madness\" is a game-changer! I highly recommend it to anyone looking to improve their marketing skills.', '104'),
(4715, '', 'Mariam3', 'mariam3@example.com', 'I learned so much from \"Viral Marketing Madness\". It\'s definitely worth reading!', '104'),
(4716, '', 'Sani3', 'sani3@example.com', 'If you want to take your marketing skills to the next level, \"Viral Marketing Madness\" is the book for you! Highly recommended.', '104'),
(4717, '', 'Rahma3', 'rahma3@example.com', '\"Viral Marketing Madness\" is an excellent resource for anyone looking to improve their marketing skills. A must-read!', '104'),
(4718, '', 'Usman3', 'usman3@example.com', 'I loved how practical and actionable the advice in \"Viral Marketing Madness\" was. Highly recommended!', '104'),
(4719, '', 'Aisha4', 'aisha4@example.com', 'If you want to improve your marketing skills, \"Viral Marketing Madness\" is the book for you! Highly recommended.', '104'),
(4720, '', 'Abubakar3', 'abubakar3@example.com', '\"Viral Marketing Madness\" is a great resource for anyone looking to improve their marketing skills. A must-read!', '104'),
(4721, '', 'Hauwa3', 'hauwa3@example.com', '\"Viral Marketing Madness\" is an amazing book that provides practical tips for improving your marketing skills. Highly recommended!', '104'),
(4722, '', 'Suleiman3', 'suleiman3@example.com', 'I couldn\'t put \"Viral Marketing Madness\" down! The advice was so practical and easy to follow.', '104'),
(4723, '', 'Zara3', 'zara3@example.com', '\"Viral Marketing Madness\" is a must-read for anyone interested in marketing. It\'s packed with useful information!', '104'),
(4724, '', 'Amit', 'amit@example.com', 'I loved reading \"Yoga For Beginners\"! It was so informative and engaging.', '106'),
(4725, '', 'Priya', 'priya@example.com', 'I highly recommend \"Yoga For Beginners\" to anyone looking to improve their yoga skills.', '106'),
(4726, '', 'Rahul', 'rahul@example.com', 'This book is a must-read for anyone interested in yoga. \"Yoga For Beginners\" is simply amazing!', '106'),
(4727, '', 'Sonia', 'sonia@example.com', 'I couldn\'t put \"Yoga For Beginners\" down! It was so interesting and informative.', '106'),
(4728, '', 'Vikram', 'vikram@example.com', 'I learned so much from \"Yoga For Beginners\". It\'s definitely worth reading!', '106'),
(4729, '', 'Anjali', 'anjali@example.com', 'If you want to improve your yoga skills, \"Yoga For Beginners\" is the book for you!', '106'),
(4730, '', 'Ravi', 'ravi@example.com', '\"Yoga For Beginners\" is a game-changer! I highly recommend it to anyone looking to improve their yoga skills.', '106'),
(4731, '', 'Neha', 'neha@example.com', 'I loved how practical and actionable the advice in \"Yoga For Beginners\" was. It\'s definitely worth reading!', '106'),
(4732, '', 'Aarav', 'aarav@example.com', '\"Yoga For Beginners\" is a must-read for anyone interested in yoga. I learned so much from it!', '106'),
(4733, '', 'Kavya', 'kavya@example.com', 'I couldn\'t recommend \"Yoga For Beginners\" enough! It\'s an amazing book that will help you improve your yoga skills.', '106'),
(4734, '', 'Amina', 'amina@example.com', 'I loved reading \"Yoga For Beginners\"! It was so informative and engaging.', '106'),
(4735, '', 'Omar', 'omar@example.com', 'I highly recommend \"Yoga For Beginners\" to anyone looking to improve their yoga skills.', '106'),
(4736, '', 'Fatima', 'fatima@example.com', 'This book is a must-read for anyone interested in yoga. \"Yoga For Beginners\" is simply amazing!', '106'),
(4737, '', 'Abdul', 'abdul@example.com', 'I couldn\'t put \"Yoga For Beginners\" down! It was so interesting and informative.', '106'),
(4738, '', 'Aisha', 'aisha@example.com', 'I learned so much from \"Yoga For Beginners\". It\'s definitely worth reading!', '106'),
(4739, '', 'Hassan', 'hassan@example.com', 'If you want to improve your yoga skills, \"Yoga For Beginners\" is the book for you!', '106'),
(4740, '', 'Mariam', 'mariam@example.com', '\"Yoga For Beginners\" is a game-changer! I highly recommend it to anyone looking to improve their yoga skills.', '106'),
(4741, '', 'Ali', 'ali@example.com', 'I loved how practical and actionable the advice in \"Yoga For Beginners\" was. It\'s definitely worth reading!', '106'),
(4742, '', 'Zainab', 'zainab@example.com', '\"Yoga For Beginners\" is a must-read for anyone interested in yoga. I learned so much from it!', '106'),
(4743, '', 'Musa', 'musa@example.com', 'I couldn\'t recommend \"Yoga For Beginners\" enough! It\'s an amazing book that will help you improve your yoga skills.', '106'),
(4744, '', 'Sara', 'sara@example.com', 'I absolutely love \"Yoga For Beginners\"! This book has helped me start my yoga journey with confidence.', '106'),
(4745, '', 'Daniel', 'daniel@example.com', 'The step-by-step instructions in \"Yoga For Beginners\" have made it easy for me to learn and practice yoga at home.', '106'),
(4746, '', 'Linda', 'linda@example.com', 'I can\'t recommend \"Yoga For Beginners\" enough. It has been my go-to guide for mastering yoga poses and techniques.', '106'),
(4747, '', 'Ade', 'ade@example.com', 'Thanks to \'Yoga For Beginners\', I\'ve discovered a new sense of peace and balance in my life. Highly recommended!', '106'),
(4748, '', 'Grace', 'grace@example.com', 'The illustrations and explanations in \"Yoga For Beginners\" make it a perfect companion for anyone starting their yoga journey.', '106'),
(4749, '', 'Emeka', 'emeka@example.com', 'I\'m amazed at how \'Yoga For Beginners\' has improved my flexibility and overall well-being. It\'s a must-have for beginners!', '106'),
(4750, '', 'Chiamaka', 'chiamaka@example.com', 'I\'ve always wanted to try yoga, and \"Yoga For Beginners\" has been the perfect introduction. I\'m loving every session!', '106'),
(4751, '', 'Kwame', 'kwame@example.com', 'With \'Yoga For Beginners\', I\'ve found a new way to stay fit and relieve stress. It\'s a book that has positively impacted my life.', '106'),
(4752, '', 'Folake', 'folake@example.com', 'The guidance and tips in \"Yoga For Beginners\" have made my yoga practice more enjoyable and rewarding. I\'m grateful for this book!', '106'),
(4753, '', 'Obinna', 'obinna@example.com', 'I can\'t believe how much \"Yoga For Beginners\" has transformed my mind and body. It\'s a book I\'ll treasure on my yoga journey.', '106'),
(4754, '', 'Ngozi', 'ngozi@example.com', 'I\'m so grateful for \"Yoga For Beginners\"! It has helped me find inner peace and improve my physical strength.', '106'),
(4755, '', 'Kwesi', 'kwesi@example.com', 'The detailed instructions in \"Yoga For Beginners\" have made my yoga practice more effective and fulfilling.', '106'),
(4756, '', 'Fatou', 'fatou@example.com', 'I love how \"Yoga For Beginners\" explains the benefits of each pose. It\'s a comprehensive guide for anyone starting their yoga journey.', '106'),
(4757, '', 'Amani', 'amani@example.com', 'Thanks to \"Yoga For Beginners\", I\'ve become more mindful and connected to my body. It\'s a wonderful book for beginners.', '106'),
(4758, '', 'Kofi', 'kofi@example.com', 'I\'ve always wanted to try yoga, and \"Yoga For Beginners\" has made it so accessible. I\'m enjoying the physical and mental benefits.', '106'),
(4759, '', 'Adanna', 'adanna@example.com', 'The clear and concise instructions in \"Yoga For Beginners\" have made me feel confident in my yoga practice. Highly recommend!', '106'),
(4760, '', 'Malik', 'malik@example.com', 'I\'ve been practicing yoga with \"Yoga For Beginners\" for a few weeks now, and I can already feel the positive changes in my body and mind.', '106'),
(4761, '', 'Zainabu', 'zainabu@example.com', 'I can\'t thank the author enough for writing \"Yoga For Beginners\". It\'s a valuable resource for anyone looking to start their yoga journey.', '106'),
(4762, '', 'Mohammed', 'mohammed@example.com', 'The gentle approach in \"Yoga For Beginners\" has made it easier for me to ease into the practice and reap its benefits.', '106'),
(4763, '', 'Sifa', 'sifa@example.com', 'I\'m amazed at how \"Yoga For Beginners\" has improved my flexibility, balance, and overall well-being. It\'s a book that everyone should have.', '106'),
(4764, '', 'Amara', 'amara@example.com', 'I\'ve tried other yoga books, but \"Yoga For Beginners\" is by far the most helpful and comprehensive. It has exceeded my expectations.', '106'),
(4765, '', 'Kwadwo', 'kwadwo@example.com', 'Thanks to \"Yoga For Beginners\", I\'ve found a new way to stay active and take care of my physical and mental health. It\'s a fantastic book!', '106'),
(4766, '', 'Makeda', 'makeda@example.com', 'I appreciate how \"Yoga For Beginners\" emphasizes the importance of self-care and self-compassion in the yoga practice. It\'s truly empowering.', '106'),
(4767, '', 'Babatunde', 'babatunde@example.com', 'The guidance in \"Yoga For Beginners\" has made it easier for me to incorporate yoga into my daily routine. It has become an essential part of my life.', '106'),
(4768, '', 'Zuri', 'zuri@example.com', 'I\'m grateful for \"Yoga For Beginners\" as it has introduced me to the world of yoga and its transformative benefits. It\'s a must-read for beginners!', '106'),
(4769, '', 'Amina', 'amina@example.com', 'I loved reading \"The Complete Guide To Making Your Own Wine\"! It was so informative and engaging.', '107'),
(4770, '', 'Omar', 'omar@example.com', 'I highly recommend \"The Complete Guide To Making Your Own Wine\" to anyone looking to make their own wine.', '107'),
(4771, '', 'Fatima', 'fatima@example.com', 'This book is a must-read for anyone interested in making their own wine. \"The Complete Guide To Making Your Own Wine\" is simply amazing!', '107'),
(4772, '', 'Abdul', 'abdul@example.com', 'I couldn\'t put \"The Complete Guide To Making Your Own Wine\" down! It was so interesting and informative.', '107'),
(4773, '', 'Aisha', 'aisha@example.com', 'I learned so much from \"The Complete Guide To Making Your Own Wine\". It\'s definitely worth reading!', '107'),
(4774, '', 'Hassan', 'hassan@example.com', 'If you want to make your own wine, \"The Complete Guide To Making Your Own Wine\" is the book for you!', '107'),
(4775, '', 'Mariam', 'mariam@example.com', '\"The Complete Guide To Making Your Own Wine\" is a game-changer! I highly recommend it to anyone looking to make their own wine.', '107'),
(4776, '', 'Ali', 'ali@example.com', 'I loved how practical and actionable the advice in \"The Complete Guide To Making Your Own Wine\" was. It\'s definitely worth reading!', '107'),
(4777, '', 'Zainab', 'zainab@example.com', '\"The Complete Guide To Making Your Own Wine\" is a must-read for anyone interested in making their own wine. I learned so much from it!', '107'),
(4778, '', 'Musa', 'musa@example.com', 'I couldn\'t recommend \"The Complete Guide To Making Your Own Wine\" enough! It\'s an amazing book that will help you make your own wine.', '107'),
(4779, '', 'Sophia', 'sophia@example.com', 'I\'m amazed by \"The Complete Guide To Making Your Own Wine\"! This book has provided me with the knowledge and techniques to create outstanding wines at home.', '107'),
(4780, '', 'Liam', 'liam@example.com', 'The step-by-step instructions in \"The Complete Guide To Making Your Own Wine\" have made it easy for me to start my winemaking journey. Highly recommended!', '107'),
(4781, '', 'Emma', 'emma@example.com', 'I can\'t praise \"The Complete Guide To Making Your Own Wine\" enough. It covers everything from grape selection to bottling, making it a comprehensive resource for wine enthusiasts.', '107'),
(4782, '', 'Noah', 'noah@example.com', 'Thanks to \"The Complete Guide To Making Your Own Wine\", I\'ve successfully crafted my own delicious wines. This book is a must-have for any aspiring winemaker.', '107'),
(4783, '', 'Olivia', 'olivia@example.com', 'The detailed explanations and expert tips in \"The Complete Guide To Making Your Own Wine\" have elevated my winemaking skills to new heights. A fantastic resource!', '107'),
(4784, '', 'William', 'william@example.com', 'I\'m truly impressed with \"The Complete Guide To Making Your Own Wine\". It has helped me understand the winemaking process and create exceptional wines.', '107'),
(4785, '', 'Ava', 'ava@example.com', 'If you\'re passionate about winemaking, \"The Complete Guide To Making Your Own Wine\" is a must-read. It has become my go-to reference for all things related to homemade wine.', '107'),
(4786, '', 'James', 'james@example.com', 'With \"The Complete Guide To Making Your Own Wine\", I\'ve unlocked the art of winemaking. This book has made it accessible and enjoyable for enthusiasts like me.', '107'),
(4787, '', 'Isabella', 'isabella@example.com', 'I\'m grateful for \"The Complete Guide To Making Your Own Wine\" as it has given me the confidence to experiment with different wine varieties and flavors. A phenomenal guide!', '107'),
(4788, '', 'Benjamin', 'benjamin@example.com', 'I\'ve always dreamed of making my own wine, and \"The Complete Guide To Making Your Own Wine\" has turned that dream into a reality. This book is a game-changer!', '107'),
(4789, '', 'Charlotte', 'charlotte@example.com', 'I can\'t express how much I\'ve learned from \"The Complete Guide To Making Your Own Wine\". It has empowered me to create wines that rival those of professional winemakers.', '107'),
(4790, '', 'Henry', 'henry@example.com', 'This book is a treasure trove of winemaking knowledge. \"The Complete Guide To Making Your Own Wine\" has given me the confidence to experiment with different grape varieties and techniques.', '107'),
(4791, '', 'Sophie', 'sophie@example.com', 'I\'m thoroughly impressed with \"The Complete Guide To Making Your Own Wine\". It has demystified the winemaking process and provided me with valuable insights and tips.', '107'),
(4792, '', 'Alexander', 'alexander@example.com', 'Thanks to \"The Complete Guide To Making Your Own Wine\", I\'ve discovered a new passion for winemaking. This book is an invaluable resource for both beginners and experienced enthusiasts.', '107'),
(4793, '', 'Mia', 'mia@example.com', 'I\'m grateful for \"The Complete Guide To Making Your Own Wine\" as it has guided me through the entire winemaking process, from grape selection to aging. A must-have for wine lovers!', '107'),
(4794, '', 'Oscar', 'oscar@example.com', 'I\'ve always wanted to make my own wine, and \"The Complete Guide To Making Your Own Wine\" has made it possible. It has become my trusted companion in the cellar!', '107'),
(4795, '', 'Emily', 'emily@example.com', 'With \"The Complete Guide To Making Your Own Wine\", I\'ve learned to appreciate the art and science behind winemaking. This book has taken my wine appreciation to new heights.', '107'),
(4796, '', 'William', 'william@example.com', 'I\'m amazed by the depth of knowledge presented in \"The Complete Guide To Making Your Own Wine\". It has helped me understand the nuances of winemaking and create exceptional wines.', '107'),
(4797, '', 'Amelia', 'amelia@example.com', 'I can\'t thank the author enough for writing \"The Complete Guide To Making Your Own Wine\". It has given me the confidence to share my homemade wines with friends and family.', '107'),
(4798, '', 'Arthur', 'arthur@example.com', 'This book has transformed my hobby into a passion. \"The Complete Guide To Making Your Own Wine\" is the ultimate companion for anyone looking to dive into the world of winemaking.', '107'),
(4799, '', 'Oliver', 'oliver@example.com', 'I\'m blown away by \"The Complete Guide To Making Your Own Wine\"! It has transformed me from a wine enthusiast to a confident winemaker. Cheers to this remarkable book!', '107'),
(4800, '', 'Ava', 'ava@example.com', 'The guidance in \"The Complete Guide To Making Your Own Wine\" is unparalleled. It has empowered me to experiment with different grape varieties and techniques. A must-read for wine lovers!', '107'),
(4801, '', 'Leo', 'leo@example.com', 'This book has become my winemaking bible. \"The Complete Guide To Making Your Own Wine\" covers every aspect of the process with clear instructions and valuable insights. Highly recommended!', '107'),
(4802, '', 'Sophia', 'sophia@example.com', 'I\'ve always wanted to try making my own wine, and \"The Complete Guide To Making Your Own Wine\" has made it possible. It has become my trusted companion in this delightful journey.', '107'),
(4803, '', 'Jack', 'jack@example.com', 'I\'m grateful for \"The Complete Guide To Making Your Own Wine\" as it has taught me the art of winemaking from vine to bottle. It\'s an essential resource for anyone passionate about wine.', '107'),
(4804, '', 'Poppy', 'poppy@example.com', 'Thanks to \"The Complete Guide To Making Your Own Wine\", I\'ve elevated my wine appreciation to a whole new level. This book has enriched my understanding and enjoyment of wine.', '107'),
(4805, '', 'Henry', 'henry@example.com', 'I\'m amazed by the wealth of knowledge in \"The Complete Guide To Making Your Own Wine\". The author\'s passion and expertise shine through, making it a captivating read for wine enthusiasts.', '107'),
(4806, '', 'Amelia', 'amelia@example.com', 'This book has ignited a deep fascination for winemaking within me. \"The Complete Guide To Making Your Own Wine\" is a comprehensive and inspiring resource for aspiring winemakers.', '107'),
(4807, '', 'William', 'william@example.com', 'I can\'t thank the author enough for writing \"The Complete Guide To Making Your Own Wine\". It has empowered me to produce wines that rival those of professional winemakers.', '107'),
(4808, '', 'Emily', 'emily@example.com', 'With \"The Complete Guide To Making Your Own Wine\", I\'ve embarked on an exciting journey of winemaking. This book has provided me with the knowledge and confidence to create exceptional wines.', '107'),
(4809, '', 'Thomas', 'thomas@example.com', 'I\'m truly grateful for \"The Complete Guide To Making Your Own Wine\". It has not only taught me the art of winemaking but also deepened my appreciation for the craft. A remarkable resource!', '107'),
(4810, '', 'Charlotte', 'charlotte@example.com', 'Thanks to \"The Complete Guide To Making Your Own Wine\", I\'ve become a passionate winemaker. This book has unlocked the secrets of winemaking and allowed me to create unique and delicious wines.', '107'),
(4811, '', 'Olivia', 'olivia@example.com', 'I\'ve always dreamt of making my own wine, and \"The Complete Guide To Making Your Own Wine\" has turned that dream into a reality. It\'s an invaluable resource for wine enthusiasts and budding winemakers.', '107'),
(4812, '', 'Sophia', 'sophia@example.com', 'I\'m incredibly impressed with the \"Child Care Provider Plan\" book. It has provided me with invaluable guidance and resources to excel in my role as a child care provider.', '108'),
(4813, '', 'Oliver', 'oliver@example.com', 'This book has revolutionized my approach to child care. The \"Child Care Provider Plan\" offers practical strategies and expert advice that have greatly enhanced my skills and interactions with children.', '108'),
(4814, '', 'Emma', 'emma@example.com', 'I can\'t recommend the \"Child Care Provider Plan\" enough. It covers all aspects of child care, ensuring that I have the knowledge and tools to create a nurturing and educational environment for children.', '108'),
(4815, '', 'Noah', 'noah@example.com', 'Thanks to the \"Child Care Provider Plan\", I feel confident and well-prepared to handle any situation that may arise while caring for children. This book is an essential resource for every child care professional.', '108'),
(4816, '', 'Olivia', 'olivia@example.com', 'The \"Child Care Provider Plan\" has transformed the way I approach my work as a child care provider. It provides a comprehensive framework and practical tips that have greatly improved my effectiveness and impact.', '108'),
(4817, '', 'William', 'william@example.com', 'I\'m grateful for the \"Child Care Provider Plan\" as it has elevated my skills as a child care provider. This book equips me with the knowledge and strategies to create a safe, nurturing, and stimulating environment for children.', '108'),
(4818, '', 'Ava', 'ava@example.com', 'This book has become my go-to resource for all things related to child care. The \"Child Care Provider Plan\" offers valuable insights, practical tips, and customizable plans that have made a significant difference in my role as a child care provider.', '108'),
(4819, '', 'James', 'james@example.com', 'The \"Child Care Provider Plan\" is an invaluable tool for any child care professional. It provides a comprehensive roadmap for delivering high-quality care and fostering the healthy development of children.', '108'),
(4820, '', 'Isabella', 'isabella@example.com', 'I\'m amazed by the impact the \"Child Care Provider Plan\" has had on my career as a child care provider. It has equipped me with the knowledge, skills, and confidence to provide exceptional care and support to children.', '108'),
(4821, '', 'Henry', 'henry@example.com', 'I can\'t thank the author enough for creating the \"Child Care Provider Plan\". This book has given me a clear framework and practical strategies to deliver exceptional child care services. It\'s a game-changer!', '108'),
(4822, '', 'Sophie', 'sophie@example.com', 'I loved reading \"Schooling Selection Strategies\"! It was so informative and engaging.', '110'),
(4823, '', 'Lucas', 'lucas@example.com', 'I highly recommend \"Schooling Selection Strategies\" to anyone looking for guidance on selecting schools.', '110'),
(4824, '', 'Emma', 'emma@example.com', 'This book is a must-read for anyone interested in selecting schools. \"Schooling Selection Strategies\" is simply amazing!', '110'),
(4825, '', 'Oliver', 'oliver@example.com', 'I couldn\'t put \"Schooling Selection Strategies\" down! It was so interesting and informative.', '110'),
(4826, '', 'Mia', 'mia@example.com', 'I learned so much from \"Schooling Selection Strategies\". It\'s definitely worth reading!', '110'),
(4827, '', 'Noah', 'noah@example.com', 'If you want to select the best school for your child, \"Schooling Selection Strategies\" is the book for you!', '110'),
(4828, '', 'Ella', 'ella@example.com', '\"Schooling Selection Strategies\" is a game-changer! I highly recommend it to anyone looking to select schools.', '110'),
(4829, '', 'William', 'william@example.com', 'I loved how practical and actionable the advice in \"Schooling Selection Strategies\" was. It\'s definitely worth reading!', '110'),
(4830, '', 'Charlotte', 'charlotte@example.com', '\"Schooling Selection Strategies\" is a must-read for anyone interested in selecting schools. I learned so much from it!', '110'),
(4831, '', 'Henry', 'henry@example.com', 'I couldn\'t recommend \"Schooling Selection Strategies\" enough! It\'s an amazing book that will help you select the best school for your child.', '110'),
(4832, '', 'Liam', 'liam@example.com', 'I couldn\'t put \"Schooling Selection Strategies\" down! It was so interesting and informative.', '110'),
(4833, '', 'Amelia', 'amelia@example.com', 'I learned so much from \"Schooling Selection Strategies\". It\'s definitely worth reading!', '110'),
(4834, '', 'Oscar', 'oscar@example.com', 'If you want to select the best school for your child, \"Schooling Selection Strategies\" is the book for you!', '110'),
(4835, '', 'Ava', 'ava@example.com', '\"Schooling Selection Strategies\" is a game-changer! I highly recommend it to anyone looking to select schools.', '110'),
(4836, '', 'Ethan', 'ethan@example.com', 'I loved how practical and actionable the advice in \"Schooling Selection Strategies\" was. It\'s definitely worth reading!', '110'),
(4837, '', 'Isabella', 'isabella@example.com', '\"Schooling Selection Strategies\" is a must-read for anyone interested in selecting schools. I learned so much from it!', '110'),
(4838, '', 'James', 'james@example.com', 'I couldn\'t recommend \"Schooling Selection Strategies\" enough! It\'s an amazing book that will help you select the best school for your child.', '110'),
(4839, '', 'Sophia', 'sophia@example.com', '\"Schooling Selection Strategies\" is an excellent resource for anyone looking to select schools. Highly recommended!', '110'),
(4840, '', 'Benjamin', 'benjamin@example.com', 'I was blown away by how comprehensive \"Schooling Selection Strategies\" was. It covers everything you need to know!', '110'),
(4841, '', 'Mia', 'mia@example.com', '\"Schooling Selection Strategies\" is a fantastic book that will help you select the best school for your child. Highly recommended!', '110'),
(4842, '', 'Lucas', 'lucas@example.com', 'I loved how detailed and informative \"Schooling Selection Strategies\" was. It\'s definitely worth reading!', '110'),
(4843, '', 'Charlotte', 'charlotte@example.com', '\"Schooling Selection Strategies\" is an amazing book that will help you select the best school for your child like a pro. Highly recommended!', '110'),
(4844, '', 'Alexander', 'alexander@example.com', '\"Schooling Selection Strategies\" is a must-have for anyone looking to select schools. I learned so much from it!', '110'),
(4845, '', 'Amelie', 'amelie@example.com', '\"Schooling Selection Strategies\" is an excellent resource for anyone looking to select schools. Highly recommended!', '110'),
(4846, '', 'William', 'william@example.com', 'I couldn\'t put \"Schooling Selection Strategies\" down! It was so interesting and informative.', '110'),
(4847, '', 'Ella', 'ella@example.com', 'I learned so much from \"Schooling Selection Strategies\". It\'s definitely worth reading!', '110'),
(4848, '', 'Daniel', 'daniel@example.com', 'If you want to select the best school for your child, \"Schooling Selection Strategies\" is the book for you!', '110'),
(4849, '', 'Emily', 'emily@example.com', '\"Schooling Selection Strategies\" is a game-changer! I highly recommend it to anyone looking to select schools.', '110'),
(4850, '', 'Michael', 'michael@example.com', 'I loved how practical and actionable the advice in \"Schooling Selection Strategies\" was. It\'s definitely worth reading!', '110'),
(4851, '', 'Sophie', 'sophie@example.com', '\"Schooling Selection Strategies\" is a must-read for anyone interested in selecting schools. I learned so much from it!', '110'),
(4852, '', 'Oliver', 'oliver@example.com', 'I couldn\'t recommend \"Schooling Selection Strategies\" enough! It\'s an amazing book that will help you select the best school for your child.', '110'),
(4853, '', 'Chloe', 'chloe@example.com', '\"Schooling Selection Strategies\" is an excellent resource for anyone looking to select schools. Highly recommended!', '110'),
(4854, '', 'Henry', 'henry@example.com', '\"Schooling Selection Strategies\" is a fantastic book that will help you select the best school for your child like a pro. Highly recommended!', '110'),
(4855, '', 'Grace', 'grace@example.com', 'I loved how detailed and informative \"Schooling Selection Strategies\" was. It\'s definitely worth reading!', '110'),
(4856, '', 'Oliver', 'oliver@example.com', 'The \"Child Care Provider Plan\" has exceeded my expectations. It provides a wealth of knowledge and practical strategies that have greatly enhanced my abilities as a child care provider. Highly recommended!', '108'),
(4857, '', 'Sophia', 'sophia@example.com', 'I\'m so grateful for the \"Child Care Provider Plan\". It has given me a comprehensive framework to deliver exceptional child care and create meaningful experiences for the children under my care.', '108'),
(4858, '', 'Jack', 'jack@example.com', 'This book is a game-changer for child care providers. The \"Child Care Provider Plan\" equips me with the tools and resources to ensure the well-being and development of the children I care for.', '108'),
(4859, '', 'Amelia', 'amelia@example.com', 'The \"Child Care Provider Plan\" has become my trusted companion in my journey as a child care provider. It offers a holistic approach to child care, covering everything from safety to educational activities.', '108'),
(4860, '', 'Thomas', 'thomas@example.com', 'I\'m impressed by the practicality of the \"Child Care Provider Plan\". It offers step-by-step guidance and customizable plans that have streamlined my day-to-day operations and improved the quality of care I provide.', '108'),
(4861, '', 'Emily', 'emily@example.com', 'The \"Child Care Provider Plan\" is a comprehensive resource that addresses every aspect of child care. It has helped me create a nurturing environment that supports the growth and development of the children I care for.', '108'),
(4862, '', 'Daniel', 'daniel@example.com', 'I\'ve gained a wealth of knowledge from the \"Child Care Provider Plan\". It covers important topics like child development, communication strategies, and behavior management, making it an invaluable resource for child care providers.', '108'),
(4863, '', 'Mia', 'mia@example.com', 'Thanks to the \"Child Care Provider Plan\", I feel more confident and equipped in my role as a child care provider. This book has expanded my understanding and provided me with effective strategies to meet the needs of each child.', '108'),
(4864, '', 'Jacob', 'jacob@example.com', 'The \"Child Care Provider Plan\" has been a game-changer for me. It has helped me establish strong relationships with the children and their families, creating a positive and supportive environment for everyone.', '108'),
(4865, '', 'Olivia', 'olivia@example.com', 'The \"Child Care Provider Plan\" is an essential resource for every child care provider. It offers practical tips, insightful guidance, and helpful strategies to ensure the well-being and development of the children in my care.', '108'),
(4866, '', 'Alexander', 'alexander@example.com', 'I\'m amazed by the impact the \"Child Care Provider Plan\" has had on my approach to child care. It has equipped me with the knowledge and tools to create a nurturing, stimulating, and safe environment for children.', '108'),
(4867, '', 'Ella', 'ella@example.com', 'The \"Child Care Provider Plan\" has transformed the way I approach child care. It has broadened my perspectives and given me new ideas to engage children in meaningful activities. I highly recommend this book!', '108'),
(4868, '', 'Liam', 'liam@example.com', 'I\'m grateful for the \"Child Care Provider Plan\" as it has empowered me to provide high-quality care for children. This book covers everything from planning to documentation, making it a comprehensive guide for child care providers.', '108'),
(4869, '', 'Charlotte', 'charlotte@example.com', 'Thanks to the \"Child Care Provider Plan\", I feel more confident and effective in my role as a child care provider. The book\'s practical advice and real-life examples have been instrumental in my professional growth.', '108'),
(4870, '', 'Henry', 'henry@example.com', 'The \"Child Care Provider Plan\" is a valuable resource for any child care professional. It offers a holistic approach to child care and provides valuable insights into creating a safe, nurturing, and engaging environment for children.', '108'),
(4871, '', 'Sophie', 'sophie@example.com', 'I\'m impressed by the depth of knowledge in the \"Child Care Provider Plan\". This book covers a wide range of topics, including child development, health and safety, and creating meaningful learning experiences.', '108'),
(4872, '', 'James', 'james@example.com', 'The \"Child Care Provider Plan\" has become my go-to guide for providing exceptional child care. It has helped me develop strong relationships with children and their families, creating a supportive and enriching environment.', '108'),
(4873, '', 'Emily', 'emily@example.com', 'I can\'t thank the author enough for writing the \"Child Care Provider Plan\". It has provided me with the tools and knowledge to deliver high-quality child care, ensuring the well-being and development of the children I care for.', '108'),
(4874, '', 'Jacob', 'jacob@example.com', 'The \"Child Care Provider Plan\" is a comprehensive and practical resource for child care providers. It offers valuable insights, actionable strategies, and helpful tips that have greatly enhanced my ability to provide quality care.', '108'),
(4875, '', 'Amelia', 'amelia@example.com', 'I\'m amazed by the impact the \"Child Care Provider Plan\" has had on my professional growth. It has provided me with a solid foundation and the necessary skills to deliver exceptional child care services.', '108'),
(4876, '', 'William', 'william@example.com', 'The \"Child Care Provider Plan\" is a must-have for any child care professional. It covers all aspects of child care, from establishing routines to supporting child development, making it an invaluable resource.', '108'),
(4877, '', 'Sophia', 'sophia@example.com', 'I\'m grateful for the \"Child Care Provider Plan\" as it has equipped me with the knowledge and confidence to provide the best care possible. This book has truly elevated my skills as a child care provider.', '108'),
(4878, '', 'Noah', 'noah@example.com', 'The \"Child Care Provider Plan\" has been a game-changer for me. It has provided me with practical strategies and a clear roadmap to deliver exceptional care and support the overall development of children.', '108');
INSERT INTO `reviews` (`id`, `rating`, `your_name`, `your_email`, `your_comment`, `product_id`) VALUES
(4879, '', 'Isabella', 'isabella@example.com', 'I can\'t recommend the \"Child Care Provider Plan\" enough. It covers all the essential aspects of child care and provides valuable insights into fostering a nurturing and stimulating environment for children.', '108'),
(4880, '', 'Oliver', 'oliver@example.com', 'The \"Child Care Provider Plan\" is an invaluable resource for any child care professional. It offers practical guidance and insightful tips that have significantly improved my abilities as a child care provider.', '108'),
(4881, '', 'Sophia', 'sophia@example.com', 'I\'m amazed by the impact the \"Child Care Provider Plan\" has had on my approach to child care. It has provided me with a comprehensive framework and practical strategies to create a nurturing and engaging environment for children.', '108'),
(4882, '', 'Jack', 'jack@example.com', 'Thanks to the \"Child Care Provider Plan\", I have gained the knowledge and confidence to excel in my role as a child care provider. This book covers everything from child development to effective communication.', '108'),
(4883, '', 'Amelia', 'amelia@example.com', 'The \"Child Care Provider Plan\" has been an invaluable tool for me. It has provided me with the necessary skills and resources to provide exceptional care and support the growth and development of children.', '108'),
(4884, '', 'Thomas', 'thomas@example.com', 'I can\'t recommend the \"Child Care Provider Plan\" enough. It has transformed the way I approach child care, providing me with practical strategies and expert advice to ensure the well-being and happiness of the children in my care.', '108'),
(4885, '', 'Emily', 'emily@example.com', 'The \"Child Care Provider Plan\" has become my go-to resource for all things related to child care. It offers a wealth of information, practical tips, and customizable plans that have greatly improved my effectiveness as a child care provider.', '108'),
(4886, '', 'Daniel', 'daniel@example.com', 'I\'m grateful for the \"Child Care Provider Plan\" as it has significantly enhanced my skills and knowledge as a child care provider. This book covers all the essential aspects of child care, providing a comprehensive guide for professionals.', '108'),
(4887, '', 'Mia', 'mia@example.com', 'The \"Child Care Provider Plan\" has empowered me to provide exceptional care for children. It has given me the tools and resources to create a safe, nurturing, and stimulating environment that supports their growth and development.', '108'),
(4888, '', 'Jacob', 'jacob@example.com', 'Thanks to the \"Child Care Provider Plan\", I feel more confident and prepared in my role as a child care provider. This book offers practical strategies, real-life examples, and valuable insights that have made a significant impact on my practice.', '108'),
(4889, '', 'Isabella', 'isabella@example.com', 'The \"Child Care Provider Plan\" is an essential resource for any child care professional. It covers a wide range of topics, from establishing routines to fostering creativity, making it an invaluable guide for providing high-quality child care.', '108'),
(4890, '', 'Olivia', 'olivia@example.com', 'I\'m impressed by the depth of knowledge in the \"Child Care Provider Plan\". It covers important aspects such as health and safety, early childhood development, and creating enriching learning experiences for children.', '108'),
(4891, '', 'Alexander', 'alexander@example.com', 'The \"Child Care Provider Plan\" has become my trusted companion in my journey as a child care provider. It has provided me with a solid foundation and practical strategies to deliver exceptional care and support the overall development of children.', '108'),
(4892, '', 'Amina', 'amina@gmail.com', 'I loved this book! It was so informative and helpful. I learned a lot about how to create successful YouTube videos. I would definitely recommend this book to anyone who wants to start a YouTube channel.', '111'),
(4893, '', 'Bakari', 'bakari@gmail.com', 'This book is a must-read for anyone who wants to make money on YouTube. It\'s full of great tips and strategies that really work. I\'ve already seen a big improvement in my channel since I started following the advice in this book.', '111'),
(4894, '', 'Chidi', 'chidi@gmail.com', 'I\'m so glad I read this book! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4895, '', 'David', 'david@gmail.com', 'This book is amazing! It\'s packed with valuable information that has helped me to improve my YouTube channel in so many ways. I\'m so glad I found this book.', '111'),
(4896, '', 'Ebuka', 'ebuka@gmail.com', 'I\'m really impressed with this book. It\'s full of practical advice that I can use to improve my YouTube channel. I would definitely recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4897, '', 'Femi', 'femi@gmail.com', 'I\'m so glad I read this book! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4898, '', 'Gideon', 'gideon@gmail.com', 'This book is a must-read for anyone who wants to make money on YouTube. It\'s full of great tips and strategies that really work. I\'ve already seen a big improvement in my channel since I started following the advice in this book.', '111'),
(4899, '', 'Hakim', 'hakim@gmail.com', 'I loved this book! It was so informative and helpful. I learned a lot about how to create successful YouTube videos. I would definitely recommend this book to anyone who wants to start a YouTube channel.', '111'),
(4900, '', 'Ibrahim', 'ibrahim@gmail.com', 'This book is a game-changer! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4901, '', 'Jibril', 'jibril@gmail.com', 'I\'m so glad I found this book! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4902, '', 'Kalu', 'kalu@gmail.com', 'This book is amazing! It\'s packed with valuable information that has helped me to improve my YouTube channel in so many ways. I\'m so glad I found this book.', '111'),
(4903, '', 'Lamidi', 'lamidi@gmail.com', 'I\'m really impressed with this book. It\'s full of practical advice that I can use to improve my YouTube channel. I would definitely recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4904, '', 'Mubarak', 'mubarak@gmail.com', 'I\'m so glad I read this book! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4905, '', 'Nnamdi', 'nnamdi@gmail.com', 'This book is a must-read for anyone who wants to make money on YouTube. It\'s full of great tips and strategies that really work. I\'ve already seen a big improvement in my channel since I started following the advice in this book.', '111'),
(4906, '', 'Obafemi', 'obafemi@gmail.com', 'I loved this book! It was so informative and helpful. I learned a lot about how to create successful YouTube videos. I would definitely recommend this book to anyone who wants to start a YouTube channel.', '111'),
(4907, '', 'Oluwaseun', 'oluwaseun@gmail.com', 'This book is a game-changer! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4908, '', 'Peter', 'peter@gmail.com', 'I\'m so glad I read this book! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4909, '', 'Paul', 'paul@gmail.com', 'This book is a must-read for anyone who wants to make money on YouTube. It\'s full of great tips and strategies that really work. I\'ve already seen a big improvement in my channel since I started following the advice in this book.', '111'),
(4910, '', 'Richard', 'richard@gmail.com', 'I loved this book! It was so informative and helpful. I learned a lot about how to create successful YouTube videos. I would definitely recommend this book to anyone who wants to start a YouTube channel.', '111'),
(4911, '', 'Samuel', 'samuel@gmail.com', 'This book is a game-changer! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4912, '', 'Tunde', 'tunde@gmail.com', 'I\'m so glad I read this book! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4913, '', 'Victor', 'victor@gmail.com', 'I loved this book! It was so informative and helpful. I learned a lot about how to create successful YouTube videos. I would definitely recommend this book to anyone who wants to start a YouTube channel.', '111'),
(4914, '', 'Wale', 'wale@gmail.com', 'This book is a game-changer! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4915, '', 'Yusuf', 'yusuf@gmail.com', 'I\'m so glad I read this book! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4916, '', 'Zainab', 'zainab@gmail.com', 'This book is a must-read for anyone who wants to make money on YouTube. It\'s full of great tips and strategies that really work. I\'ve already seen a big improvement in my channel since I started following the advice in this book.', '111'),
(4917, '', 'Zara', 'zara@gmail.com', 'I loved this book! It was so informative and helpful. I learned a lot about how to create successful YouTube videos. I would definitely recommend this book to anyone who wants to start a YouTube channel.', '111'),
(4918, '', 'Aisha', 'aisha@gmail.com', 'This book is a game-changer! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4919, '', 'Binta', 'binta@gmail.com', 'I\'m so glad I read this book! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4920, '', 'Hauwa', 'hauwa@gmail.com', 'This book is a must-read for anyone who wants to make money on YouTube. It\'s full of great tips and strategies that really work. I\'ve already seen a big improvement in my channel since I started following the advice in this book.', '111'),
(4921, '', 'Kemi', 'kemi@gmail.com', 'I loved this book! It was so informative and helpful. I learned a lot about how to create successful YouTube videos. I would definitely recommend this book to anyone who wants to start a YouTube channel.', '111'),
(4922, '', 'Linda', 'linda@gmail.com', 'This book is a game-changer! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4923, '', 'Ngozi', 'ngozi@gmail.com', 'I\'m so glad I read this book! It\'s helped me to take my YouTube channel to the next level. I\'m now getting more views and subscribers than ever before. I highly recommend this book to anyone who wants to grow their YouTube channel.', '111'),
(4924, '', 'Temi', 'temi@gmail.com', 'This book is a must-read for anyone who wants to make money on YouTube. It\'s full of great tips and strategies that really work. I\'ve already seen a big improvement in my channel since I started following the advice in this book.', '111'),
(4925, '', 'John', 'john@example.com', 'I absolutely loved \'My Cookie My Pride\'!', '112'),
(4926, '', 'Jane', 'jane@example.com', 'The characters in \'My Cookie My Pride\' were so relatable!', '112'),
(4927, '', 'David', 'david@example.com', 'I couldn\'t put down \'My Cookie My Pride\' until I finished it!', '112'),
(4928, '', 'Alice', 'alice@example.com', 'The storyline of \'My Cookie My Pride\' was captivating and heartwarming!', '112'),
(4929, '', 'Zara', 'zara@example.com', 'I highly recommend \'My Cookie My Pride\' to everyone!', '112'),
(4930, '', 'Liam', 'liam@example.com', '\'My Cookie My Pride\' is a masterpiece!', '112'),
(4931, '', 'Olivia', 'olivia@example.com', 'The author did an incredible job with \'My Cookie My Pride\'!', '112'),
(4932, '', 'Ethan', 'ethan@example.com', 'I couldn\'t stop smiling while reading \'My Cookie My Pride\'!', '112'),
(4933, '', 'Ava', 'ava@example.com', '\'My Cookie My Pride\' touched my heart in so many ways!', '112'),
(4934, '', 'Mason', 'mason@example.com', 'The writing style of \'My Cookie My Pride\' was exceptional!', '112'),
(4935, '', 'Sophia', 'sophia@example.com', 'I\'m completely obsessed with \'My Cookie My Pride\'!', '112'),
(4936, '', 'Logan', 'logan@example.com', '\'My Cookie My Pride\' deserves all the praise it receives!', '112'),
(4937, '', 'Isabella', 'isabella@example.com', 'I was completely engrossed in \'My Cookie My Pride\' from start to finish!', '112'),
(4938, '', 'Jackson', 'jackson@example.com', '\'My Cookie My Pride\' brought tears of joy to my eyes!', '112'),
(4939, '', 'Mia', 'mia@example.com', 'I can\'t wait to read more books by this author after experiencing \'My Cookie My Pride\'!', '112'),
(4940, '', 'Lucas', 'lucas@example.com', '\'My Cookie My Pride\' is a must-read for all book lovers!', '112'),
(4941, '', 'Sophie', 'sophie@example.com', 'I was spellbound by \'My Cookie My Pride\'!', '112'),
(4942, '', 'Gabriel', 'gabriel@example.com', 'The themes explored in \'My Cookie My Pride\' were thought-provoking!', '112'),
(4943, '', 'Emily', 'emily@example.com', '\'My Cookie My Pride\' is a book that will stay with me forever!', '112'),
(4944, '', 'Henry', 'henry@example.com', 'I couldn\'t get enough of \'My Cookie My Pride\'!', '112'),
(4945, '', 'Amara', 'amara@example.com', 'The storytelling in \'My Cookie My Pride\' was exceptional!', '112'),
(4946, '', 'Caleb', 'caleb@example.com', '\'My Cookie My Pride\' deserves all the accolades it has received!', '112'),
(4947, '', 'Grace', 'grace@example.com', 'I fell in love with the characters in \'My Cookie My Pride\'!', '112'),
(4948, '', 'Landon', 'landon@example.com', '\'My Cookie My Pride\' is a book that every reader should experience!', '112'),
(4949, '', 'Chloe', 'chloe@example.com', 'The emotions conveyed in \'My Cookie My Pride\' were powerful!', '112'),
(4950, '', 'Benjamin', 'benjamin@example.com', '\'My Cookie My Pride\' exceeded all my expectations!', '112'),
(4951, '', 'Zoe', 'zoe@example.com', 'I\'m recommending \'My Cookie My Pride\' to all my friends!', '112'),
(4952, '', 'Daniel', 'daniel@example.com', '\'My Cookie My Pride\' took me on an unforgettable journey!', '112'),
(4953, '', 'Amina', 'amina@example.com', 'I felt a deep connection with the characters in \'My Cookie My Pride\'!', '112'),
(4954, '', 'Michael', 'michael@example.com', '\'My Cookie My Pride\' is a true gem in the literary world!', '112'),
(4955, '', 'Victoria', 'victoria@example.com', 'The author\'s talent shines through in \'My Cookie My Pride\'!', '112'),
(4956, '', 'John', 'john@example.com', 'I absolutely loved \'My Cookie My Pride\'!', '112'),
(4957, '', 'Jane', 'jane@example.com', 'The characters in \'My Cookie My Pride\' were so relatable!', '112'),
(4958, '', 'David', 'david@example.com', 'I couldn\'t put down \'My Cookie My Pride\' until I finished it!', '112'),
(4959, '', 'Alice', 'alice@example.com', 'The storyline of \'My Cookie My Pride\' was captivating and heartwarming!', '112'),
(4960, '', 'Zara', 'zara@example.com', 'I highly recommend \'My Cookie My Pride\' to everyone!', '112'),
(4961, '', 'Liam', 'liam@example.com', '\'My Cookie My Pride\' is a masterpiece!', '112'),
(4962, '', 'Olivia', 'olivia@example.com', 'The author did an incredible job with \'My Cookie My Pride\'!', '112'),
(4963, '', 'Ethan', 'ethan@example.com', 'I couldn\'t stop smiling while reading \'My Cookie My Pride\'!', '112'),
(4964, '', 'Ava', 'ava@example.com', '\'My Cookie My Pride\' touched my heart in so many ways!', '112'),
(4965, '', 'Mason', 'mason@example.com', 'The writing style of \'My Cookie My Pride\' was exceptional!', '112'),
(4966, '', 'Sophia', 'sophia@example.com', 'I\'m completely obsessed with \'My Cookie My Pride\'!', '112'),
(4967, '', 'Logan', 'logan@example.com', '\'My Cookie My Pride\' deserves all the praise it receives!', '112'),
(4968, '', 'Isabella', 'isabella@example.com', 'I was completely engrossed in \'My Cookie My Pride\' from start to finish!', '112'),
(4969, '', 'Jackson', 'jackson@example.com', '\'My Cookie My Pride\' brought tears of joy to my eyes!', '112'),
(4970, '', 'Mia', 'mia@example.com', 'I can\'t wait to read more books by this author after experiencing \'My Cookie My Pride\'!', '112'),
(4971, '', 'Lucas', 'lucas@example.com', '\'My Cookie My Pride\' is a must-read for all book lovers!', '112'),
(4972, '', 'Sophie', 'sophie@example.com', 'I was spellbound by \'My Cookie My Pride\'!', '112'),
(4973, '', 'Gabriel', 'gabriel@example.com', 'The themes explored in \'My Cookie My Pride\' were thought-provoking!', '112'),
(4974, '', 'Emily', 'emily@example.com', '\'My Cookie My Pride\' is a book that will stay with me forever!', '112'),
(4975, '', 'Henry', 'henry@example.com', 'I couldn\'t get enough of \'My Cookie My Pride\'!', '112'),
(4976, '', 'Amara', 'amara@example.com', 'The storytelling in \'My Cookie My Pride\' was exceptional!', '112'),
(4977, '', 'Caleb', 'caleb@example.com', '\'My Cookie My Pride\' deserves all the accolades it has received!', '112'),
(4978, '', 'Grace', 'grace@example.com', 'I fell in love with the characters in \'My Cookie My Pride\'!', '112'),
(4979, '', 'Landon', 'landon@example.com', '\'My Cookie My Pride\' is a book that every reader should experience!', '112'),
(4980, '', 'Chloe', 'chloe@example.com', 'The emotions conveyed in \'My Cookie My Pride\' were powerful!', '112'),
(4981, '', 'Benjamin', 'benjamin@example.com', '\'My Cookie My Pride\' exceeded all my expectations!', '112'),
(4982, '', 'Zoe', 'zoe@example.com', 'I\'m recommending \'My Cookie My Pride\' to all my friends!', '112'),
(4983, '', 'Daniel', 'daniel@example.com', '\'My Cookie My Pride\' took me on an unforgettable journey!', '112'),
(4984, '', 'Amina', 'amina@example.com', 'I felt a deep connection with the characters in \'My Cookie My Pride\'!', '112'),
(4985, '', 'Michael', 'michael@example.com', '\'My Cookie My Pride\' is a true gem in the literary world!', '112'),
(4986, '', 'Victoria', 'victoria@example.com', 'The author\'s talent shines through in \'My Cookie My Pride\'!', '112'),
(4987, '', 'Elijah', 'elijah@example.com', 'Reading \'My Cookie My Pride\' was an absolute joy!', '112'),
(4988, '', 'Sarah', 'sarah@example.com', 'I can\'t stop raving about \'My Cookie My Pride\' to everyone!', '112'),
(4989, '', 'Matthew', 'matthew@example.com', '\'My Cookie My Pride\' left me wanting more!', '112'),
(4990, '', 'Natalie', 'natalie@example.com', 'The lessons in \'My Cookie My Pride\' resonated with me deeply!', '112'),
(4991, '', 'Christopher', 'christopher@example.com', '\'My Cookie My Pride\' is a must-read for all ages!', '112'),
(4992, '', 'Emma', 'emma@example.com', 'The beautiful prose of \'My Cookie My Pride\' swept me off my feet!', '112'),
(4993, '', 'William', 'william@example.com', 'I was completely immersed in the world of \'My Cookie My Pride\'!', '112'),
(4994, '', 'Adeola', 'adeola@example.com', '\'My Cookie My Pride\' is a literary gem that celebrates African storytelling!', '112'),
(4995, '', 'Joshua', 'joshua@example.com', 'I\'m grateful to have experienced the magic of \'My Cookie My Pride\'!', '112'),
(4996, '', 'Nora', 'nora@example.com', 'The characters in \'My Cookie My Pride\' felt like my own family!', '112'),
(4997, '', 'Samuel', 'samuel@example.com', '\'My Cookie My Pride\' is a book I will treasure forever!', '112'),
(4998, '', 'Aisha', 'aisha@example.com', 'The messages of love and unity in \'My Cookie My Pride\' touched my soul!', '112'),
(4999, '', 'Andrew', 'andrew@example.com', 'I was completely captivated by the world-building in \'My Cookie My Pride\'!', '112'),
(5000, '', 'Miriam', 'miriam@example.com', '\'My Cookie My Pride\' reminded me of the power of dreams!', '112'),
(5001, '', 'Ryan', 'ryan@example.com', 'I couldn\'t help but smile throughout my reading journey with \'My Cookie My Pride\'!', '112'),
(5002, '', 'Jasmine', 'jasmine@example.com', 'I recommend \'My Cookie My Pride\' to anyone in need of inspiration!', '112'),
(5003, '', 'Jason', 'jason@example.com', '\'My Cookie My Pride\' is a testament to the power of storytelling!', '112'),
(5004, '', 'Ayanda', 'ayanda@example.com', 'The cultural references in \'My Cookie My Pride\' made it an enriching experience!', '112'),
(5005, '', 'Dylan', 'dylan@example.com', '\'My Cookie My Pride\' transported me to a world of magic and wonder!', '112'),
(5006, '', 'Aminata', 'aminata@example.com', 'I\'m grateful for the profound impact \'My Cookie My Pride\' had on me!', '112'),
(5007, '', 'Kyle', 'kyle@example.com', 'The vivid descriptions in \'My Cookie My Pride\' brought the story to life!', '112'),
(5008, '', 'Lara', 'lara@example.com', '\'My Cookie My Pride\' is a book I will recommend to future generations!', '112'),
(5009, '', 'Brandon', 'brandon@example.com', 'I was moved to tears by the heartfelt moments in \'My Cookie My Pride\'!', '112'),
(5010, '', 'Fiona', 'fiona@example.com', 'The themes of resilience and hope in \'My Cookie My Pride\' touched my heart!', '112'),
(5011, '', 'Justin', 'justin@example.com', '\'My Cookie My Pride\' is a literary masterpiece!', '112'),
(5012, '', 'Ayomide', 'ayomide@example.com', 'I was completely entranced by the magic of \'My Cookie My Pride\'!', '112'),
(5013, '', 'Aaron', 'aaron@example.com', '\'My Cookie My Pride\' is a book that left a lasting impression on me!', '112'),
(5014, '', 'Zainab', 'zainab@example.com', 'I\'m grateful for the journey of self-discovery in \'My Cookie My Pride\'!', '112'),
(5015, '', 'Leo', 'leo@example.com', 'Reading \'My Cookie My Pride\' felt like a warm embrace!', '112'),
(5016, '', 'Fatima', 'fatima@example.com', 'I was inspired by the courage of the characters in \'My Cookie My Pride\'!', '112'),
(5017, '', 'Connor', 'connor@example.com', '\'My Cookie My Pride\' is a book I will treasure forever!', '112'),
(5018, '', 'Ade', 'ade@example.com', 'The lessons of friendship in \'My Cookie My Pride\' touched my heart!', '112'),
(5019, '', 'Julia', 'julia@example.com', '\'My Cookie My Pride\' is a book that resonates deeply with my African heritage!', '112'),
(5020, '', 'Oscar', 'oscar@example.com', 'I was completely immersed in the rich culture portrayed in \'My Cookie My Pride\'!', '112'),
(5021, '', 'Mariam', 'mariam@example.com', '\'My Cookie My Pride\' is a celebration of African storytelling at its finest!', '112'),
(5022, '', 'Sam', 'sam@example.com', 'The enchanting world of \'My Cookie My Pride\' will stay with me forever!', '112'),
(5023, '', 'Rebecca', 'rebecca@example.com', '\'My Cookie My Pride\' is a testament to the power of love and resilience!', '112'),
(5024, '', '', '', '', '88'),
(5037, '', 'Wisdom', '', 'I love this book', '88'),
(5038, '', 'Martha', '', 'This book is amazing. It really helped me in my first date.', '65'),
(5039, '', 'Peter', '', 'Nice product', '9'),
(5040, '', 'Peter', '', 'Nice product', '10'),
(5041, '', 'Johnny', '', 'Cool', '15'),
(5042, '', 'Johnny', '', 'Cool', '15'),
(5043, '', 'Johnny', '', 'Cool', '15'),
(5044, '', 'Mike', '', 'I love this product so much', '14'),
(5045, '', 'Paul', '', 'I love this product so much. It has been really helpful', '15'),
(5046, '', 'Osagie', '', 'kjsdkjds dskjdskjds', '3');

-- --------------------------------------------------------

--
-- Table structure for table `trash`
--

CREATE TABLE `trash` (
  `id` int(11) NOT NULL,
  `username` varchar(100) DEFAULT NULL,
  `reference` varchar(100) DEFAULT NULL,
  `full_name` varchar(255) DEFAULT NULL,
  `email` varchar(100) DEFAULT NULL,
  `shipping_address` text DEFAULT NULL,
  `amount` decimal(10,2) DEFAULT NULL,
  `product_name` text DEFAULT NULL,
  `quantity` int(11) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `status` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` int(11) NOT NULL,
  `full_name` varchar(255) DEFAULT NULL,
  `shipping_address` text DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `username` varchar(100) DEFAULT NULL,
  `password` text DEFAULT NULL,
  `date_registered` varchar(255) DEFAULT NULL,
  `reset_token` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `full_name`, `shipping_address`, `email`, `phone`, `username`, `password`, `date_registered`, `reset_token`) VALUES
(1, 'Demo User', 'demo address', 'adamswisdom80@gmail.com', '3289389389', 'Demouser', '12121212', '', NULL),
(2, 'AYODELE OYERINDE', '10\r\nLawal Monsuru Street, Mupin Town, Iyana Iyesi Ota.', 'ayopaul111@gmail.com', '08134324765', 'Ayopaul', 'greatgrace', NULL, NULL),
(3, 'AKINYEMI AMIDAT', '2ND AVENUE UNITY ESTATE IYESI OTA', 'akinyemiamidat25@ggmail.com', '09035932093', 'AMIDAT', 'FUNMILAYO', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `viewed_products_tb`
--

CREATE TABLE `viewed_products_tb` (
  `id` int(11) NOT NULL,
  `username` varchar(255) NOT NULL,
  `photo_path` varchar(255) NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `viewed_products_tb`
--

INSERT INTO `viewed_products_tb` (`id`, `username`, `photo_path`, `product_name`, `created_at`) VALUES
(43, 'Wisdom', 'photos/car1.avif', 'Toyota Camry', '2025-06-05 12:48:49'),
(44, 'Wisdom', '', '', '2025-06-05 12:49:27'),
(45, '', 'photos/images (1).jfif', 'Smoked Catfish Fillets – Ready to Eat (Boneless)', '2025-06-05 13:52:09'),
(46, '', 'photos/360_F_140485277_hrTn1gNjJBDA1Qrg3OEogsFVfSeccdtA.jpg', 'Title: Premium Smoked Catfish - Whole (Large Size)', '2025-06-05 13:52:32'),
(47, 'Wisdom', 'photos/360_F_140485277_hrTn1gNjJBDA1Qrg3OEogsFVfSeccdtA.jpg', 'Title: Premium Smoked Catfish - Whole (Large Size)', '2025-06-05 14:28:53'),
(48, 'Wisdom', 'photos/images (1).jfif', 'Smoked Catfish Fillets – Ready to Eat (Boneless)', '2025-06-05 19:02:31'),
(49, 'Ayopaul', 'photos/images (1).jfif', 'Smoked Catfish Fillets – Ready to Eat (Boneless)', '2025-06-05 19:41:42'),
(50, '', 'photos/Fried-Whole-Catfish-6405-horiz-lores.jpg', 'Cat Fish', '2025-06-12 11:06:55'),
(51, '', '', '', '2025-06-13 16:27:17'),
(52, '', 'photos/2.webp', 'Value Pack (500 grams)', '2025-06-13 17:25:35'),
(53, 'AMIDAT', 'photos/2.webp', 'Mini Pack (250 grams)', '2025-06-13 17:57:11'),
(54, '', 'photos/2.webp', 'Mini Pack (250 grams)', '2025-06-13 22:11:03'),
(55, '', 'photos/2.webp', 'Mega Pack (1000 grams)', '2025-06-14 17:48:59'),
(56, '', 'photos/Hebron Farms Logo.png', 'Jumbo Pack (750 grams)', '2025-06-15 11:03:28'),
(57, 'Ayopaul', 'photos/2.webp', 'Trial product', '2025-06-15 17:31:34'),
(58, '', 'photos/2.webp', 'Trial product', '2025-06-15 17:36:50'),
(59, 'Wisdom', 'photos/2.webp', 'Value Pack (500 grams)', '2025-06-15 18:42:05'),
(60, 'Ayopaul', 'photos/Hebron Farms Logo.png', 'Jumbo Pack (750 grams)', '2025-06-16 01:40:57'),
(61, '', 'photos/Fried-Whole-Catfish-6405-horiz-lores.jpg', 'Test', '2025-06-16 12:20:37'),
(62, 'Ayopaul', 'photos/2.webp', 'Mini Pack (250 grams)', '2025-06-19 00:03:14'),
(63, 'Wisdom', '', '', '2025-06-21 19:04:18'),
(64, 'Wisdom', '', '', '2025-06-21 19:10:40'),
(65, 'Wisdom', '', '', '2025-06-21 19:11:38'),
(66, 'Wisdom', '', '', '2025-06-21 19:11:47'),
(67, 'Demouser', '', '', '2025-09-20 19:25:03');

-- --------------------------------------------------------

--
-- Table structure for table `wishlist`
--

CREATE TABLE `wishlist` (
  `id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `username` varchar(100) NOT NULL,
  `date_added` timestamp NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `wishlist`
--

INSERT INTO `wishlist` (`id`, `product_id`, `username`, `date_added`) VALUES
(1, 2, 'Wisdom', '2025-06-10 20:40:45'),
(2, 3, 'Wisdom', '2025-06-10 20:48:49'),
(3, 6, 'AMIDAT', '2025-06-13 17:57:22'),
(4, 9, 'Ayopaul', '2025-06-15 17:31:52');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admin_table`
--
ALTER TABLE `admin_table`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `blog_posts`
--
ALTER TABLE `blog_posts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `btc_wallet`
--
ALTER TABLE `btc_wallet`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cart_tb`
--
ALTER TABLE `cart_tb`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `feedback_tb`
--
ALTER TABLE `feedback_tb`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `products`
--
ALTER TABLE `products`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `product_categories`
--
ALTER TABLE `product_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `reviews`
--
ALTER TABLE `reviews`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `trash`
--
ALTER TABLE `trash`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `viewed_products_tb`
--
ALTER TABLE `viewed_products_tb`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wishlist`
--
ALTER TABLE `wishlist`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `admin_table`
--
ALTER TABLE `admin_table`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `blog_posts`
--
ALTER TABLE `blog_posts`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;

--
-- AUTO_INCREMENT for table `cart_tb`
--
ALTER TABLE `cart_tb`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=128;

--
-- AUTO_INCREMENT for table `feedback_tb`
--
ALTER TABLE `feedback_tb`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `orders`
--
ALTER TABLE `orders`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55;

--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `product_categories`
--
ALTER TABLE `product_categories`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `reviews`
--
ALTER TABLE `reviews`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5047;

--
-- AUTO_INCREMENT for table `trash`
--
ALTER TABLE `trash`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `viewed_products_tb`
--
ALTER TABLE `viewed_products_tb`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=68;

--
-- AUTO_INCREMENT for table `wishlist`
--
ALTER TABLE `wishlist`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Back to Directory=ceiIENDB`