diff --git a/src/app/hotel-contact/page.tsx b/src/app/hotel-contact/page.tsx index a69633e..0eee84e 100644 --- a/src/app/hotel-contact/page.tsx +++ b/src/app/hotel-contact/page.tsx @@ -5,7 +5,6 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp import ContactCTA from "@/components/sections/contact/ContactCTA"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { useState } from "react"; export default function HotelContactPage() { return ( @@ -48,8 +47,8 @@ export default function HotelContactPage() { { value: "98%", label: "Ieteikumi" } ]} testimonials={[ - { id: "1", name: "Anna B.", role: "Ceļotāja", company: "Viesnīca Rīga", rating: 5, testimonial: "Izcila apkalpošana un atrašanās vieta!" }, - { id: "2", name: "Jānis K.", role: "Biznesa ceļotājs", company: "Grand City", rating: 4, testimonial: "Ļoti ērtas gultas, brokastis bija lieliskas." } + { id: "1", name: "Anna B.", role: "Ceļotāja", company: "Viesnīca Rīga", rating: 5 }, + { id: "2", name: "Jānis K.", role: "Biznesa ceļotājs", company: "Grand City", rating: 4 } ]} /> @@ -59,6 +58,8 @@ export default function HotelContactPage() { title="Sazinieties ar mums" description="Vai jums ir jautājumi par viesnīcu rezervāciju? Mūsu komanda ir gatava palīdzēt 24/7." tag="📞 Atbalsts" + background={{ variant: "plain" }} + useInvertedBackground={false} buttons={[{ text: "Nosūtīt pieprasījumu", href: "#" }]} />