'Digital Transformation', 'author' => 'John Smith', 'price' => '299', 'rating' => 4.8],
['title' => 'Web Development Guide', 'author' => 'Jane Doe', 'price' => '249', 'rating' => 4.9],
['title' => 'UI/UX Design', 'author' => 'Mark Johnson', 'price' => '199', 'rating' => 4.7],
['title' => 'Mobile Apps', 'author' => 'Sarah Williams', 'price' => '279', 'rating' => 4.8],
];
foreach ($sample_ebooks as $ebook):
?>