Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e1b3ad8113 | |||
| 411523e031 |
@@ -49,8 +49,8 @@ export default function LandingPage() {
|
|||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Guaranteed 30-Minute Delivery: Restaurant Quality, Lightning Fast"
|
title="Guaranteed 30-Minute Delivery: Restaurant Quality at Your Door"
|
||||||
description="Experience premium restaurant quality food delivered directly to your doorstep in 30 minutes or less with our fast and reliable service."
|
description="Experience premium restaurant quality food delivered directly to your doorstep with our fast and reliable delivery service."
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-assortment_23-2149182219.jpg", imageAlt: "gourmet food delivery city street"},
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-assortment_23-2149182219.jpg", imageAlt: "gourmet food delivery city street"},
|
||||||
@@ -146,19 +146,20 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
tag="Best Sellers"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1", name: "Artisan Burger", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-korean-woman-barista-cafe-looking-sad-frowning-grimacing-disappointed-while-working-coffee-shop-leaning-counter-standing-near-laptop_1258-129825.jpg"},
|
id: "p1", name: "Artisan Burger (Customer Favorite)", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-korean-woman-barista-cafe-looking-sad-frowning-grimacing-disappointed-while-working-coffee-shop-leaning-counter-standing-near-laptop_1258-129825.jpg"},
|
||||||
{
|
{
|
||||||
id: "p2", name: "Stone-Baked Pizza", price: "$18.50", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-pizza-with-bacon-arugula-leaves-near-sliced-yellow-bell-pepper-garlic-bulb-tomato-wooden-spoon_23-2148076092.jpg"},
|
id: "p2", name: "Stone-Baked Pizza (Best Seller)", price: "$18.50", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-pizza-with-bacon-arugula-leaves-near-sliced-yellow-bell-pepper-garlic-bulb-tomato-wooden-spoon_23-2148076092.jpg"},
|
||||||
{
|
{
|
||||||
id: "p3", name: "Healthy Salad Bowl", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/salad-bowl_1220-125.jpg"},
|
id: "p3", name: "Healthy Salad Bowl", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/salad-bowl_1220-125.jpg"},
|
||||||
{
|
{
|
||||||
id: "p4", name: "Premium Sushi Platter", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-baked-sushi-rolls-with-shrimps-served-with-wasabi-ginger-plate-wood_141793-12009.jpg"},
|
id: "p4", name: "Premium Sushi Platter (Best Seller)", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-baked-sushi-rolls-with-shrimps-served-with-wasabi-ginger-plate-wood_141793-12009.jpg"},
|
||||||
{
|
{
|
||||||
id: "p5", name: "Handmade Pasta", price: "$16.75", imageSrc: "http://img.b2bpic.net/free-photo/chef-arranging-dish-with-salad-oranges_23-2148491357.jpg"},
|
id: "p5", name: "Handmade Pasta", price: "$16.75", imageSrc: "http://img.b2bpic.net/free-photo/chef-arranging-dish-with-salad-oranges_23-2148491357.jpg"},
|
||||||
{
|
{
|
||||||
id: "p6", name: "Berry Smoothie Bowl", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-yogurt-glasses-with-cereal-copy-space_23-2148489145.jpg"},
|
id: "p6", name: "Berry Smoothie Bowl (Customer Favorite)", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-yogurt-glasses-with-cereal-copy-space_23-2148489145.jpg"},
|
||||||
]}
|
]}
|
||||||
title="Popular Delights"
|
title="Popular Delights"
|
||||||
description="Choose from our chef-curated selection of local favorites."
|
description="Choose from our chef-curated selection of local favorites."
|
||||||
|
|||||||
Reference in New Issue
Block a user