From 125f0604a95187fbdb82284bdb61e0946260a428 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:50:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 34e71e9..5633c4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroLogo from "@/components/sections/hero/HeroLogo"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; -import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function LandingPage() { return ( @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Book Now", href: "#contact" }, { text: "View Rooms", href: "#rooms" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" imageAlt="Luxurious hotel room with premium amenities" showDimOverlay={true} /> @@ -69,13 +69,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Hotel Lavish", name: "Standard Room", price: "Affordable Comfort", rating: 5, - reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-9503.jpg?_wi=1", imageAlt: "Clean and comfortable standard hotel room"}, + reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-9503.jpg", imageAlt: "Clean and comfortable standard hotel room"}, { id: "2", brand: "Hotel Lavish", name: "Deluxe Room", price: "Premium Experience", rating: 5, - reviewCount: "95 reviews", 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 room with modern furnishings"}, + reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Spacious deluxe room with modern furnishings"}, { id: "3", brand: "Hotel Lavish", name: "Executive Suite", price: "Ultimate Luxury", rating: 5, - reviewCount: "78 reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3", imageAlt: "Luxurious executive suite with premium amenities"}, + reviewCount: "78 reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Luxurious executive suite with premium amenities"}, ]} title="Our Rooms & Suites" description="Experience comfort and luxury in our thoughtfully designed rooms, each equipped with premium amenities." @@ -91,7 +91,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Clean & Comfortable Rooms", author: "Premium Standard", description: "All rooms are meticulously maintained with high-quality furnishings, comfortable beds, and modern décor to ensure your relaxation.", tags: ["Cleanliness", "Comfort"], - imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-9503.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-9503.jpg"}, { id: "2", title: "Free High-Speed WiFi", author: "Connected Living", description: "Stay connected with complimentary high-speed WiFi throughout the hotel, perfect for work or entertainment.", tags: ["Technology", "Connectivity"], imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-using-digital-tablet_53876-96943.jpg"}, @@ -139,6 +139,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg" + mediaAnimation="none" mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1