Added a new about.php view in the app/views directory to introduce Drinx to users.
Created a random.php view to display a random cocktail.
Updated CSS files (cards.css, about.css, profile.css, and style.css) for basic layout and structure. These changes include styling for the about page and preliminary adjustments for card components, profile page, and overall layout. (Further refinement may be needed.)
Modified JavaScript in random.js to fetch and display a random cocktail when the “Get Another Random Cocktail” button is clicked.
Updated routes.php to add a new route for fetching a random cocktail.