Update src/app/page.tsx
This commit is contained in:
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
logoText="ExpressLane"
|
||||
description="Your favorite snacks, drinks, and grocery essentials delivered in minutes. From local favorites to pantry staples, right to your doorstep."
|
||||
buttons={[{ text: "Shop Now", href: "#shop" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-uniform-black-gloves-black-mask-holding-coffee-cups-food-delivery-packages_140725-22112.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-uniform-black-gloves-black-mask-holding-coffee-cups-food-delivery-packages_140725-22112.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
{ title: "Local Selection", description: "Curated local brands and global favorites." },
|
||||
{ title: "Transparent Pricing", description: "No hidden fees, just simple pricing." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delivery-concept-handsome-african-american-delivery-man-carrying-package-box-grocery-food-dr_1258-102069.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delivery-concept-handsome-african-american-delivery-man-carrying-package-box-grocery-food-dr_1258-102069.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Red Bull Energy", price: "$4.15", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-lemon-arrangement_23-2150928908.jpg" },
|
||||
{ id: "p1", name: "Red Bull Energy", price: "$4.15", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-lemon-arrangement_23-2150928908.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Monster Energy", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/full-frame-transparent-bubbles-green-textured-background_23-2148070984.jpg" },
|
||||
{ id: "p3", name: "Ben & Jerry's", price: "$9.85", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cupcakes-table_23-2148815923.jpg" },
|
||||
{ id: "p4", name: "Pringles Cheddar", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/various-chips-bowls-marble-surface_114579-41205.jpg" },
|
||||
@@ -90,9 +90,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "24/7 Support", description: "We are always here to assist you.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187989.jpg" },
|
||||
{ title: "Freshness First", description: "Quality assurance on every delivery.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-uniform-black-gloves-black-mask-holding-coffee-cups-food-delivery-packages_140725-22112.jpg" },
|
||||
{ title: "Secure Payments", description: "Safe and encrypted checkout process.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/delivery-concept-handsome-african-american-delivery-man-carrying-package-box-grocery-food-dr_1258-102069.jpg" },
|
||||
{ title: "Order Tracking", description: "Real-time updates on your order.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-lemon-arrangement_23-2150928908.jpg" }
|
||||
{ title: "Freshness First", description: "Quality assurance on every delivery.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-uniform-black-gloves-black-mask-holding-coffee-cups-food-delivery-packages_140725-22112.jpg?_wi=2" },
|
||||
{ title: "Secure Payments", description: "Safe and encrypted checkout process.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/delivery-concept-handsome-african-american-delivery-man-carrying-package-box-grocery-food-dr_1258-102069.jpg?_wi=2" },
|
||||
{ title: "Order Tracking", description: "Real-time updates on your order.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-lemon-arrangement_23-2150928908.jpg?_wi=2" }
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="What makes ExpressLane the premier choice for your doorstep delivery."
|
||||
|
||||
Reference in New Issue
Block a user