diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ece87c..c6d749b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; import { Bell, Sparkles, Utensils, Waves, Wifi } from "lucide-react"; @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,69 +46,44 @@ export default function LandingPage() {
@@ -128,9 +95,7 @@ export default function LandingPage() { title="A Memorable Escape in Fujairah" buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} />
@@ -142,20 +107,11 @@ export default function LandingPage() { description="Our hotel offers premium amenities for both the busy professional and the leisure traveler seeking relaxation." accordionItems={[ { - id: "1", - title: "In-house Dining", - content: "Freshly prepared meals served to your room or in our restaurant.", - }, + id: "1", title: "In-house Dining", content: "Freshly prepared meals served to your room or in our restaurant."}, { - id: "2", - title: "Relaxing Spa Facilities", - content: "Unwind in one of our two spas designed for ultimate relaxation.", - }, + id: "2", title: "Relaxing Spa Facilities", content: "Unwind in one of our two spas designed for ultimate relaxation."}, { - id: "3", - title: "Business Ready", - content: "Quiet, well-furnished rooms perfect for your work trip.", - }, + id: "3", title: "Business Ready", content: "Quiet, well-furnished rooms perfect for your work trip."}, ]} imageSrc="http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2668.jpg" imageAlt="Hotel view" @@ -171,41 +127,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Deluxe King Room", - price: "Starting from $120", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-cute-couple-wearing-linen-clothing_23-2150695676.jpg", - }, + id: "p1", name: "Deluxe King Room", price: "Starting from $120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cute-couple-wearing-linen-clothing_23-2150695676.jpg"}, { - id: "p2", - name: "Business Suite", - price: "Starting from $150", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg", - }, + id: "p2", name: "Business Suite", price: "Starting from $150", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg"}, { - id: "p3", - name: "Coastal View Room", - price: "Starting from $180", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-cereals_23-2148877646.jpg", - }, + id: "p3", name: "Coastal View Room", price: "Starting from $180", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-cereals_23-2148877646.jpg"}, { - id: "p4", - name: "Family Suite", - price: "Starting from $220", - imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160085.jpg", - }, + id: "p4", name: "Family Suite", price: "Starting from $220", imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160085.jpg"}, { - id: "p5", - name: "Executive Room", - price: "Starting from $250", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8590.jpg", - }, + id: "p5", name: "Executive Room", price: "Starting from $250", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8590.jpg"}, { - id: "p6", - name: "Penthouse Suite", - price: "Starting from $350", - imageSrc: "http://img.b2bpic.net/free-photo/empty-wooden-sofa-chair_74190-3752.jpg", - }, + id: "p6", name: "Penthouse Suite", price: "Starting from $350", imageSrc: "http://img.b2bpic.net/free-photo/empty-wooden-sofa-chair_74190-3752.jpg"}, ]} title="Our Accommodations" description="Choose from a selection of rooms designed for comfort and elegance." @@ -213,98 +145,50 @@ export default function LandingPage() {
-
-