Merge version_1 into main #3
@@ -47,20 +47,20 @@ export default function AdminPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-happy-couple-home_23-2149145091.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-happy-couple-home_23-2149145091.jpg?_wi=2"
|
||||
imageAlt="Admin dashboard interface showing order management and analytics"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen", handle: "Restaurant Manager", testimonial: "The admin dashboard makes it incredibly easy to manage our entire restaurant operation. Menu updates take seconds and order tracking is crystal clear.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageAlt: "Sarah Chen, Restaurant Manager"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg?_wi=2", imageAlt: "Sarah Chen, Restaurant Manager"},
|
||||
{
|
||||
name: "Marcus Thompson", handle: "Chef & Kitchen Manager", testimonial: "The kitchen display system is a game-changer. No more missed orders or confusion. Everything is organized and prioritized perfectly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-looking-up-shirt-apron-looking-pensive-front-view_176474-22675.jpg", imageAlt: "Marcus Thompson, Chef"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-looking-up-shirt-apron-looking-pensive-front-view_176474-22675.jpg?_wi=2", imageAlt: "Marcus Thompson, Chef"},
|
||||
{
|
||||
name: "Priya Patel", handle: "Restaurant Owner", testimonial: "The analytics dashboard gives me insights I never had before. I can see peak hours, popular items, and staff performance—invaluable for business decisions.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", imageAlt: "Priya Patel, Restaurant Owner"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg?_wi=2", imageAlt: "Priya Patel, Restaurant Owner"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -88,7 +88,7 @@ export default function AdminPage() {
|
||||
{
|
||||
id: "3", title: "Advanced Analytics & Reporting", content: "Track key metrics: total orders, revenue, popular items, peak service times, and average order value. Export reports for business planning and analysis."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mexican-food-concept-with-smartphone_23-2147812198.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mexican-food-concept-with-smartphone_23-2147812198.jpg?_wi=2"
|
||||
imageAlt="Admin dashboard with order management and analytics"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
|
||||
@@ -62,16 +62,16 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen", handle: "Restaurant Manager", testimonial: "InRestaurant has cut our wait times by 40% and order accuracy is nearly perfect. Our customers love the convenience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageAlt: "Sarah Chen, Restaurant Manager"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg?_wi=1", imageAlt: "Sarah Chen, Restaurant Manager"},
|
||||
{
|
||||
name: "James Rodriguez", handle: "Diner & Food Enthusiast", testimonial: "Finally, a way to order without waiting for the server. The interface is so intuitive and the food arrived quickly!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-woman-table_23-2148899034.jpg", imageAlt: "James Rodriguez, Diner"},
|
||||
{
|
||||
name: "Priya Patel", handle: "Restaurant Owner", testimonial: "Reduced labor costs, faster service, happier customers. This system pays for itself in the first month.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", imageAlt: "Priya Patel, Restaurant Owner"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg?_wi=1", imageAlt: "Priya Patel, Restaurant Owner"},
|
||||
{
|
||||
name: "Marcus Thompson", handle: "Chef & Kitchen Manager", testimonial: "The kitchen display system gives us perfect visibility. Orders are clear and organized—no more confusion.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-looking-up-shirt-apron-looking-pensive-front-view_176474-22675.jpg", imageAlt: "Marcus Thompson, Chef"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-looking-up-shirt-apron-looking-pensive-front-view_176474-22675.jpg?_wi=1", imageAlt: "Marcus Thompson, Chef"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -103,7 +103,7 @@ export default function HomePage() {
|
||||
{
|
||||
id: "5", title: "Intuitive Cart Management", content: "Add, remove, or modify items in your cart anytime before confirming. Instant totals and clear order summary before submission."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mexican-food-concept-with-smartphone_23-2147812198.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mexican-food-concept-with-smartphone_23-2147812198.jpg?_wi=1"
|
||||
imageAlt="Mobile phone displaying categorized menu with food images and descriptions"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -126,7 +126,7 @@ export default function HomePage() {
|
||||
icon={Zap}
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-happy-couple-home_23-2149145091.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-happy-couple-home_23-2149145091.jpg?_wi=1"
|
||||
imageAlt="Modern restaurant kitchen with digital displays and staff collaborating"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user