Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 21:51:42 +00:00

View File

@@ -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"
],