diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 76aad7d..96f2754 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -48,9 +48,10 @@ export default function AboutPage() {
{ value: "15+", title: "Years of Excellence" },
{ value: "50k+", title: "Happy Guests Annually" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-aria-hotel-las-vegas_181624-42881.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-aria-hotel-las-vegas_181624-42881.jpg"
imageAlt="Palfina Hotel exterior building"
mediaAnimation="slide-up"
+ metricsAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -59,41 +60,17 @@ export default function AboutPage() {
@@ -92,8 +93,7 @@ export default function FacilitiesPage() {
@@ -263,28 +207,20 @@ export default function HomePage() {
title="Find Us & Get in Touch"
description="Located in the heart of the city, Palfina Hotel is easily accessible and ready to welcome you. Reach out with any questions or special requests."
useInvertedBackground={true}
- imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
imageAlt="Hotel location and dining experience"
mediaAnimation="slide-up"
mediaPosition="right"
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Full Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Full Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email Address", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Tell us how we can help you...",
- rows: 4,
+ name: "message", placeholder: "Tell us how we can help you...", rows: 4,
required: true,
}}
buttonText="Send Message"
@@ -295,8 +231,7 @@ export default function HomePage() {