Merge version_1_1778268981967 into main #1
14
src/App.tsx
14
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() {
|
||||
>
|
||||
<AboutText
|
||||
title="A Sanctuary of Elegance"
|
||||
description="Nestled in a vibrant locale, The Grandeur Hotel offers a timeless blend of classic charm and modern amenities. Immerse yourself in exquisite design, personalized service, and an atmosphere of serene luxury. Your perfect escape awaits."
|
||||
text="Nestled in a vibrant locale, The Grandeur Hotel offers a timeless blend of classic charm and modern amenities. Immerse yourself in exquisite design, personalized service, and an atmosphere of serene luxury. Your perfect escape awaits."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user