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
@@ -57,15 +57,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Fatima Ashraf", handle: "Business Traveler", testimonial: "Exceptional service and beautiful rooms. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-coffee-cup_23-2148095740.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-coffee-cup_23-2148095740.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Ahmad Hassan", handle: "Family Visitor", testimonial: "Great experience. Wonderful staff and delicious food!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Mehrgan Karimi", handle: "Restaurant Enthusiast", testimonial: "The best dining experience in Sariosiyo. Must visit!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "hotel", title: "Luxury Hotel", author: "Comfortable Stay", description: "Experience premium accommodations with spacious rooms, modern amenities, and exceptional service. Perfect for both business and leisure travelers.", tags: ["Rooms", "Amenities"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg", imageAlt: "Luxury Hotel Room"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg?_wi=1", imageAlt: "Luxury Hotel Room"
|
||||
},
|
||||
{
|
||||
id: "restaurant", title: "Fine Dining Restaurant", author: "Culinary Excellence", description: "Enjoy authentic Uzbek cuisine and international dishes prepared by our expert chefs in an elegant atmosphere.", tags: ["Dining", "Cuisine"],
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
description="Choose from our carefully designed room categories to suit your needs and budget"
|
||||
products={[
|
||||
{
|
||||
id: "standard", name: "Standard Room", price: "$50-70/night", variant: "Single or Double Bed", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg", imageAlt: "Standard Room"
|
||||
id: "standard", name: "Standard Room", price: "$50-70/night", variant: "Single or Double Bed", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg?_wi=2", imageAlt: "Standard Room"
|
||||
},
|
||||
{
|
||||
id: "deluxe", name: "Deluxe Suite", price: "$85-120/night", variant: "Premium Furnishings", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg", imageAlt: "Deluxe Suite"
|
||||
@@ -158,13 +158,13 @@ export default function LandingPage() {
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Fatima Ashraf", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-coffee-cup_23-2148095740.jpg", imageAlt: "Fatima Ashraf"
|
||||
id: "1", name: "Fatima Ashraf", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-coffee-cup_23-2148095740.jpg?_wi=2", imageAlt: "Fatima Ashraf"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ahmad Hassan", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Ahmad Hassan"
|
||||
id: "2", name: "Ahmad Hassan", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Ahmad Hassan"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mehrgan Karimi", imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", imageAlt: "Mehrgan Karimi"
|
||||
id: "3", name: "Mehrgan Karimi", imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=2", imageAlt: "Mehrgan Karimi"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Rashid Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", imageAlt: "Rashid Al-Mansouri"
|
||||
|
||||
Reference in New Issue
Block a user