-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f98ec55
commit 9607d77
Showing
4 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,15 +35,49 @@ const customers = { | |
'bagni-giovanni': { | ||
url: 'https://docs.google.com/spreadsheets/d/e/2PACX-1vS8qhCOv9jDeoTc9afdaTMEvCh9yXXFjVRg855B9WSmr7jrgQipflrQ0cD3Q87bLQ5QvpsWaekF0Nyl/pub?gid=0&single=true&output=tsv', | ||
title: 'Bagni Giovanni', | ||
subtitle: 'Bagni e Ristorante a Cavi Borgo', | ||
subtitle: 'Menu Ristorante', | ||
address: "Via Lungomare Cavi di Lavagna (GE)", | ||
website: "www.bagnigiovanni.it", | ||
email: "[email protected]", | ||
phone: ["+39 0185 696948"], | ||
vat: "01002240990", | ||
|
||
// theme | ||
pic: '/img/bagni-giovanni.webp', | ||
pic: 'https://bagnigiovanni.it/images/logo.png', | ||
bgColor: '#fdfdfd', | ||
primaryColor: '#213f63', | ||
secondaryColor: '#999999', | ||
accentColor: '#296fae', | ||
}, | ||
'bagni-giovanni-vini': { | ||
url: 'https://docs.google.com/spreadsheets/d/e/2PACX-1vS8qhCOv9jDeoTc9afdaTMEvCh9yXXFjVRg855B9WSmr7jrgQipflrQ0cD3Q87bLQ5QvpsWaekF0Nyl/pub?gid=2022557443&single=true&output=tsv', | ||
title: 'Bagni Giovanni', | ||
subtitle: 'Menu dei vini', | ||
address: "Via Lungomare Cavi di Lavagna (GE)", | ||
website: "www.bagnigiovanni.it", | ||
email: "[email protected]", | ||
phone: ["+39 0185 696948"], | ||
vat: "01002240990", | ||
|
||
// theme | ||
pic: 'https://bagnigiovanni.it/images/logo.png', | ||
bgColor: '#fdfdfd', | ||
primaryColor: '#213f63', | ||
secondaryColor: '#999999', | ||
accentColor: '#296fae', | ||
}, | ||
'bagni-giovanni-tavola-fredda': { | ||
url: 'https://docs.google.com/spreadsheets/d/e/2PACX-1vS8qhCOv9jDeoTc9afdaTMEvCh9yXXFjVRg855B9WSmr7jrgQipflrQ0cD3Q87bLQ5QvpsWaekF0Nyl/pub?gid=1620509354&single=true&output=tsv', | ||
title: 'Bagni Giovanni', | ||
subtitle: 'Menu tavola fredda', | ||
address: "Via Lungomare Cavi di Lavagna (GE)", | ||
website: "www.bagnigiovanni.it", | ||
email: "[email protected]", | ||
phone: ["+39 0185 696948"], | ||
vat: "01002240990", | ||
|
||
// theme | ||
pic: 'https://bagnigiovanni.it/images/logo.png', | ||
bgColor: '#fdfdfd', | ||
primaryColor: '#213f63', | ||
secondaryColor: '#999999', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<footer class="bg-white text-slate-800 p pb-10 text-center opacity-60 text-sm"> | ||
<a href="https://simone-poggi.com">made in Italy with ❤️</a> | ||
<footer class="bg-white text-slate-800 p-2 text-right opacity-60 text-sm"> | ||
<a href="https://simone-poggi.com">made in Italy</a> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters