diff --git a/src/app/page.tsx b/src/app/page.tsx index d143b00..e35a0cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -192,24 +80,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} features={[ - { - title: "Precision Physics", - description: "Experience spin, friction, and bounce dynamics that mimic professional-grade billiards table behavior.", - imageSrc: "http://img.b2bpic.net/free-vector/futuristic-infographics-concept_23-2148444702.jpg", - }, - { - title: "Global Tournaments", - description: "Challenge players from around the world in ranked tournaments to prove your skills.", - imageSrc: "http://img.b2bpic.net/free-vector/leaderboard-with-abstract-background_23-2148766668.jpg", - }, - { - title: "4K Visuals", - description: "Stunning high-definition rendering brings every pool table and ball movement to life.", - imageSrc: "http://img.b2bpic.net/free-photo/pool-billiards-balls_74190-1340.jpg", - }, + { title: "Precision Physics", description: "Experience spin, friction, and bounce dynamics.", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-infographics-concept_23-2148444702.jpg" }, + { title: "Global Tournaments", description: "Challenge players from around the world.", imageSrc: "http://img.b2bpic.net/free-vector/leaderboard-with-abstract-background_23-2148766668.jpg" }, + { title: "4K Visuals", description: "Stunning high-definition rendering.", imageSrc: "http://img.b2bpic.net/free-photo/pool-billiards-balls_74190-1340.jpg" } ]} title="Unmatched Gaming Experience" - description="Our platform combines advanced physics with immersive digital environments." + description="Our platform combines advanced physics." /> @@ -220,45 +96,12 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Carbon Elite Cue", - price: "1,200 Coins", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-bingo-game-elements_23-2149181833.jpg", - }, - { - id: "p2", - name: "Nebula 8-Ball", - price: "800 Coins", - imageSrc: "http://img.b2bpic.net/free-photo/bowling-equipment-indoors-still-life_23-2150565729.jpg", - }, - { - id: "p3", - name: "LED Gaming Felt", - price: "2,500 Coins", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-shapes-wallpaper_23-2150244332.jpg", - }, - { - id: "p4", - name: "Golden Master Cue", - price: "5,000 Coins", - imageSrc: "http://img.b2bpic.net/free-photo/3d-dice-studio_23-2151110460.jpg", - }, - { - id: "p5", - name: "Tournament Green Felt", - price: "1,500 Coins", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-with-pool-cue_23-2148299283.jpg", - }, - { - id: "p6", - name: "Pro Grip Cue", - price: "900 Coins", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-keyboard_23-2148912732.jpg", - }, + { id: "p1", name: "Carbon Elite Cue", price: "1,200 Coins", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bingo-game-elements_23-2149181833.jpg" }, + { id: "p2", name: "Nebula 8-Ball", price: "800 Coins", imageSrc: "http://img.b2bpic.net/free-photo/bowling-equipment-indoors-still-life_23-2150565729.jpg" }, + { id: "p3", name: "LED Gaming Felt", price: "2,500 Coins", imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-shapes-wallpaper_23-2150244332.jpg" } ]} title="Customize Your Game" - description="Unlock premium cue skins, table felts, and unique ball sets." + description="Unlock premium gear." /> @@ -268,62 +111,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} plans={[ - { - id: "starter", - badge: "Novice", - price: "$4.99/mo", - subtitle: "Essential access for enthusiasts", - buttons: [ - { - text: "Select Plan", - href: "#", - }, - ], - features: [ - "Daily Bonus", - "Starter Cue", - "Ranked Matches", - ], - }, - { - id: "pro", - badge: "Elite", - price: "$9.99/mo", - subtitle: "For serious competitors", - buttons: [ - { - text: "Select Plan", - href: "#", - }, - ], - features: [ - "Exclusive Cues", - "Pro Tournaments", - "Ad-Free Experience", - "Advanced Stat Tracking", - ], - }, - { - id: "legend", - badge: "Pro Circuit", - price: "$19.99/mo", - subtitle: "The ultimate gaming tier", - buttons: [ - { - text: "Select Plan", - href: "#", - }, - ], - features: [ - "All Elite Perks", - "Priority Support", - "Golden Cue Set", - "Custom Table Felts", - ], - }, + { id: "starter", badge: "Novice", price: "$4.99/mo", subtitle: "Essential access", buttons: [{ text: "Select", href: "#" }], features: ["Daily Bonus", "Starter Cue"] }, + { id: "pro", badge: "Elite", price: "$9.99/mo", subtitle: "For serious competitors", buttons: [{ text: "Select", href: "#" }], features: ["Exclusive Cues", "Pro Tournaments"] } ]} title="Become a Pool Pro" - description="Access exclusive content and unlimited daily entries with our membership plans." + description="Membership plans." /> @@ -331,104 +123,43 @@ export default function LandingPage() {
@@ -436,57 +167,8 @@ export default function LandingPage() {