From d43b1d1bd7b03ad2640dd8ed98b4c9c5bc40385a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:51:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d7107e..2613040 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,13 +74,13 @@ export default function LandingPage() { tagIcon={Frown} products={[ { - id: "1", name: "Radioactive Goo Supreme", price: "$29.99", variant: "Neon Green Glowing in Dark", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-girl-has-braids-clenches-teeth-dressed-fashionable-clothes-belongs-certain-youth-subculture-holds-aerosol-sprays-enjoys-spending-free-time-street-looks-with-cheeky-expression_273609-47532.jpg", imageAlt: "Radioactive liquid in awkward bottle" + id: "1", name: "Radioactive Goo Supreme", price: "$29.99", variant: "Neon Green Glowing in Dark", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-girl-has-braids-clenches-teeth-dressed-fashionable-clothes-belongs-certain-youth-subculture-holds-aerosol-sprays-enjoys-spending-free-time-street-looks-with-cheeky-expression_273609-47532.jpg?_wi=1", imageAlt: "Radioactive liquid in awkward bottle" }, { - id: "2", name: "Murky Swamp Juice", price: "$34.99", variant: "Brown Sludge Questionable Origin", imageSrc: "http://img.b2bpic.net/free-photo/closeup-alcohol-drink-shots-table-sunlight-with-blurry-background_181624-32670.jpg", imageAlt: "Brown muddy beverage in terrible packaging" + id: "2", name: "Murky Swamp Juice", price: "$34.99", variant: "Brown Sludge Questionable Origin", imageSrc: "http://img.b2bpic.net/free-photo/closeup-alcohol-drink-shots-table-sunlight-with-blurry-background_181624-32670.jpg?_wi=1", imageAlt: "Brown muddy beverage in terrible packaging" }, { - id: "3", name: "Volcanic Acid Elixir", price: "$39.99", variant: "Crimson Red Slightly Burning", imageSrc: "http://img.b2bpic.net/free-photo/young-man-halloween-cloak-posing-studio-with-beverage_23-2147908508.jpg", imageAlt: "Red explosive looking potion bottle" + id: "3", name: "Volcanic Acid Elixir", price: "$39.99", variant: "Crimson Red Slightly Burning", imageSrc: "http://img.b2bpic.net/free-photo/young-man-halloween-cloak-posing-studio-with-beverage_23-2147908508.jpg?_wi=1", imageAlt: "Red explosive looking potion bottle" }, ]} textboxLayout="default" @@ -132,19 +132,19 @@ export default function LandingPage() { tagIcon={DollarSign} plans={[ { - id: "basic", title: "Barely Drinkable", price: "$19.99", period: "/bottle", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-girl-has-braids-clenches-teeth-dressed-fashionable-clothes-belongs-certain-youth-subculture-holds-aerosol-sprays-enjoys-spending-free-time-street-looks-with-cheeky-expression_273609-47532.jpg", imageAlt: "Basic terrible drink", button: { text: "BUY THIS MISTAKE", href: "#contact" }, + id: "basic", title: "Barely Drinkable", price: "$19.99", period: "/bottle", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-girl-has-braids-clenches-teeth-dressed-fashionable-clothes-belongs-certain-youth-subculture-holds-aerosol-sprays-enjoys-spending-free-time-street-looks-with-cheeky-expression_273609-47532.jpg?_wi=2", imageAlt: "Basic terrible drink", button: { text: "BUY THIS MISTAKE", href: "#contact" }, features: [ "One bottle of questionable liquid", "Guaranteed regret", "No refunds policy" ], }, { - id: "pro", title: "Commitment to Chaos", price: "$99.99", period: "/6 pack", imageSrc: "http://img.b2bpic.net/free-photo/closeup-alcohol-drink-shots-table-sunlight-with-blurry-background_181624-32670.jpg", imageAlt: "Pro chaos package", button: { text: "EMBRACE DARKNESS", href: "#contact" }, + id: "pro", title: "Commitment to Chaos", price: "$99.99", period: "/6 pack", imageSrc: "http://img.b2bpic.net/free-photo/closeup-alcohol-drink-shots-table-sunlight-with-blurry-background_181624-32670.jpg?_wi=2", imageAlt: "Pro chaos package", button: { text: "EMBRACE DARKNESS", href: "#contact" }, features: [ "Six bottles of pure nightmare", "Free shipping of regret", "Lifetime of questioning" ], }, { - id: "enterprise", title: "Complete Disaster", price: "$499.99", period: "/case", imageSrc: "http://img.b2bpic.net/free-photo/young-man-halloween-cloak-posing-studio-with-beverage_23-2147908508.jpg", imageAlt: "Enterprise level failure", button: { text: "GO ALL IN", href: "#contact" }, + id: "enterprise", title: "Complete Disaster", price: "$499.99", period: "/case", imageSrc: "http://img.b2bpic.net/free-photo/young-man-halloween-cloak-posing-studio-with-beverage_23-2147908508.jpg?_wi=2", imageAlt: "Enterprise level failure", button: { text: "GO ALL IN", href: "#contact" }, features: [ "24 bottles of pure suffering", "Priority regret support", "Therapy vouchers included" ], -- 2.49.1