Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-29 08:38:06 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Book Now", href: "#contact" },
{ text: "Explore Services", href: "#about" },
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-bathrobe-standing-by-window-eating-cereal_1303-13331.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-bathrobe-standing-by-window-eating-cereal_1303-13331.jpg?_wi=1"
imageAlt="Luxury apartment interior"
/>
</div>
@@ -92,11 +92,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Elena Rossi", role: "Creative Director", company: "DesignCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg" },
{ id: "1", name: "Elena Rossi", role: "Creative Director", company: "DesignCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg?_wi=1" },
{ id: "2", name: "Marcus Chen", role: "Entrepreneur", company: "TechBase", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-female-friends-enjoying-meal-home_1153-7627.jpg" },
{ id: "3", name: "Sarah Jenkins", role: "Executive", company: "Global Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-toasting-with-champagne-while-standing-embraced-living-room_637285-3604.jpg" },
{ id: "4", name: "David Miller", role: "Author", company: "Press Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg" },
{ id: "5", name: "Sophia Laurent", role: "Travel Blogger", company: "GlobeTrotter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg" },
{ id: "5", name: "Sophia Laurent", role: "Travel Blogger", company: "GlobeTrotter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg?_wi=2" },
]}
kpiItems={[
{ value: "98%", label: "Satisfaction" },
@@ -134,7 +134,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/woman-bathrobe-standing-by-window-eating-cereal_1303-13331.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-bathrobe-standing-by-window-eating-cereal_1303-13331.jpg?_wi=2"
columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Dining", href: "#" }, { label: "Lounge", href: "#" }] },
{ title: "Reservations", items: [{ label: "Suites", href: "#suites" }, { label: "Book Now", href: "#contact" }] },