diff --git a/src/app/page.tsx b/src/app/page.tsx index 1020c50..5cf73fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { name: "Fatima Noor", handle: "@fatima", testimonial: "The desserts are divine! Molten lava cake is a must-try.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-s-hand-stirring-coffee-latte-with-spoon-book-table_23-2147862863.jpg" }, { name: "Hamza Bilal", handle: "@hamza", testimonial: "Great BBQ options. Best service in cantonment area.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/alarm-clock-plate-with-coffee-word-grungy-grey-background_176474-19323.jpg" } ]} - imageSrc="http://img.b2bpic.net/free-photo/mid-section-woman-using-mobile-phone-while-having-cup-coffee_107420-63684.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mid-section-woman-using-mobile-phone-while-having-cup-coffee_107420-63684.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/high-angle-peaceful-winter-arrangement_23-2148715951.jpg", alt: "High angle peaceful winter arrangement" }, { src: "http://img.b2bpic.net/free-photo/crop-woman-with-hot-drink-sitting-near-camera_23-2147911468.jpg", alt: "Crop woman with hot drink sitting near camera" }, @@ -89,9 +89,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: "feat1", title: "Lightning Fast Delivery", tags: ["Cantt Area", "Hot"], imageSrc: "http://img.b2bpic.net/free-photo/pizza-delivery-man-holding-mobile_1368-3771.jpg" }, - { id: "feat2", title: "Real-time Order Tracking", tags: ["Live", "Transparent"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149250089.jpg" }, - { id: "feat3", title: "Secure Mobile Payments", tags: ["COD", "Safe"], imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148403924.jpg" } + { id: "feat1", title: "Lightning Fast Delivery", tags: ["Cantt Area", "Hot"], imageSrc: "http://img.b2bpic.net/free-photo/pizza-delivery-man-holding-mobile_1368-3771.jpg?_wi=1" }, + { id: "feat2", title: "Real-time Order Tracking", tags: ["Live", "Transparent"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149250089.jpg?_wi=1" }, + { id: "feat3", title: "Secure Mobile Payments", tags: ["COD", "Safe"], imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148403924.jpg?_wi=1" } ]} title="Why Choose Coffee Lounge?" description="Everything you need for a premium food ordering experience, right in the palm of your hand." @@ -138,11 +138,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Ali Khan", date: "Oct 2023", title: "Great Food", quote: "Consistency in taste is what I love.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-woman-using-mobile-phone-while-having-cup-coffee_107420-63684.jpg", imageAlt: "happy coffee customer" }, + { id: "t1", name: "Ali Khan", date: "Oct 2023", title: "Great Food", quote: "Consistency in taste is what I love.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-woman-using-mobile-phone-while-having-cup-coffee_107420-63684.jpg?_wi=2", imageAlt: "happy coffee customer" }, { id: "t2", name: "Sara Ahmed", date: "Nov 2023", title: "Best Bakery", quote: "Donuts and pastries are super fresh.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-good-looking-sincere-woman-looks-positively-has-toothy-smile-direct-gaze-healthy-skin-dressed-casual-outfit-isolated-yellow-wall-happy-emotions_273609-42259.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffe-with-copy-space_23-2148464796.jpg", imageAlt: "happy coffee customer" }, - { id: "t3", name: "Zaid Malik", date: "Dec 2023", title: "Quick Service", quote: "Delivery is always on time.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-mature-unshaved-caucasian-businessman-glasses-classical-shirt-standing-light-office-drinking-coffee-relaxing-break-business-concept_176420-8655.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pizza-delivery-man-holding-mobile_1368-3771.jpg", imageAlt: "happy coffee customer" }, - { id: "t4", name: "Fatima Noor", date: "Jan 2024", title: "Good Variety", quote: "Love the variety of menu options.", tag: "VIP", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-student-woman-glasses-reading-drinking-coffee-home-studying_1258-202777.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149250089.jpg", imageAlt: "happy coffee customer" }, - { id: "t5", name: "Hamza Bilal", date: "Feb 2024", title: "Best Coffee", quote: "No one else comes close in Risalpur.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/image-young-man-drinking-takeaway-coffee-looking-up-with-thoughtful-face-tasting-new-flavour_1258-173451.jpg", imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148403924.jpg", imageAlt: "happy coffee customer" } + { id: "t3", name: "Zaid Malik", date: "Dec 2023", title: "Quick Service", quote: "Delivery is always on time.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-mature-unshaved-caucasian-businessman-glasses-classical-shirt-standing-light-office-drinking-coffee-relaxing-break-business-concept_176420-8655.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pizza-delivery-man-holding-mobile_1368-3771.jpg?_wi=2", imageAlt: "happy coffee customer" }, + { id: "t4", name: "Fatima Noor", date: "Jan 2024", title: "Good Variety", quote: "Love the variety of menu options.", tag: "VIP", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-student-woman-glasses-reading-drinking-coffee-home-studying_1258-202777.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149250089.jpg?_wi=2", imageAlt: "happy coffee customer" }, + { id: "t5", name: "Hamza Bilal", date: "Feb 2024", title: "Best Coffee", quote: "No one else comes close in Risalpur.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/image-young-man-drinking-takeaway-coffee-looking-up-with-thoughtful-face-tasting-new-flavour_1258-173451.jpg", imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148403924.jpg?_wi=2", imageAlt: "happy coffee customer" } ]} title="What Our Lounge Lovers Say" description="Real feedback from our satisfied cantonment community."