diff --git a/src/App.tsx b/src/App.tsx index 0ebe3f2..774b6bc 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,6 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { ThemeProvider } from "@/providers/theme-provider/ThemeProvider"; import NavbarDropdown from "@/components/ui/NavbarDropdown"; import HeroSplitMediaGrid from "@/components/sections/hero/HeroSplitMediaGrid"; import AboutText from "@/components/sections/about/AboutText"; @@ -68,7 +68,7 @@ export default function LandingPage() { > @@ -123,11 +123,11 @@ export default function LandingPage() { title="What Our Guests Say" description="Hear from those who have experienced the exceptional service and luxurious comfort of The Grandeur Hotel." testimonials={[ - { id: "1", name: "Sarah J.", role: "CEO, Tech Solutions", company: "Tech Solutions", rating: 5, imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=34iq41" }, - { id: "2", name: "Michael C.", role: "Travel Blogger", company: "Wanderlust Diaries", rating: 5, imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=o6cw06" }, - { id: "3", name: "Emily R.", role: "Luxury Consultant", company: "Elite Lifestyles", rating: 5, imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=gk4byp" }, - { id: "4", name: "David K.", role: "Film Director", company: "Cinematic Arts", rating: 5, imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=r6ybjf" }, - { id: "5", name: "Jessica L.", role: "Fashion Designer", company: "Haute Couture", rating: 5, imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=y8gd9z" } + { name: "Sarah J.", role: "CEO, Tech Solutions", company: "Tech Solutions", rating: 5, imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=34iq41" }, + { name: "Michael C.", role: "Travel Blogger", company: "Wanderlust Diaries", rating: 5, imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=o6cw06" }, + { name: "Emily R.", role: "Luxury Consultant", company: "Elite Lifestyles", rating: 5, imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=gk4byp" }, + { name: "David K.", role: "Film Director", company: "Cinematic Arts", rating: 5, imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=r6ybjf" }, + { name: "Jessica L.", role: "Fashion Designer", company: "Haute Couture", rating: 5, imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=y8gd9z" } ]} />