Update src/app/page.tsx
This commit is contained in:
@@ -44,11 +44,10 @@ export default function LandingPage() {
|
||||
<HeroSplitDualMedia
|
||||
title="Levantes"
|
||||
description="An all-day oasis by the sea. Savor the sun, indulge in gourmet delights, and embrace the night's magic."
|
||||
background={{"variant":"radial-gradient"}}
|
||||
background={{ "variant": "radial-gradient" }}
|
||||
tag="Experience Day & Night"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "See Levantes at Night" }]
|
||||
}
|
||||
buttons={[{ text: "See Levantes at Night" }]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/village-with-white-facades_1156-88.jpg", imageAlt: "Levantes beach bar day view" },
|
||||
@@ -57,7 +56,6 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Exceptional Coastal Experience"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="catalog" data-section="catalog">
|
||||
@@ -150,7 +148,7 @@ export default function LandingPage() {
|
||||
{ text: "Make a Reservation", href: "mailto:reservations@levantes.com" },
|
||||
{ text: "Call Us: +30 210 123 4567", href: "tel:+302101234567" }
|
||||
]}
|
||||
background={{"variant":"radial-gradient"}}
|
||||
background={{ "variant": "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user