Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -57,10 +57,10 @@ export default function LandingPage() {
|
||||
background={{ variant: "animated-grid" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-grid-background_52683-123565.jpg", imageAlt: "Neon gaming grid background" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-old-man-holding-controller_23-2148441053.jpg", imageAlt: "PlayStation 5 console white black" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/modern-gradient-gaming-expo-banner-template_742173-18869.jpg", imageAlt: "Xbox Series X console black tower" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-home-playing-video-games_1157-34585.jpg", imageAlt: "Nintendo Switch console handheld gaming" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8859.jpg", imageAlt: "gaming controller repair cleaning service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-old-man-holding-controller_23-2148441053.jpg?_wi=1", imageAlt: "PlayStation 5 console white black" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/modern-gradient-gaming-expo-banner-template_742173-18869.jpg?_wi=1", imageAlt: "Xbox Series X console black tower" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-home-playing-video-games_1157-34585.jpg?_wi=1", imageAlt: "Nintendo Switch console handheld gaming" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8859.jpg?_wi=1", imageAlt: "gaming controller repair cleaning service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg", imageAlt: "gaming store interior display shelves" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -101,13 +101,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "ps5", name: "PlayStation 5", price: "At MRP", imageSrc: "http://img.b2bpic.net/free-photo/close-up-old-man-holding-controller_23-2148441053.jpg", imageAlt: "PlayStation 5 console", initialQuantity: 1
|
||||
id: "ps5", name: "PlayStation 5", price: "At MRP", imageSrc: "http://img.b2bpic.net/free-photo/close-up-old-man-holding-controller_23-2148441053.jpg?_wi=2", imageAlt: "PlayStation 5 console", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "xbox", name: "Xbox Series X", price: "Premium Gaming", imageSrc: "http://img.b2bpic.net/free-vector/modern-gradient-gaming-expo-banner-template_742173-18869.jpg", imageAlt: "Xbox Series X console", initialQuantity: 1
|
||||
id: "xbox", name: "Xbox Series X", price: "Premium Gaming", imageSrc: "http://img.b2bpic.net/free-vector/modern-gradient-gaming-expo-banner-template_742173-18869.jpg?_wi=2", imageAlt: "Xbox Series X console", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "switch", name: "Nintendo Switch", price: "Versatile Gaming", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-playing-video-games_1157-34585.jpg", imageAlt: "Nintendo Switch console", initialQuantity: 1
|
||||
id: "switch", name: "Nintendo Switch", price: "Versatile Gaming", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-playing-video-games_1157-34585.jpg?_wi=2", imageAlt: "Nintendo Switch console", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -228,10 +228,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "repair", name: "Console Repair", price: "Professional Service", imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8859.jpg", imageAlt: "Console repair service", initialQuantity: 1
|
||||
id: "repair", name: "Console Repair", price: "Professional Service", imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8859.jpg?_wi=2", imageAlt: "Console repair service", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "cleaning", name: "Deep Cleaning", price: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8859.jpg", imageAlt: "Gaming console cleaning", initialQuantity: 1
|
||||
id: "cleaning", name: "Deep Cleaning", price: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8859.jpg?_wi=3", imageAlt: "Gaming console cleaning", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "accessories", name: "Controller Service", price: "Expert Care", imageSrc: "http://img.b2bpic.net/free-photo/boys-playing-with-console_23-2147824910.jpg", imageAlt: "Gaming accessories service", initialQuantity: 1
|
||||
|
||||
Reference in New Issue
Block a user