Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -49,9 +49,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg", imageAlt: "Luxury hotel exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushion-pillows_1203-671.jpg", imageAlt: "Hotel room interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg", imageAlt: "Hotel lobby entrance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=1", imageAlt: "Luxury hotel exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushion-pillows_1203-671.jpg?_wi=1", imageAlt: "Hotel room interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=1", imageAlt: "Hotel lobby entrance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-travel-app-template_23-2151084910.jpg", imageAlt: "App home screen" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
@@ -132,9 +132,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{ id: "hotel-001", name: "Grand Palace Hotel", price: "$189", variant: "Luxury Suite • 5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg", imageAlt: "Grand Palace Hotel" },
|
||||
{ id: "hotel-002", name: "Riverside Boutique", price: "$145", variant: "Deluxe Room • 4 Stars", imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushion-pillows_1203-671.jpg", imageAlt: "Riverside Boutique" },
|
||||
{ id: "hotel-003", name: "Urban Comfort Inn", price: "$95", variant: "Standard Room • 3 Stars", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg", imageAlt: "Urban Comfort Inn" }
|
||||
{ id: "hotel-001", name: "Grand Palace Hotel", price: "$189", variant: "Luxury Suite • 5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=2", imageAlt: "Grand Palace Hotel" },
|
||||
{ id: "hotel-002", name: "Riverside Boutique", price: "$145", variant: "Deluxe Room • 4 Stars", imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushion-pillows_1203-671.jpg?_wi=2", imageAlt: "Riverside Boutique" },
|
||||
{ id: "hotel-003", name: "Urban Comfort Inn", price: "$95", variant: "Standard Room • 3 Stars", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=2", imageAlt: "Urban Comfort Inn" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,10 +171,10 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-vector/users-set-four_78370-9284.jpg", imageAlt: "Sarah Johnson" },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-vector/flat-floral-facebook-frame_23-2148926961.jpg", imageAlt: "Michael Chen" },
|
||||
{ id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-vector/users-set-four_78370-9284.jpg", imageAlt: "Emma Rodriguez" },
|
||||
{ id: "4", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-vector/flat-floral-facebook-frame_23-2148926961.jpg", imageAlt: "David Wilson" }
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-vector/users-set-four_78370-9284.jpg?_wi=1", imageAlt: "Sarah Johnson" },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-vector/flat-floral-facebook-frame_23-2148926961.jpg?_wi=1", imageAlt: "Michael Chen" },
|
||||
{ id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-vector/users-set-four_78370-9284.jpg?_wi=2", imageAlt: "Emma Rodriguez" },
|
||||
{ id: "4", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-vector/flat-floral-facebook-frame_23-2148926961.jpg?_wi=2", imageAlt: "David Wilson" }
|
||||
]}
|
||||
cardTitle="Trusted by 500,000+ travelers worldwide for seamless hotel bookings"
|
||||
cardTag="See what guests say"
|
||||
|
||||
Reference in New Issue
Block a user