Merge version_1 into main #2
@@ -52,10 +52,10 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen", handle: "Regular Customer", testimonial: "I ordered during lunch and picked up in 12 minutes. Perfect for busy weekdays!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg?_wi=1", imageAlt: "professional woman business portrait headshot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", imageAlt: "professional woman business portrait headshot"},
|
||||
{
|
||||
name: "Marcus Davis", handle: "Office Manager", testimonial: "Team loves ordering pickup. No more lunch delivery surprises—it's always ready on time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=1", imageAlt: "male business professional headshot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageAlt: "male business professional headshot"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "#how-it-works" },
|
||||
@@ -76,16 +76,16 @@ export default function LandingPage() {
|
||||
title: "15-Minute Pickup", description: "Order to pickup in less than 15 minutes. No delivery waiting, no cold food.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-watch-logo-collection_23-2148946417.jpg?_wi=1", imageAlt: "fast delivery timer clock speed icon"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-watch-logo-collection_23-2148946417.jpg", imageAlt: "fast delivery timer clock speed icon"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-roadmap-infographic-template_23-2149014278.jpg?_wi=1", imageAlt: "convenient location map pin finder"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-roadmap-infographic-template_23-2149014278.jpg", imageAlt: "convenient location map pin finder"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Fresh & Hot", description: "Your order prepared fresh and ready exactly when you arrive. No compromises.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dating-app-interface-mobile-phone_23-2148507254.jpg?_wi=1", imageAlt: "browse menu items restaurant app"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dating-app-interface-mobile-phone_23-2148507254.jpg", imageAlt: "browse menu items restaurant app"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/easy-wireless-yechnology-payment_23-2149105177.jpg", imageAlt: "checkout payment secure transaction"},
|
||||
],
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
title: "Zero Fees", description: "No delivery charges, no markups. Pay only for what you order, nothing extra.", icon: DollarSign,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-watch-logo-collection_23-2148946417.jpg?_wi=2", imageAlt: "Cost savings icon"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-watch-logo-collection_23-2148946417.jpg", imageAlt: "Cost savings icon"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/car-sharing-template-design_23-2150320719.jpg", imageAlt: "Transparent pricing interface"},
|
||||
],
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-white_1134-230.jpg", imageAlt: "order ready notification alert timer"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-roadmap-infographic-template_23-2149014278.jpg?_wi=2", imageAlt: "Safe pickup location"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-roadmap-infographic-template_23-2149014278.jpg", imageAlt: "Safe pickup location"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
title: "Pick It Up", description: "Get a real-time notification when your order is ready. Walk in, grab it, and go.", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-dating-app-interface-mobile-phone_23-2148507254.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-dating-app-interface-mobile-phone_23-2148507254.jpg"
|
||||
imageAlt="Step-by-step pickup process visualization"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[{ text: "Start Ordering", href: "#" }]}
|
||||
@@ -155,6 +155,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", value: "50K+", description: "Happy pickups completed. Join thousands ordering with QuickPick."},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,9 +170,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Jessica Lopez", role: "Marketing Executive", testimonial: "I pick up lunch 3 times a week. It's faster than delivery, cheaper, and the food is always hot. Can't imagine going back.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg?_wi=2", imageAlt: "professional woman business portrait headshot"},
|
||||
id: "1", name: "Jessica Lopez", role: "Marketing Executive", testimonial: "I pick up lunch 3 times a week. It's faster than delivery, cheaper, and the food is always hot. Can't imagine going back.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", imageAlt: "professional woman business portrait headshot"},
|
||||
{
|
||||
id: "2", name: "David Kim", role: "Software Engineer", testimonial: "The app is incredibly smooth. Order, get a notification in 10 minutes, grab it. Done. This is the future of fast food.", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=2", imageAlt: "male business professional headshot"},
|
||||
id: "2", name: "David Kim", role: "Software Engineer", testimonial: "The app is incredibly smooth. Order, get a notification in 10 minutes, grab it. Done. This is the future of fast food.", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageAlt: "male business professional headshot"},
|
||||
{
|
||||
id: "3", name: "Priya Patel", role: "Fitness Coach", testimonial: "Perfect for my schedule. I order between clients and pickup is ready. No stress, just convenience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", imageAlt: "diverse young professional headshot"},
|
||||
{
|
||||
@@ -227,7 +228,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "5", title: "What if I can't make it for pickup?", content: "You have 30 minutes past your pickup time. After that, items may be returned to inventory. Contact us immediately if you're running late."},
|
||||
{
|
||||
id: "6", title: "Do you offer discounts for large orders?", content: "Absolutely! Orders over $100 receive 10% off. Corporate bulk orders get 15% off. Check the Offers section for current promotions."},
|
||||
id: "6", title: "Do you offer discounts for large orders?", content: "Absolutely! Orders over $100 receive 10% off. Corporate bulk orders get 15% off. Check the Offers section for current promotions."}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user