Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-06-10 06:20:58 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -161,17 +161,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "machine-1", name: "Smart Snack & Drink Combo", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-jar-with-smoothie_23-2148527292.jpg", imageAlt: "Smart snack and drink combo vending machine"},
id: "machine-1", name: "Smart Snack & Drink Combo", price: "$3,500", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-jar-with-smoothie_23-2148527292.jpg", imageAlt: "Smart snack and drink combo vending machine"},
{
id: "machine-2", name: "Shoe Vending Kiosk", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/leather-shoes_1203-9119.jpg", imageAlt: "Automated shoe vending kiosk"},
id: "machine-2", name: "Shoe Vending Kiosk", price: "$7,000", imageSrc: "http://img.b2bpic.net/free-photo/leather-shoes_1203-9119.jpg", imageAlt: "Automated shoe vending kiosk"},
{
id: "machine-3", name: "Cleaning Supply Dispenser", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/plastic-bottles-spray-bottles_23-2149491763.jpg", imageAlt: "Vending machine for cleaning supplies"},
id: "machine-3", name: "Cleaning Supply Dispenser", price: "$4,000", imageSrc: "http://img.b2bpic.net/free-photo/plastic-bottles-spray-bottles_23-2149491763.jpg", imageAlt: "Vending machine for cleaning supplies"},
{
id: "machine-4", name: "Fresh Food & Healthy Options", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/ritual-calm-sauna-light-woman-by-door_169016-69085.jpg", imageAlt: "Fresh food and healthy options vending machine"},
id: "machine-4", name: "Fresh Food & Healthy Options", price: "$6,000", imageSrc: "http://img.b2bpic.net/free-photo/ritual-calm-sauna-light-woman-by-door_169016-69085.jpg", imageAlt: "Fresh food and healthy options vending machine"},
{
id: "machine-5", name: "Gourmet Coffee & Hot Drinks", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-african-american-girl-thoughtfully-holding-coffee-pot-modern-office_574295-3836.jpg", imageAlt: "Gourmet coffee and hot drinks vending machine"},
id: "machine-5", name: "Gourmet Coffee & Hot Drinks", price: "$5,500", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-african-american-girl-thoughtfully-holding-coffee-pot-modern-office_574295-3836.jpg", imageAlt: "Gourmet coffee and hot drinks vending machine"},
{
id: "machine-6", name: "Customizable Micro Market", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187358.jpg", imageAlt: "Customizable micro market vending machine"},
id: "machine-6", name: "Customizable Micro Market", price: "$8,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187358.jpg", imageAlt: "Customizable micro market vending machine"},
]}
title="Our Advanced Vending Solutions"
description="Explore our state-of-the-art vending machines, including snack, beverage, shoe, and cleaning supply options, designed for reliability, efficiency, and a superior user experience."
@@ -186,17 +186,17 @@ export default function LandingPage() {
plans={[
{
id: "basic", badge: "Standard", badgeIcon: Sparkles,
price: "Contact for Quote", subtitle: "Essential vending machine service", features: [
price: "$199/month", subtitle: "Essential vending machine service", features: [
"Machine placement & setup", "Regular restocking", "Basic maintenance", "Standard product selection"],
},
{
id: "premium", badge: "Recommended", badgeIcon: CheckCircle,
price: "Contact for Quote", subtitle: "Enhanced service for optimal performance", features: [
price: "$349/month", subtitle: "Enhanced service for optimal performance", features: [
"All Standard features", "Custom product curation", "Preventative maintenance", "Remote inventory monitoring", "24/7 technical support"],
},
{
id: "enterprise", badge: "Enterprise", badgeIcon: Rocket,
price: "Contact for Quote", subtitle: "Scalable solutions for large organizations", features: [
price: "$799/month", subtitle: "Scalable solutions for large organizations", features: [
"All Premium features", "Dedicated account manager", "Advanced data analytics", "Custom machine branding", "Priority service & support"],
},
]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #25190c;
--primary-cta: #ff6207;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #25190c;
--accent: #ffce93;
--background-accent: #e8cfa8;
--accent: #15479c;
--background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);