@@ -119,26 +81,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- tag: "Flexible",
- title: "Takeout & Delivery",
- subtitle: "Convenience at your door",
- description: "Quick, no-contact delivery options for busy days.",
- imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozarella-tomato-slices-with-basilic-herbal-dressing_114579-3682.jpg",
- },
+ tag: "Flexible", title: "Takeout & Delivery", subtitle: "Convenience at your door", description: "Quick, no-contact delivery options for busy days.", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozarella-tomato-slices-with-basilic-herbal-dressing_114579-3682.jpg"},
{
- tag: "Atmosphere",
- title: "Rooftop Lounge",
- subtitle: "Instagrammable views",
- description: "Relax under the stars with our rooftop service.",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-with-tea-herbs_23-2148550487.jpg",
- },
+ tag: "Atmosphere", title: "Rooftop Lounge", subtitle: "Instagrammable views", description: "Relax under the stars with our rooftop service.", imageSrc: "http://img.b2bpic.net/free-photo/cup-with-tea-herbs_23-2148550487.jpg"},
{
- tag: "Service",
- title: "Professional Events",
- subtitle: "Perfect for groups",
- description: "Spacious table setups for study groups and meetings.",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-meal-assortment_23-2149089673.jpg",
- },
+ tag: "Service", title: "Professional Events", subtitle: "Perfect for groups", description: "Spacious table setups for study groups and meetings.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-meal-assortment_23-2149089673.jpg"},
]}
title="Dining Made Easy"
description="Enjoy a range of flexible services tailored to your lifestyle."
@@ -154,41 +101,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Signature Latte",
- price: "$5.00",
- imageSrc: "http://img.b2bpic.net/free-photo/seriously-young-stylish-business-woman-jacket-using-smartphone-working-laptop-listening-music-having-coffee-break_291650-1360.jpg?_wi=1",
- },
+ id: "p1", name: "Signature Latte", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/seriously-young-stylish-business-woman-jacket-using-smartphone-working-laptop-listening-music-having-coffee-break_291650-1360.jpg"},
{
- id: "p2",
- name: "Artisan Chocolate Cake",
- price: "$8.50",
- imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-appetizing-cupcake-white-plate-black-wall_140725-117155.jpg?_wi=1",
- },
+ id: "p2", name: "Artisan Chocolate Cake", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-appetizing-cupcake-white-plate-black-wall_140725-117155.jpg"},
{
- id: "p3",
- name: "Morning Brunch Plate",
- price: "$12.00",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-tuna-with-avocado-tomatoes-greens-sesame-sauce-bread-glass-tarhun-lemonade-table_140725-10940.jpg",
- },
+ id: "p3", name: "Morning Brunch Plate", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-tuna-with-avocado-tomatoes-greens-sesame-sauce-bread-glass-tarhun-lemonade-table_140725-10940.jpg"},
{
- id: "p4",
- name: "Specialty Herbal Tea",
- price: "$4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-her-cake-shop_23-2149210493.jpg",
- },
+ id: "p4", name: "Specialty Herbal Tea", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-her-cake-shop_23-2149210493.jpg"},
{
- id: "p5",
- name: "Tapas Sampler",
- price: "$15.00",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-potato-pies-with-mushed-pumpkin-tomatoes-grey-background-oven-cake-pie-bake-color_140725-110273.jpg",
- },
+ id: "p5", name: "Tapas Sampler", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-potato-pies-with-mushed-pumpkin-tomatoes-grey-background-oven-cake-pie-bake-color_140725-110273.jpg"},
{
- id: "p6",
- name: "Dessert Trio",
- price: "$11.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-little-cakes-with-chocolate-bars-nuts-dark-surface-nut-fruit-cake-pie-cookie-berry_140725-118456.jpg",
- },
+ id: "p6", name: "Dessert Trio", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-little-cakes-with-chocolate-bars-nuts-dark-surface-nut-fruit-cake-pie-cookie-berry_140725-118456.jpg"},
]}
title="Our Menu"
description="Discover our carefully curated selection of artisan drinks and gourmet bites."
@@ -198,27 +121,19 @@ export default function LandingPage() {