From 350e97e576319fcd2312db504b3e5b7db62f91a7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 17:09:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 690b3f7..ca2841e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Ultimate Protection" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/laptop-bed_23-2147611471.jpg", imageAlt: "laptop with premium skin black" @@ -89,19 +89,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Scratch Protection", description: "Advanced multi-layer film technology protects against daily scratches, scuffs, and minor impacts while maintaining crystal-clear display quality.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-laptop-keyboard_1057-4328.jpg?_wi=1", imageAlt: "carbon fiber laptop skin" + title: "Scratch Protection", description: "Advanced multi-layer film technology protects against daily scratches, scuffs, and minor impacts while maintaining crystal-clear display quality.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-laptop-keyboard_1057-4328.jpg", imageAlt: "carbon fiber laptop skin" }, { id: 2, - title: "Easy Application", description: "Precision-cut skins fit perfectly with zero-bubble application technology. Professional results without professional installation required.", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg?_wi=1", imageAlt: "metallic laptop protective skin" + title: "Easy Application", description: "Precision-cut skins fit perfectly with zero-bubble application technology. Professional results without professional installation required.", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg", imageAlt: "metallic laptop protective skin" }, { id: 3, - title: "Premium Materials", description: "Military-grade protective film with matte and metallic finishes. Durable, eco-friendly, and completely reversible without residue.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-spectacles-book-wooden-tabletop_23-2147956456.jpg?_wi=1", imageAlt: "matte black laptop skin protection" + title: "Premium Materials", description: "Military-grade protective film with matte and metallic finishes. Durable, eco-friendly, and completely reversible without residue.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-spectacles-book-wooden-tabletop_23-2147956456.jpg", imageAlt: "matte black laptop skin protection" }, { id: 4, - title: "Lifetime Support", description: "Exceptional customer service with free replacement guarantee. We stand behind every wrap with dedicated support and warranty.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-shapes_91128-840.jpg?_wi=1", imageAlt: "textured laptop protective skin" + title: "Lifetime Support", description: "Exceptional customer service with free replacement guarantee. We stand behind every wrap with dedicated support and warranty.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-shapes_91128-840.jpg", imageAlt: "textured laptop protective skin" } ]} textboxLayout="default" @@ -120,16 +120,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "carbon-black", name: "Carbon Black Armor", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-laptop-keyboard_1057-4328.jpg?_wi=2", imageAlt: "Carbon Black protective skin" + id: "carbon-black", name: "Carbon Black Armor", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-laptop-keyboard_1057-4328.jpg", imageAlt: "Carbon Black protective skin" }, { - id: "metallic-silver", name: "Metallic Silver Shield", price: "$26.99", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg?_wi=2", imageAlt: "Metallic Silver protective skin" + id: "metallic-silver", name: "Metallic Silver Shield", price: "$26.99", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg", imageAlt: "Metallic Silver protective skin" }, { - id: "matte-finish", name: "Matte Stealth Cover", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/laptop-spectacles-book-wooden-tabletop_23-2147956456.jpg?_wi=2", imageAlt: "Matte finish protective skin" + id: "matte-finish", name: "Matte Stealth Cover", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/laptop-spectacles-book-wooden-tabletop_23-2147956456.jpg", imageAlt: "Matte finish protective skin" }, { - id: "textured-pro", name: "Textured Pro Wrap", price: "$27.99", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-shapes_91128-840.jpg?_wi=2", imageAlt: "Textured professional protective skin" + id: "textured-pro", name: "Textured Pro Wrap", price: "$27.99", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-shapes_91128-840.jpg", imageAlt: "Textured professional protective skin" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1