From 19f2ab53bb51abb9ffa0adad8976da0bda147be1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:35:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3840b3..59ac293 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,14 +51,14 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-robot-character-constructor-illustrations_52683-111253.jpg?_wi=1", imageAlt: "WALL-E animated robot character iconic" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-possum_23-2151030529.jpg?_wi=1", imageAlt: "Ratatouille animated rat cooking chef" }, - { imageSrc: "http://img.b2bpic.net/free-photo/children-s-tales-collage-concept_52683-104547.jpg?_wi=1", imageAlt: "Coco animated skeleton musical character" } + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-robot-character-constructor-illustrations_52683-111253.jpg", imageAlt: "WALL-E animated robot character iconic" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-possum_23-2151030529.jpg", imageAlt: "Ratatouille animated rat cooking chef" }, + { imageSrc: "http://img.b2bpic.net/free-photo/children-s-tales-collage-concept_52683-104547.jpg", imageAlt: "Coco animated skeleton musical character" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/fantasy-troll-beautiful-environment_23-2151541249.jpg?_wi=1", imageAlt: "Toy Story Woody Buzz characters" }, - { imageSrc: "http://img.b2bpic.net/free-photo/older-man-exploring-nature-with-magnifying-glass_23-2148641930.jpg?_wi=1", imageAlt: "Up animated house balloons adventure" }, - { imageSrc: "http://img.b2bpic.net/free-vector/funny-halloween-cards_23-2147692452.jpg?_wi=1", imageAlt: "Monsters Inc animated characters factory" } + { imageSrc: "http://img.b2bpic.net/free-photo/fantasy-troll-beautiful-environment_23-2151541249.jpg", imageAlt: "Toy Story Woody Buzz characters" }, + { imageSrc: "http://img.b2bpic.net/free-photo/older-man-exploring-nature-with-magnifying-glass_23-2148641930.jpg", imageAlt: "Up animated house balloons adventure" }, + { imageSrc: "http://img.b2bpic.net/free-vector/funny-halloween-cards_23-2147692452.jpg", imageAlt: "Monsters Inc animated characters factory" } ]} carouselPosition="right" /> @@ -75,12 +75,12 @@ export default function LandingPage() { tag="Full Catalog" tagAnimation="slide-up" products={[ - { id: "1", brand: "Rank #1", name: "WALL-E", price: "4.2/5", rating: 5, reviewCount: "Masterpiece", imageSrc: "http://img.b2bpic.net/free-vector/gradient-robot-character-constructor-illustrations_52683-111253.jpg?_wi=2", imageAlt: "WALL-E" }, - { id: "2", brand: "Rank #2", name: "Ratatouille", price: "4.2/5", rating: 5, reviewCount: "Masterpiece", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-possum_23-2151030529.jpg?_wi=2", imageAlt: "Ratatouille" }, - { id: "3", brand: "Rank #3", name: "Coco", price: "4.1/5", rating: 5, reviewCount: "Excellent", imageSrc: "http://img.b2bpic.net/free-photo/children-s-tales-collage-concept_52683-104547.jpg?_wi=2", imageAlt: "Coco" }, - { id: "4", brand: "Rank #4", name: "Toy Story", price: "4.1/5", rating: 5, reviewCount: "Excellent", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-troll-beautiful-environment_23-2151541249.jpg?_wi=2", imageAlt: "Toy Story" }, - { id: "5", brand: "Rank #5", name: "Up", price: "4.1/5", rating: 5, reviewCount: "Excellent", imageSrc: "http://img.b2bpic.net/free-photo/older-man-exploring-nature-with-magnifying-glass_23-2148641930.jpg?_wi=2", imageAlt: "Up" }, - { id: "6", brand: "Rank #6", name: "Monsters, Inc.", price: "4.0/5", rating: 4, reviewCount: "Great", imageSrc: "http://img.b2bpic.net/free-vector/funny-halloween-cards_23-2147692452.jpg?_wi=2", imageAlt: "Monsters Inc" }, + { id: "1", brand: "Rank #1", name: "WALL-E", price: "4.2/5", rating: 5, reviewCount: "Masterpiece", imageSrc: "http://img.b2bpic.net/free-vector/gradient-robot-character-constructor-illustrations_52683-111253.jpg", imageAlt: "WALL-E" }, + { id: "2", brand: "Rank #2", name: "Ratatouille", price: "4.2/5", rating: 5, reviewCount: "Masterpiece", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-possum_23-2151030529.jpg", imageAlt: "Ratatouille" }, + { id: "3", brand: "Rank #3", name: "Coco", price: "4.1/5", rating: 5, reviewCount: "Excellent", imageSrc: "http://img.b2bpic.net/free-photo/children-s-tales-collage-concept_52683-104547.jpg", imageAlt: "Coco" }, + { id: "4", brand: "Rank #4", name: "Toy Story", price: "4.1/5", rating: 5, reviewCount: "Excellent", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-troll-beautiful-environment_23-2151541249.jpg", imageAlt: "Toy Story" }, + { id: "5", brand: "Rank #5", name: "Up", price: "4.1/5", rating: 5, reviewCount: "Excellent", imageSrc: "http://img.b2bpic.net/free-photo/older-man-exploring-nature-with-magnifying-glass_23-2148641930.jpg", imageAlt: "Up" }, + { id: "6", brand: "Rank #6", name: "Monsters, Inc.", price: "4.0/5", rating: 4, reviewCount: "Great", imageSrc: "http://img.b2bpic.net/free-vector/funny-halloween-cards_23-2147692452.jpg", imageAlt: "Monsters Inc" }, { id: "7", brand: "Rank #7", name: "The Incredibles", price: "4.0/5", rating: 4, reviewCount: "Great", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-her-dads-enjoying-family-trip_23-2149503856.jpg", imageAlt: "The Incredibles" }, { id: "8", brand: "Rank #8", name: "Finding Nemo", price: "4.0/5", rating: 4, reviewCount: "Great", imageSrc: "http://img.b2bpic.net/free-photo/cute-crown-fish-swimming-ocean_181624-16553.jpg", imageAlt: "Finding Nemo" }, { id: "9", brand: "Rank #9", name: "Toy Story 3", price: "4.0/5", rating: 4, reviewCount: "Great", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kid-with-sunglasses_23-2148551391.jpg", imageAlt: "Toy Story 3" } @@ -114,10 +114,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { id: "1", value: "4.2", title: "Highest Rating", description: "WALL-E and Ratatouille share the top spot with perfect scores for animation and storytelling." }, - { id: "2", value: "2.7", title: "Lowest Rating", description: "Lightyear received the lowest score, reflecting personal preferences on the film's execution." }, - { id: "3", value: "30", title: "Total Films", description: "All 30 Pixar theatrical releases have been carefully evaluated and ranked." }, - { id: "4", value: "3.7", title: "Average Score", description: "The overall average rating across all films shows consistently high quality in Pixar's catalog." } + { id: "1", value: "4.2", title: "Highest Rating", description: "WALL-E and Ratatouille share the top spot with perfect scores for animation and storytelling.", videoSrc: "" }, + { id: "2", value: "2.7", title: "Lowest Rating", description: "Lightyear received the lowest score, reflecting personal preferences on the film's execution.", videoSrc: "" }, + { id: "3", value: "30", title: "Total Films", description: "All 30 Pixar theatrical releases have been carefully evaluated and ranked.", videoSrc: "" }, + { id: "4", value: "3.7", title: "Average Score", description: "The overall average rating across all films shows consistently high quality in Pixar's catalog.", videoSrc: "" } ]} /> -- 2.49.1