diff --git a/src/app/page.tsx b/src/app/page.tsx index 500dc8b..814c6c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "Browse Vendors", href: "/vendors" }, { text: "Order Now", href: "/vendors" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-table-italian-meals-ai-generated-image_511042-1705.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-table-italian-meals-ai-generated-image_511042-1705.jpg?_wi=1" /> @@ -57,9 +57,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { title: "Fast Delivery", description: "Get your meals delivered within 30 minutes.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-icon-front-side_187299-39627.jpg", titleIconSrc: "Truck", buttonText: "Learn More" }, - { title: "Easy Payments", description: "Pay securely with any major credit card or mobile wallet.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149425652.jpg", titleIconSrc: "CreditCard", buttonText: "Learn More" }, - { title: "Huge Variety", description: "Browse from over 500 local vendors in your area.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=235m36", titleIconSrc: "Store", buttonText: "Learn More" }, + { title: "Fast Delivery", description: "Get your meals delivered within 30 minutes.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-icon-front-side_187299-39627.jpg?_wi=1", titleIconSrc: "Truck", buttonText: "Learn More" }, + { title: "Easy Payments", description: "Pay securely with any major credit card or mobile wallet.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149425652.jpg?_wi=1", titleIconSrc: "CreditCard", buttonText: "Learn More" }, + { title: "Huge Variety", description: "Browse from over 500 local vendors in your area.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=235m36&_wi=1", titleIconSrc: "Store", buttonText: "Learn More" }, ]} title="Why Order With Us?" description="Experience convenience like never before." @@ -97,9 +97,9 @@ export default function LandingPage() { title="Seamless Ordering Experience" description="We take care of the details so you can enjoy your meal." features={[ - { title: "Live Tracking", description: "Know exactly when your food will arrive.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-icon-front-side_187299-39627.jpg" }, - { title: "Secure Checkout", description: "Encryption powered by leading financial tech.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149425652.jpg" }, - { title: "Vendor Ratings", description: "Trust in the community reviews.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=235m36" }, + { title: "Live Tracking", description: "Know exactly when your food will arrive.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-icon-front-side_187299-39627.jpg?_wi=2" }, + { title: "Secure Checkout", description: "Encryption powered by leading financial tech.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149425652.jpg?_wi=2" }, + { title: "Vendor Ratings", description: "Trust in the community reviews.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=235m36&_wi=2" }, ]} /> @@ -112,8 +112,8 @@ export default function LandingPage() { title="Fresh Food News" description="Stay updated with the latest trends in local dining." blogs={[ - { id: "1", category: "Trends", imageSrc: "http://img.b2bpic.net/free-photo/full-table-italian-meals-ai-generated-image_511042-1705.jpg", authorName: "Chef John", authorAvatar: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269168.jpg", title: "Top 10 Dishes of 2024", excerpt: "Discover the most popular meals requested by our community this year.", date: "2024-05-20" }, - { id: "2", category: "Local", imageSrc: "http://img.b2bpic.net/free-photo/full-table-italian-meals-ai-generated-image_511042-1705.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269168.jpg", title: "Supporting Local Vendors", excerpt: "Why choosing local restaurants makes a difference for our neighborhood.", date: "2024-05-18" } + { id: "1", category: "Trends", imageSrc: "http://img.b2bpic.net/free-photo/full-table-italian-meals-ai-generated-image_511042-1705.jpg?_wi=2", authorName: "Chef John", authorAvatar: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269168.jpg", title: "Top 10 Dishes of 2024", excerpt: "Discover the most popular meals requested by our community this year.", date: "2024-05-20" }, + { id: "2", category: "Local", imageSrc: "http://img.b2bpic.net/free-photo/full-table-italian-meals-ai-generated-image_511042-1705.jpg?_wi=3", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269168.jpg", title: "Supporting Local Vendors", excerpt: "Why choosing local restaurants makes a difference for our neighborhood.", date: "2024-05-18" } ]} />