Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 11:48:29 +00:00

View File

@@ -81,16 +81,16 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Healthy Snacks", description: "Nutritious snack options including fresh fruit, nuts, whole grains, and protein bars to keep students and employees energized", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-salad-with-fresh-sliced-fruits_140725-84804.jpg", imageAlt: "Healthy snack selection"},
title: "Healthy Snacks", description: "Nutritious snack options including fresh fruit, nuts, whole grains, and protein bars to keep students and employees energized", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-salad-with-fresh-sliced-fruits_140725-84804.jpg?_wi=1", imageAlt: "Healthy snack selection"},
{
id: 2,
title: "Hydration Solutions", description: "Refreshing beverages including water, juices, and energy drinks to promote wellness and keep everyone hydrated", imageSrc: "http://img.b2bpic.net/free-photo/girl-playing-dancing-around-wet-street_1157-17809.jpg", imageAlt: "Hydration beverages"},
title: "Hydration Solutions", description: "Refreshing beverages including water, juices, and energy drinks to promote wellness and keep everyone hydrated", imageSrc: "http://img.b2bpic.net/free-photo/girl-playing-dancing-around-wet-street_1157-17809.jpg?_wi=1", imageAlt: "Hydration beverages"},
{
id: 3,
title: "Quick Access", description: "24/7 convenient access to food and drinks whenever needed, reducing time spent away from work or studies", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2035.jpg", imageAlt: "Fast service convenience"},
title: "Quick Access", description: "24/7 convenient access to food and drinks whenever needed, reducing time spent away from work or studies", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2035.jpg?_wi=1", imageAlt: "Fast service convenience"},
{
id: 4,
title: "Professional Maintenance", description: "Regular restocking, maintenance, and support ensuring machines are always well-stocked and operational", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-salad-with-fresh-sliced-fruits_140725-84804.jpg", imageAlt: "Professional maintenance service"},
title: "Professional Maintenance", description: "Regular restocking, maintenance, and support ensuring machines are always well-stocked and operational", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-salad-with-fresh-sliced-fruits_140725-84804.jpg?_wi=2", imageAlt: "Professional maintenance service"},
]}
/>
</div>
@@ -105,17 +105,17 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "starter", title: "Starter", price: "€199", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-salad-with-fresh-sliced-fruits_140725-84804.jpg", imageAlt: "Starter plan vending machine", button: { text: "Get Started", href: "contact" },
id: "starter", title: "Starter", price: "€199", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-salad-with-fresh-sliced-fruits_140725-84804.jpg?_wi=3", imageAlt: "Starter plan vending machine", button: { text: "Get Started", href: "contact" },
features: [
"1 vending machine", "Weekly restocking", "Basic maintenance", "Email support"],
},
{
id: "professional", title: "Professional", price: "€449", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/girl-playing-dancing-around-wet-street_1157-17809.jpg", imageAlt: "Professional plan vending machines", button: { text: "Get Started", href: "contact" },
id: "professional", title: "Professional", price: "€449", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/girl-playing-dancing-around-wet-street_1157-17809.jpg?_wi=2", imageAlt: "Professional plan vending machines", button: { text: "Get Started", href: "contact" },
features: [
"2-3 vending machines", "Bi-weekly restocking", "Full maintenance & support", "Phone & email support", "Performance analytics"],
},
{
id: "enterprise", title: "Enterprise", price: "€899", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2035.jpg", imageAlt: "Enterprise plan multiple machines", button: { text: "Get Started", href: "contact" },
id: "enterprise", title: "Enterprise", price: "€899", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2035.jpg?_wi=2", imageAlt: "Enterprise plan multiple machines", button: { text: "Get Started", href: "contact" },
features: [
"4+ vending machines", "Weekly restocking", "Premium maintenance", "24/7 dedicated support", "Custom product selection", "Advanced analytics dashboard"],
},