diff --git a/src/app/page.tsx b/src/app/page.tsx
index 76ee0ba..41b5abe 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,71 +28,29 @@ export default function LandingPage() {
@@ -103,24 +61,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: 1,
- title: "Multi-Language Support",
- description: "Seamlessly switch between dubbed and subbed versions in any language you prefer.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/a-clean-card-icon-representation-of-mult-1774783805443-6c17ceaa.png",
- },
- {
- id: 2,
- title: "4K Ultra HD Quality",
- description: "Watch your favorite shows and movies in breathtaking 4K clarity, optimized for any device.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/a-high-resolution-display-icon-represent-1774783806296-80f0764f.png",
- },
- {
- id: 3,
- title: "Secure & Copyright Safe",
- description: "Our platform is built to provide safe and legal streaming experiences without interruption.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/a-secure-encrypted-shield-icon-represent-1774783805159-6f32486c.png",
- },
+ { id: 1, title: "Multi-Language Support", description: "Seamlessly switch between dubbed and subbed versions in any language you prefer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/a-clean-card-icon-representation-of-mult-1774783805443-6c17ceaa.png" },
+ { id: 2, title: "4K Ultra HD Quality", description: "Watch your favorite shows and movies in breathtaking 4K clarity, optimized for any device.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/a-high-resolution-display-icon-represent-1774783806296-80f0764f.png" },
+ { id: 3, title: "Secure & Copyright Safe", description: "Our platform is built to provide safe and legal streaming experiences without interruption.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/a-secure-encrypted-shield-icon-represent-1774783805159-6f32486c.png" }
]}
title="Why Stream With Us?"
description="We prioritize your viewing experience with cutting-edge technology."
@@ -134,24 +77,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "prod1",
- name: "Epic Anime Action",
- price: "Stream Now",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/a-vibrant-anime-promotional-poster-for-a-1774783806024-c63afb09.png",
- },
- {
- id: "prod2",
- name: "Sci-Fi Masterpiece",
- price: "Stream Now",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/a-dramatic-promotional-poster-for-a-scie-1774783807242-20888172.png",
- },
- {
- id: "prod3",
- name: "Fantasy Drama",
- price: "Stream Now",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/an-emotional-and-visually-striking-fanta-1774783805619-e0ef0357.png",
- },
+ { id: "prod1", name: "Epic Anime Action", price: "Stream Now", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/a-vibrant-anime-promotional-poster-for-a-1774783806024-c63afb09.png" },
+ { id: "prod2", name: "Sci-Fi Masterpiece", price: "Stream Now", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/a-dramatic-promotional-poster-for-a-scie-1774783807242-20888172.png" },
+ { id: "prod3", name: "Fantasy Drama", price: "Stream Now", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/an-emotional-and-visually-striking-fanta-1774783805619-e0ef0357.png" }
]}
title="Trending Now"
description="Explore the latest and greatest anime and movies in our collection."
@@ -162,31 +90,11 @@ export default function LandingPage() {