diff --git a/src/Components/Web-Series/HollywoodWeb.jsx b/src/Components/Web-Series/HollywoodWeb.jsx index b8e3168..7453a21 100644 --- a/src/Components/Web-Series/HollywoodWeb.jsx +++ b/src/Components/Web-Series/HollywoodWeb.jsx @@ -4,6 +4,7 @@ import Suits from '../../images/Suits.jpg' import Got from '../../images/Got.jpg'; import Witcher from '../../images/Witcher.jpg' import MoneyHiest from '../../images/moneyH.jpg' +import PeakyBlinders from '../../images/PeakyBlinders.png' const HollywoodWeb = () => { return ( <> @@ -37,8 +38,8 @@ const HollywoodWeb = () => { - - {/* Card 2 */} + + {/* Card 2 */}
@@ -51,7 +52,7 @@ const HollywoodWeb = () => {

The Witcher

- Geralt of Rivia, a solitary monster hunter, struggles to find his place + Geralt of Rivia, a solitary monster hunter, struggles to find his place in a world where people often prove more wicked than beasts.

{ alignItems: "center", }} > - - - + + +
@@ -86,9 +87,9 @@ const HollywoodWeb = () => {

Money Heist

- The group takes 67 hostages, including the daughter of the British Ambassador. - They lock themselves in the Royal Mint for over a week. Their goal is to print - €2.4 billion in unmarked bills without bloodshed. + The group takes 67 hostages, including the daughter of the British Ambassador. + They lock themselves in the Royal Mint for over a week. Their goal is to print + €2.4 billion in unmarked bills without bloodshed.

{ alignItems: "center", }} > - - + target="_blank" + rel="noopener noreferrer"> + +
@@ -110,39 +111,69 @@ const HollywoodWeb = () => {
SUITS -
-
-

Suits

-

- "Suits" follows brilliant college dropout Mike Ross, - hired by top lawyer Harvey Specter, despite lacking a - law degree. The duo navigates legal challenges at - Pearson Specter, combining wit and deception. - The series explores complex relationships and high-stakes - legal drama in a fast-paced corporate world. -

-
- - - -
-
-
-
- + alt="SUITS" + style={{ maxWidth: "100%", height: "150px" }} + /> + +
+

Suits

+

+ "Suits" follows brilliant college dropout Mike Ross, + hired by top lawyer Harvey Specter, despite lacking a + law degree. The duo navigates legal challenges at + Pearson Specter, combining wit and deception. + The series explores complex relationships and high-stakes + legal drama in a fast-paced corporate world. +

+
+ + + +
+
+ + + + {/* Card 5 */} + +
+
+ PeakyBlinders +
+
+

Peaky Blinders

+

+ Peaky Blinders is a British period crime drama television series created by Steven Knight. + Set in Birmingham, it follows the exploits of the Peaky Blinders crime gang in the direct + aftermath of the First World War. The fictional gang is loosely based on a real urban youth + gang of the same name who were active in the city from the 1880s to the 1910s. +

+
+ +
+
+
+
); diff --git a/src/images/PeakyBlinders.png b/src/images/PeakyBlinders.png new file mode 100644 index 0000000..c1492dd Binary files /dev/null and b/src/images/PeakyBlinders.png differ