Update src/App.tsx
This commit is contained in:
@@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarInline from "@/components/ui/NavbarInline";
|
||||
import HeroSplitVerticalMarquee from "@/components/sections/hero/HeroSplitVerticalMarquee";
|
||||
import FeaturesBorderGlow from "@/components/sections/features/FeaturesBorderGlow";
|
||||
import ThemeProvider from "@/providers/themeProvider/ThemeProvider";
|
||||
import ProductRatingCards from "@/components/sections/product/ProductRatingCards";
|
||||
import AboutTestimonial from "@/components/sections/about/AboutTestimonial";
|
||||
import SocialProofMarquee from "@/components/sections/social-proof/SocialProofMarquee";
|
||||
@@ -141,7 +140,6 @@ export default function LandingPage() {
|
||||
data-webild-component-path="@/components/sections/about/AboutTestimonial"
|
||||
>
|
||||
<AboutTestimonial
|
||||
useInvertedBackground={false}
|
||||
tag="Our Story"
|
||||
quote="Where luxury meets an exceptional experience, creating memories that last a lifetime. We are dedicated to impeccable service and timeless elegance."
|
||||
author="The Grand Hotel Team"
|
||||
@@ -157,12 +155,11 @@ export default function LandingPage() {
|
||||
data-webild-component-path="@/components/sections/social-proof/SocialProofMarquee"
|
||||
>
|
||||
<SocialProofMarquee
|
||||
useInvertedBackground={false}
|
||||
tag="Recognitions & Partnerships"
|
||||
title="Trusted by Many, Awarded for Excellence"
|
||||
description="Our commitment to luxury and service has been recognized by industry leaders and cherished by our guests."
|
||||
names={[
|
||||
"Leading Hotels of the World", "Forbes Travel Guide", "AAA Five Diamond", "Michelin Guide", "Conde Nast Traveler", "Travel + Leisure", "TripAdvisor Excellence"
|
||||
"Leading Hotels of the World", "Forbes Travel Guide", ""AAA Five Diamond"", "Michelin Guide", "Conde Nast Traveler", "Travel + Leisure", "TripAdvisor Excellence"
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -174,7 +171,6 @@ export default function LandingPage() {
|
||||
data-webild-component-path="@/components/sections/testimonial/TestimonialMetricsCards"
|
||||
>
|
||||
<TestimonialMetricsCards
|
||||
useInvertedBackground={false}
|
||||
tag="What Our Guests Say"
|
||||
title="Memorable Stays, Raving Reviews"
|
||||
description="Hear from guests who have experienced the unparalleled luxury and service at our hotel."
|
||||
@@ -215,7 +211,6 @@ export default function LandingPage() {
|
||||
data-webild-component-path="@/components/sections/team/TeamGlassCards"
|
||||
>
|
||||
<TeamGlassCards
|
||||
useInvertedBackground={false}
|
||||
tag="Meet Our Dedicated Team"
|
||||
title="The Faces Behind Your Exceptional Stay"
|
||||
description="Our passionate team is committed to providing impeccable service and creating a welcoming atmosphere for every guest."
|
||||
@@ -240,7 +235,6 @@ export default function LandingPage() {
|
||||
data-webild-component-path="@/components/sections/contact/ContactSplitForm"
|
||||
>
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
tag="Contact Us"
|
||||
title="Plan Your Visit"
|
||||
description="Ready to experience the ultimate in luxury? Contact us to book your stay or inquire about our services."
|
||||
@@ -264,7 +258,6 @@ export default function LandingPage() {
|
||||
data-webild-component-path="@/components/sections/footer/FooterMinimal"
|
||||
>
|
||||
<FooterMinimal
|
||||
useInvertedBackground={false}
|
||||
brand="The Grand Hotel"
|
||||
copyright="© 2024 The Grand Hotel. All rights reserved."
|
||||
socialLinks={[
|
||||
|
||||
Reference in New Issue
Block a user