From 3e1f4a53ee47714def20cfff61d1b2cbb08675ec Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 06:20:54 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e450fdc..28d9b8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"], }, ]} From 7c3bc2c825dbd75ad7993cac9925868e89d20eff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 06:20:55 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b925f2a..331ca58 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);