diff --git a/src/app/page.tsx b/src/app/page.tsx index ec3e262..9aaebc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSmall" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -50,7 +50,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645565.jpg" imageAlt="Roblox Bloodlines game showcase" frameStyle="card" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "radial-gradient" }} mediaAnimation="slide-up" buttonAnimation="opacity" /> @@ -130,33 +130,33 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Life Fruit", price: "$2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=1", imageAlt: "Life Fruit consumable"}, + id: "1", name: "Life Fruit", price: "$2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Life Fruit consumable"}, { - id: "2", name: "Spoon", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=2", imageAlt: "Spoon item"}, + id: "2", name: "Spoon", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Spoon item"}, { - id: "3", name: "Scalpel", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=3", imageAlt: "Scalpel tool"}, + id: "3", name: "Scalpel", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Scalpel tool"}, { - id: "4", name: "Mastery Scrolls", price: "$2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=4", imageAlt: "Mastery Scrolls"}, + id: "4", name: "Mastery Scrolls", price: "$2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Mastery Scrolls"}, { - id: "5", name: "Trait Scrolls", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=5", imageAlt: "Trait Scrolls"}, + id: "5", name: "Trait Scrolls", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Trait Scrolls"}, { - id: "6", name: "Chakra Fruit", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=6", imageAlt: "Chakra Fruit"}, + id: "6", name: "Chakra Fruit", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Chakra Fruit"}, { - id: "7", name: "Surgical Kit", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=7", imageAlt: "Surgical Kit"}, + id: "7", name: "Surgical Kit", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Surgical Kit"}, { - id: "8", name: "Shukaku Soul", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=8", imageAlt: "Shukaku Soul"}, + id: "8", name: "Shukaku Soul", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Shukaku Soul"}, { - id: "9", name: "Matabi Soul", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=9", imageAlt: "Matabi Soul"}, + id: "9", name: "Matabi Soul", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Matabi Soul"}, { - id: "10", name: "Torn Senju Arm", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=10", imageAlt: "Torn Senju Arm"}, + id: "10", name: "Torn Senju Arm", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Torn Senju Arm"}, { - id: "11", name: "Torn Otsutsuki Arm", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=11", imageAlt: "Torn Otsutsuki Arm"}, + id: "11", name: "Torn Otsutsuki Arm", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Torn Otsutsuki Arm"}, { - id: "12", name: "Torn Hyuga Arm", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=12", imageAlt: "Torn Hyuga Arm"}, + id: "12", name: "Torn Hyuga Arm", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Torn Hyuga Arm"}, { - id: "13", name: "Torn Uchiha Arm", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=13", imageAlt: "Torn Uchiha Arm"}, + id: "13", name: "Torn Uchiha Arm", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Torn Uchiha Arm"}, { - id: "14", name: "Mysterious Eyes", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=14", imageAlt: "Mysterious Eyes"}, + id: "14", name: "Mysterious Eyes", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Mysterious Eyes"}, ]} /> @@ -172,15 +172,15 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Ayrui Account", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg?_wi=1", imageAlt: "Ayrui Account - Jonin level"}, + id: "1", name: "Ayrui Account", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg", imageAlt: "Ayrui Account - Jonin level"}, { - id: "2", name: "Lee Account", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg?_wi=2", imageAlt: "Lee Account - 7th Gates"}, + id: "2", name: "Lee Account", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg", imageAlt: "Lee Account - 7th Gates"}, { - id: "3", name: "Akimichi Account", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg?_wi=3", imageAlt: "Akimichi Account - Chunin"}, + id: "3", name: "Akimichi Account", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg", imageAlt: "Akimichi Account - Chunin"}, { - id: "4", name: "Senju Account", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg?_wi=4", imageAlt: "Senju Account - Jonin"}, + id: "4", name: "Senju Account", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg", imageAlt: "Senju Account - Jonin"}, { - id: "5", name: "Uchiha Account", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg?_wi=5", imageAlt: "Uchiha Account - A Rated"}, + id: "5", name: "Uchiha Account", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg", imageAlt: "Uchiha Account - A Rated"}, ]} /> @@ -195,23 +195,19 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "grips-25", tag: "Starter Pack", price: "$10", period: "/month", description: "25 grips per month - perfect for casual players", button: { text: "Get Started", href: "#contact" }, - featuresTitle: "What's Included:", features: [ + id: "grips-25", tag: "Starter Pack", price: "$10", period: "/month", description: "25 grips per month - perfect for casual players", button: { text: "Get Started", href: "#contact" }, featuresTitle: "What's Included:", features: [ "25 grips monthly", "Flexible payment plans", "Quick delivery"], }, { - id: "grips-30", tag: "Player Pack", price: "$15", period: "/month", description: "30 grips per month - popular choice", button: { text: "Select Plan", href: "#contact" }, - featuresTitle: "What's Included:", features: [ + id: "grips-30", tag: "Player Pack", price: "$15", period: "/month", description: "30 grips per month - popular choice", button: { text: "Select Plan", href: "#contact" }, featuresTitle: "What's Included:", features: [ "30 grips monthly", "Priority support", "Custom trades available"], }, { - id: "grips-35", tag: "Power Player", price: "$20", period: "/month", description: "35 grips per month - great value", button: { text: "Choose Plan", href: "#contact" }, - featuresTitle: "What's Included:", features: [ + id: "grips-35", tag: "Power Player", price: "$20", period: "/month", description: "35 grips per month - great value", button: { text: "Choose Plan", href: "#contact" }, featuresTitle: "What's Included:", features: [ "35 grips monthly", "Dedicated chat support", "Negotiable pricing"], }, { - id: "grips-40", tag: "VIP Pack", price: "$25", period: "/month", description: "40 grips per month - maximum savings", button: { text: "Become VIP", href: "#contact" }, - featuresTitle: "What's Included:", features: [ + id: "grips-40", tag: "VIP Pack", price: "$25", period: "/month", description: "40 grips per month - maximum savings", button: { text: "Become VIP", href: "#contact" }, featuresTitle: "What's Included:", features: [ "40 grips monthly", "24/7 priority support", "Custom orders accepted"], }, ]}