Merge version_1 into main #3
@@ -56,17 +56,17 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", imageAlt: "Steaming Chai Cup"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=1", imageAlt: "Steaming Chai Cup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", imageAlt: "Corporate Office Coffee Service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=2", imageAlt: "Corporate Office Coffee Service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", imageAlt: "Premium Snack Selection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=3", imageAlt: "Premium Snack Selection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", imageAlt: "Team Tea Break"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=4", imageAlt: "Team Tea Break"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", imageAlt: "Beverage Delivery Tracking"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=5", imageAlt: "Beverage Delivery Tracking"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", imageAlt: "Monthly Invoice Automated"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=6", imageAlt: "Monthly Invoice Automated"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -80,11 +80,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Employee Tracking", description: "Accurately track individual consumption per person with ease.", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg"},
|
||||
title: "Employee Tracking", description: "Accurately track individual consumption per person with ease.", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg?_wi=1"},
|
||||
{
|
||||
title: "Automated Billing", description: "Generate daily, weekly, or monthly invoices automatically.", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg"},
|
||||
title: "Automated Billing", description: "Generate daily, weekly, or monthly invoices automatically.", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg?_wi=2"},
|
||||
{
|
||||
title: "On-Demand Ordering", description: "Flexible subscription or on-demand ordering for every team size.", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg"},
|
||||
title: "On-Demand Ordering", description: "Flexible subscription or on-demand ordering for every team size.", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg?_wi=3"},
|
||||
]}
|
||||
title="The Perfect Office Perk"
|
||||
description="Streamlining your office refreshments with technology that feels like home."
|
||||
@@ -100,16 +100,16 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Signature", name: "Masala Chai", price: "₹10", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg"},
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2", brand: "Signature", name: "Strong Coffee", price: "₹15", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg"},
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3", brand: "Snack", name: "Crispy Biscuits", price: "₹20", rating: 4,
|
||||
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg"},
|
||||
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg?_wi=3"},
|
||||
{
|
||||
id: "p4", brand: "Snack", name: "Namkeen Mix", price: "₹25", rating: 5,
|
||||
reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg"},
|
||||
reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg?_wi=4"},
|
||||
]}
|
||||
title="Daily Refreshments"
|
||||
description="Quality beverages and snacks, delivered fresh to your desk."
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Office Admin", company: "TechCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310877.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310877.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "HR Lead", company: "InnovateLab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-using-smartphone-lobby_1262-5625.jpg"},
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-chilling-out-with-coffee-cafe_53876-22942.jpg"},
|
||||
{
|
||||
id: "5", name: "Priya Sharma", role: "Project Manager", company: "CreativeOps", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310877.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310877.jpg?_wi=2"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user