Merge version_1 into main #2
@@ -230,14 +230,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Tastefully Crafted Experiences."},
|
||||
type: "text", content: "Tastefully Crafted Experiences."},{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg", alt: "luxury hotel dining experience"}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Dining", href: "#contact-section"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg"
|
||||
imageAlt="luxury hotel dining experience"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -273,14 +272,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Celebrate Life's Finest Moments."},
|
||||
type: "text", content: "Celebrate Life's Finest Moments."},{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-beautiful-bouquet-with-white-flowers-glass-vase_181624-32820.jpg", alt: "luxury wedding venue hotel"}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Plan Your Event", href: "#contact-section"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-closeup-shot-beautiful-bouquet-with-white-flowers-glass-vase_181624-32820.jpg"
|
||||
imageAlt="luxury wedding venue hotel"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -354,14 +352,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Some stays impress. The memorable ones care."},
|
||||
type: "text", content: "Some stays impress. The memorable ones care."},{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/still-life-with-home-decor-details-close-up-foreground-against-blurred-room-space_169016-9786.jpg", alt: "warmly lit luxury hotel lounge"}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay", href: "#booking-widget"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-home-decor-details-close-up-foreground-against-blurred-room-space_169016-9786.jpg"
|
||||
imageAlt="warmly lit luxury hotel lounge"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user