Bob AI: fix build error in 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 "@/app/providers/theme-provider/ThemeProvider";
|
||||
import ProductRatingCards from "@/components/sections/product/ProductRatingCards";
|
||||
import AboutTestimonial from "@/components/sections/about/AboutTestimonial";
|
||||
import SocialProofMarquee from "@/components/sections/social-proof/SocialProofMarquee";
|
||||
@@ -50,7 +49,6 @@ export default function LandingPage() {
|
||||
data-webild-component-path="@/components/sections/hero/HeroSplitVerticalMarquee"
|
||||
>
|
||||
<HeroSplitVerticalMarquee
|
||||
useInvertedBackground={false}
|
||||
tag="Luxury Stays"
|
||||
title="Experience Unforgettable Elegance"
|
||||
description="Indulge in unparalleled comfort and sophisticated design at our exquisite hotel. Discover a world where every detail is crafted for your perfect getaway."
|
||||
@@ -76,7 +74,6 @@ export default function LandingPage() {
|
||||
data-webild-component-path="@/components/sections/features/FeaturesBorderGlow"
|
||||
>
|
||||
<FeaturesBorderGlow
|
||||
useInvertedBackground={false}
|
||||
tag="Our Amenities"
|
||||
title="Unwind & Indulge"
|
||||
description="From gourmet dining to rejuvenating spa treatments, our hotel offers an array of amenities designed to enhance your stay."
|
||||
@@ -104,7 +101,6 @@ export default function LandingPage() {
|
||||
data-webild-component-path="@/components/sections/product/ProductRatingCards"
|
||||
>
|
||||
<ProductRatingCards
|
||||
useInvertedBackground={false}
|
||||
tag="Our Accommodations"
|
||||
title="Elegance in Every Detail"
|
||||
description="Discover our exquisite collection of rooms and suites, each meticulously designed for comfort and luxury."
|
||||
|
||||
Reference in New Issue
Block a user