Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-03-03 13:01:54 +00:00
4 changed files with 23 additions and 23 deletions

View File

@@ -48,7 +48,7 @@ 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"
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-aria-hotel-las-vegas_181624-42881.jpg?_wi=2"
imageAlt="Palfina Hotel exterior building"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -60,17 +60,17 @@ export default function AboutPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=7", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=8", imageAlt: "Michael Chen"},
{
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Emma Rodriguez"},
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=9", imageAlt: "Emma Rodriguez"},
{
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "David Kim"},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=10", imageAlt: "David Kim"},
{
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Lisa Anderson"},
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=11", imageAlt: "Lisa Anderson"},
{
id: "6", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "James Wilson"},
id: "6", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=12", imageAlt: "James Wilson"},
]}
cardTitle="Join thousands of satisfied guests who have experienced the Palfina Hotel difference"
cardTag="Guest Reviews"

View File

@@ -40,7 +40,7 @@ export default function ContactPage() {
title="Get in Touch with Palfina Hotel"
description="Have questions about our rooms, facilities, or services? Our dedicated guest relations team is here to help. Reach out and let us know how we can assist you."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=3"
imageAlt="Palfina Hotel hospitality and dining"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -122,13 +122,13 @@ export default function HomePage() {
products={[
{
id: "standard", brand: "Palfina", name: "Standard Room", price: "$120/night", rating: 4,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", imageAlt: "Standard room with queen bed and modern amenities"},
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=1", imageAlt: "Standard room with queen bed and modern amenities"},
{
id: "executive", brand: "Palfina", name: "Executive Room", price: "$185/night", rating: 5,
reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Executive room with city view and premium furnishings"},
reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Executive room with city view and premium furnishings"},
{
id: "deluxe", brand: "Palfina", name: "Deluxe Suite", price: "$280/night", rating: 5,
reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Spacious deluxe suite with separate living area"},
reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Spacious deluxe suite with separate living area"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -163,17 +163,17 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=1", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=2", imageAlt: "Michael Chen"},
{
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Emma Rodriguez"},
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=3", imageAlt: "Emma Rodriguez"},
{
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "David Kim"},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=4", imageAlt: "David Kim"},
{
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Lisa Anderson"},
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=5", imageAlt: "Lisa Anderson"},
{
id: "6", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "James Wilson"},
id: "6", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=6", imageAlt: "James Wilson"},
]}
cardTitle="Join thousands of satisfied guests who have experienced the Palfina Hotel difference"
cardTag="Guest Reviews"
@@ -194,7 +194,7 @@ export default function HomePage() {
{ 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"
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-aria-hotel-las-vegas_181624-42881.jpg?_wi=1"
imageAlt="Palfina Hotel exterior building"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -207,7 +207,7 @@ 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"
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=1"
imageAlt="Hotel location and dining experience"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -51,13 +51,13 @@ export default function RoomsPage() {
products={[
{
id: "standard", brand: "Palfina", name: "Standard Room", price: "$120/night", rating: 4,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", imageAlt: "Standard room with queen bed and modern amenities"},
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=2", imageAlt: "Standard room with queen bed and modern amenities"},
{
id: "executive", brand: "Palfina", name: "Executive Room", price: "$185/night", rating: 5,
reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Executive room with city view and premium furnishings"},
reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3", imageAlt: "Executive room with city view and premium furnishings"},
{
id: "deluxe", brand: "Palfina", name: "Deluxe Suite", price: "$280/night", rating: 5,
reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Spacious deluxe suite with separate living area"},
reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=4", imageAlt: "Spacious deluxe suite with separate living area"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -69,7 +69,7 @@ export default function RoomsPage() {
title="Special Room Request"
description="Have a specific room type in mind? Contact us to discuss special requests, group rates, or custom arrangements for your stay."
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=2"
imageAlt="Luxury room amenities"
mediaAnimation="slide-up"
mediaPosition="right"