Update src/app/page.tsx

This commit is contained in:
2026-03-03 07:00:47 +00:00
parent a7a99b471b
commit cd3ff6ebb4

View File

@@ -76,7 +76,7 @@ export default function HomePage() {
tag="Premium Streaming" tag="Premium Streaming"
tagIcon={Sparkles} tagIcon={Sparkles}
background={{ variant: "glowing-orb" }} background={{ variant: "glowing-orb" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/a-vibrant-anime-streaming-showcase-featu-1772520693212-8aab1130.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/a-vibrant-anime-streaming-showcase-featu-1772520693212-8aab1130.png?_wi=1"
imageAlt="Anime streaming showcase" imageAlt="Anime streaming showcase"
mediaAnimation="slide-up" mediaAnimation="slide-up"
testimonials={[ testimonials={[
@@ -105,13 +105,13 @@ export default function HomePage() {
tagIcon={Zap} tagIcon={Zap}
products={[ products={[
{ {
id: "1", name: "Jujutsu Kaisen Season 2", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/jujutsu-kaisen-anime-cover-art-showing-t-1772520696132-3e73d7a5.png", imageAlt: "Jujutsu Kaisen"}, id: "1", name: "Jujutsu Kaisen Season 2", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/jujutsu-kaisen-anime-cover-art-showing-t-1772520696132-3e73d7a5.png?_wi=1", imageAlt: "Jujutsu Kaisen"},
{ {
id: "2", name: "Attack on Titan Final Season", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/attack-on-titan-anime-cover-featuring-th-1772520693507-b668e49d.png", imageAlt: "Attack on Titan"}, id: "2", name: "Attack on Titan Final Season", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/attack-on-titan-anime-cover-featuring-th-1772520693507-b668e49d.png?_wi=1", imageAlt: "Attack on Titan"},
{ {
id: "3", name: "Demon Slayer Movie", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/demon-slayer-movie-poster-featuring-prot-1772520692276-da36db2c.png", imageAlt: "Demon Slayer"}, id: "3", name: "Demon Slayer Movie", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/demon-slayer-movie-poster-featuring-prot-1772520692276-da36db2c.png?_wi=1", imageAlt: "Demon Slayer"},
{ {
id: "4", name: "My Hero Academia Season 6", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/my-hero-academia-season-key-visual-with--1772520692718-0599e1f2.png", imageAlt: "My Hero Academia"}, id: "4", name: "My Hero Academia Season 6", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/my-hero-academia-season-key-visual-with--1772520692718-0599e1f2.png?_wi=1", imageAlt: "My Hero Academia"},
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
animationType="slide-up" animationType="slide-up"