Update src/app/page.tsx
This commit is contained in:
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-using-metro-card-travel-with-subway-city_23-2149491320.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-using-metro-card-travel-with-subway-city_23-2149491320.jpg?_wi=1"
|
||||
imageAlt="Smart vending machine in modern office"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Innovation at the Point of Sale"
|
||||
description="VendSmart bridges the gap between traditional vending and modern convenience. Our AI-driven inventory management ensures your favorite products are always available, providing a seamless, touchless experience for your employees."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-person-traveling-through-japan_23-2149287968.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-person-traveling-through-japan_23-2149287968.jpg?_wi=1"
|
||||
imageAlt="Smart vending technology closeup"
|
||||
/>
|
||||
</div>
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
title: "Contactless Pay",
|
||||
subtitle: "Seamless Tech",
|
||||
description: "Support for all mobile payment platforms.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-metro-card-travel-with-subway-city_23-2149491320.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-metro-card-travel-with-subway-city_23-2149491320.jpg?_wi=2",
|
||||
imageAlt: "Side view woman at bank atm with mask",
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
title: "Energy Efficient",
|
||||
subtitle: "Sustainability",
|
||||
description: "Optimized cooling and power saving modes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-person-traveling-through-japan_23-2149287968.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-person-traveling-through-japan_23-2149287968.jpg?_wi=2",
|
||||
imageAlt: "Side view woman at bank atm with mask",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
title: "Predictive Analytics",
|
||||
subtitle: "Smart Insights",
|
||||
description: "Granular data on consumption patterns to refine your office snacks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-woman-standing-showcase-cafeteria_171337-12943.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-woman-standing-showcase-cafeteria_171337-12943.jpg?_wi=1",
|
||||
imageAlt: "Side view woman at bank atm with mask",
|
||||
},
|
||||
{
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
title: "Remote Management",
|
||||
subtitle: "Control Anywhere",
|
||||
description: "Monitor machine health and stock from any device.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281738.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281738.jpg?_wi=1",
|
||||
imageAlt: "Side view woman at bank atm with mask",
|
||||
},
|
||||
]}
|
||||
@@ -141,14 +141,14 @@ export default function LandingPage() {
|
||||
name: "Healthy Nut Mix",
|
||||
price: "$3.50",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-woman-standing-showcase-cafeteria_171337-12943.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-woman-standing-showcase-cafeteria_171337-12943.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cold Press Juice",
|
||||
price: "$5.00",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281738.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281738.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -317,7 +317,7 @@ export default function LandingPage() {
|
||||
placeholder: "Tell us about your needs...",
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-person-traveling-through-japan_23-2149287968.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-person-traveling-through-japan_23-2149287968.jpg?_wi=3"
|
||||
imageAlt="Smart vending kiosk installation"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user