Merge version_12 into main #25

Merged
bender merged 1 commits from version_12 into main 2026-04-17 09:31:39 +00:00

View File

@@ -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 }
]}
/>
</div>
@@ -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: "#" }]}
/>
</div>