diff --git a/src/app/page.tsx b/src/app/page.tsx index e566264..12a4710 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,18 +32,9 @@ export default function LandingPage() { @@ -84,21 +67,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Handcrafted Daily", - description: "Sandwiches made fresh every morning.", - imageSrc: "http://img.b2bpic.net/free-photo/merchant-offers-eco-products-consumer_482257-90410.jpg", - }, - { - title: "Premium Roasts", - description: "Locally sourced artisan coffee blends.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-shopping-food_23-2149151650.jpg", - }, - { - title: "Community Focus", - description: "Genuine service that makes you feel at home.", - imageSrc: "http://img.b2bpic.net/free-photo/young-vendor-arranging-fresh-natural-products-farmers-market-stall-wearing-apron-preparing-local-stand-fresh-organic-fruits-veggies-outdoor-shop-selling-locally-grown-produce_482257-68701.jpg", - }, + { title: "Handcrafted Daily", description: "Sandwiches made fresh every morning.", imageSrc: "http://img.b2bpic.net/free-photo/merchant-offers-eco-products-consumer_482257-90410.jpg" }, + { title: "Premium Roasts", description: "Locally sourced artisan coffee blends.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-shopping-food_23-2149151650.jpg" }, + { title: "Community Focus", description: "Genuine service that makes you feel at home.", imageSrc: "http://img.b2bpic.net/free-photo/young-vendor-arranging-fresh-natural-products-farmers-market-stall-wearing-apron-preparing-local-stand-fresh-organic-fruits-veggies-outdoor-shop-selling-locally-grown-produce_482257-68701.jpg" }, ]} title="Why Neighbors Trust Us" description="We blend boutique café quality with the reliability of a modern market." @@ -112,42 +83,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "Artisan Deli Sandwich", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-organic-healthy-vegetables-colander_23-2147956582.jpg", - }, - { - id: "2", - name: "Fresh Seasonal Bowl", - price: "$10.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-fruits-vegetables_23-2148234230.jpg", - }, - { - id: "3", - name: "Premium Roast Coffee", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-brad-knife_23-2148365449.jpg", - }, - { - id: "4", - name: "Healthy Snack Box", - price: "$8.00", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-juice-bottles-arrangement_23-2148785309.jpg", - }, - { - id: "5", - name: "Gourmet Pastry Selection", - price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-stuffed-chicken-roll-with-vegetable-garlic-nuts-served-with-cabbage-salad-lemon-slice-delivery-box_140725-12052.jpg", - }, - { - id: "6", - name: "Local Market Goods", - price: "$6.00", - imageSrc: "http://img.b2bpic.net/free-photo/fruits-fresh-bread-string-bag-grass_169016-21044.jpg", - }, + { id: "1", name: "Artisan Deli Sandwich", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-organic-healthy-vegetables-colander_23-2147956582.jpg" }, + { id: "2", name: "Fresh Seasonal Bowl", price: "$10.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-fruits-vegetables_23-2148234230.jpg" }, + { id: "3", name: "Premium Roast Coffee", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-brad-knife_23-2148365449.jpg" }, + { id: "4", name: "Healthy Snack Box", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/healthy-juice-bottles-arrangement_23-2148785309.jpg" }, + { id: "5", name: "Gourmet Pastry Selection", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stuffed-chicken-roll-with-vegetable-garlic-nuts-served-with-cabbage-salad-lemon-slice-delivery-box_140725-12052.jpg" }, + { id: "6", name: "Local Market Goods", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/fruits-fresh-bread-string-bag-grass_169016-21044.jpg" }, ]} title="Signature Favorites" description="Explore our curated selection of fresh goods and daily cravings." @@ -158,49 +99,14 @@ export default function LandingPage() {