Update src/app/page.tsx
This commit is contained in:
@@ -118,17 +118,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1", name: "Grilled Goat", price: "$15", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-pickles_141793-1242.jpg"},
|
||||
id: "m1", name: "Grilled Goat", price: "$15", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-pickles_141793-1242.jpg?_wi=1"},
|
||||
{
|
||||
id: "m2", name: "Signature Cocktail", price: "$8", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-mushrooms-pepper-carrot-plates-table_140725-71808.jpg"},
|
||||
id: "m2", name: "Signature Cocktail", price: "$8", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-mushrooms-pepper-carrot-plates-table_140725-71808.jpg?_wi=1"},
|
||||
{
|
||||
id: "m3", name: "Chicken Lollipops", price: "$10", variant: "Starters", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-squeezing-lemon-juice-string-cheese-plate_140725-12142.jpg"},
|
||||
id: "m3", name: "Chicken Lollipops", price: "$10", variant: "Starters", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-squeezing-lemon-juice-string-cheese-plate_140725-12142.jpg?_wi=1"},
|
||||
{
|
||||
id: "m4", name: "Grilled Curry", price: "$18", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-pickles_141793-1242.jpg"},
|
||||
id: "m4", name: "Grilled Curry", price: "$18", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-pickles_141793-1242.jpg?_wi=2"},
|
||||
{
|
||||
id: "m5", name: "Red Wine Glass", price: "$7", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-mushrooms-pepper-carrot-plates-table_140725-71808.jpg"},
|
||||
id: "m5", name: "Red Wine Glass", price: "$7", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-mushrooms-pepper-carrot-plates-table_140725-71808.jpg?_wi=2"},
|
||||
{
|
||||
id: "m6", name: "Bologna Chips", price: "$9", variant: "Starters", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-squeezing-lemon-juice-string-cheese-plate_140725-12142.jpg"},
|
||||
id: "m6", name: "Bologna Chips", price: "$9", variant: "Starters", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-squeezing-lemon-juice-string-cheese-plate_140725-12142.jpg?_wi=2"},
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="Indulge in our carefully crafted menu featuring local ingredients and international favorites."
|
||||
@@ -143,11 +143,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1", title: "Sauna Sessions", description: "Detoxify and relax in our traditional sauna.", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg"},
|
||||
id: "s1", title: "Sauna Sessions", description: "Detoxify and relax in our traditional sauna.", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg?_wi=1"},
|
||||
{
|
||||
id: "s2", title: "Full Body Massage", description: "Professional massage tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg"},
|
||||
id: "s2", title: "Full Body Massage", description: "Professional massage tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg?_wi=2"},
|
||||
{
|
||||
id: "s3", title: "Relaxation Zone", description: "Peaceful atmosphere for complete comfort.", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg"},
|
||||
id: "s3", title: "Relaxation Zone", description: "Peaceful atmosphere for complete comfort.", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg?_wi=3"},
|
||||
]}
|
||||
title="Rejuvenate Your Senses"
|
||||
description="Discover our tranquil spa services, designed to melt away stress and restore your well-being."
|
||||
|
||||
Reference in New Issue
Block a user