From b4e180971f8a5d894a17bc5cd25452f649a832aa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 07:46:10 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 290 ++++++++++++++++++++++++---------------------------- 1 file changed, 135 insertions(+), 155 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 56b5e6e..2b8b3a1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,66 +1,69 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarDropdown from "@/components/ui/NavbarDropdown"; -import HeroSplitMediaGrid from "@/components/sections/hero/HeroSplitMediaGrid"; -import AboutTextSplit from "@/components/sections/about/AboutTextSplit"; -import FeaturesMediaCarousel from "@/components/sections/features/FeaturesMediaCarousel"; -import ProductMediaCards from "@/components/sections/product/ProductMediaCards"; -import TestimonialRatingCards from "@/components/sections/testimonial/TestimonialRatingCards"; +import React from "react"; +import { ThemeProvider } from "@/providers/ThemeProvider/ThemeProvider"; +import NavbarFloating from "@/components/ui/NavbarFloating"; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; +import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit"; +import FeaturesDetailedSteps from "@/components/sections/features/FeaturesDetailedSteps"; +import ProductQuantityCards from "@/components/sections/product/ProductQuantityCards"; +import TestimonialAvatarCard from "@/components/sections/testimonial/TestimonialAvatarCard"; import SocialProofMarquee from "@/components/sections/social-proof/SocialProofMarquee"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import FaqSimple from "@/components/sections/faq/FaqSimple"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import FooterBasic from "@/components/sections/footer/FooterBasic"; export default function LandingPage() { return (
-
@@ -68,107 +71,94 @@ export default function LandingPage() {
-
-
- console.log('Add to cart Deluxe Room', quantity) }, { - name: "Executive Suite", price: "From $580/night", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-with-bed-chair-front-sliding-glass-door_1340-25294.jpg" + name: "Executive Suite", price: "$550/night", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-suit-taking-notes-visit-international-headquarters-shareholders-meeting-corporate-ceo-attendance-executive-associate-doing-last-minute-changes-speech_482257-72949.jpg", onAddToCart: (quantity) => console.log('Add to cart Executive Suite', quantity) }, { - name: "Grand Suite", price: "From $900/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8670.jpg" + name: "Premium Suite", price: "$800/night", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-couple-playing-with-their-baby-bedroom_23-2147923003.jpg", onAddToCart: (quantity) => console.log('Add to cart Premium Suite', quantity) }, { - name: "Family Suite", price: "From $620/night", imageSrc: "http://img.b2bpic.net/free-photo/nature-holiday-travel-relaxation-resort_1203-5032.jpg" + name: "Family Suite", price: "$700/night", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-talking-her-smartphone-hotel-room_23-2149304122.jpg", onAddToCart: (quantity) => console.log('Add to cart Family Suite', quantity) }, { - name: "Room with Balcony", price: "From $420/night", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-fit-woman-with-abs-blue-jeans-red-top_343596-3136.jpg" + name: "Accessible Room", price: "$380/night", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-wheelchair-looking-his-dog-while-working-laptop-home_637285-3026.jpg", onAddToCart: (quantity) => console.log('Add to cart Accessible Room', quantity) }, { - name: "Penthouse", price: "From $1500/night", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg" + name: "The Penthouse", price: "$1200/night", imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg", onAddToCart: (quantity) => console.log('Add to cart The Penthouse', quantity) } ]} />
-
@@ -180,11 +170,11 @@ export default function LandingPage() { data-webild-component-path="@/components/sections/social-proof/SocialProofMarquee" > @@ -192,28 +182,19 @@ export default function LandingPage() {
-
@@ -224,64 +205,63 @@ export default function LandingPage() { data-webild-component-path="@/components/sections/contact/ContactSplitForm" >