Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -34,7 +34,7 @@ const assetMap = {
|
||||
"testimonial-4": {"url":"http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3968.jpg","alt":"man with glasses serious portrait"},
|
||||
"testimonial-5": {"url":"http://img.b2bpic.net/free-photo/glad-blonde-woman-model-keeps-arms-folded-has-toothy-smile-rejoices-meeting-with-best-friend-share-impressions-after-party-dressed-white-t-shirt_273609-16892.jpg","alt":"blonde woman happy portrait"},
|
||||
"og-image": {"url":"http://img.b2bpic.net/free-photo/salmon-salad-with-fresh-vegetables_140725-2439.jpg","alt":"luxury seafood dish hero shot"},
|
||||
"twitter-image": {"url":"http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-with-lemon-slices-dark-surface-fruit-cooking-meal-dinner-dish_140725-102041.jpg","alt":"luxury seafood dish twitter card"}
|
||||
"twitter-image": {"url":"http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-with-lemon-slices-dark-surface-food-cook-meal-dinner-dish_140725-102041.jpg","alt":"luxury seafood dish twitter card"}
|
||||
};
|
||||
|
||||
function getAssetUrl(id) {
|
||||
@@ -93,7 +93,6 @@ export default function LandingPage() {
|
||||
{ id: "item5", imageSrc: getAssetUrl("hero-carousel-5"), imageAlt: getAssetAlt("hero-carousel-5", "Chef preparing a gourmet fish dish") },
|
||||
{ id: "item6", imageSrc: getAssetUrl("hero-carousel-6"), imageAlt: getAssetAlt("hero-carousel-6", "Gourmet seafood pasta dish") },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Hero section"
|
||||
/>
|
||||
</div>
|
||||
@@ -197,10 +196,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttonText="NON APPLICABILE"
|
||||
inputPlaceholder="NON APPLICABILE"
|
||||
buttons={[
|
||||
{ text: "CHIAMA ORA: +39 06 12345678", href: "tel:+390612345678" },
|
||||
{ text: "VISITA IL SITO UFFICIALE: magacucinadimare.it", href: "https://www.magacucinadimare.it" },
|
||||
]}
|
||||
ariaLabel="Contact section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user