Update src/app/testimonials/page.tsx
This commit is contained in:
@@ -3,25 +3,24 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
|
||||
export default function TestimonialsPage() {
|
||||
const navLinks = [{ name: "الرئيسية", id: "/" }, { name: "آراء العملاء", id: "/testimonials" }, { name: "الأسئلة الشائعة", id: "/faq" }, { name: "احجز موعداً", id: "/service-request" }];
|
||||
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline navItems={navLinks} brandName="Aljoman Dental" />
|
||||
<TestimonialCardThirteen
|
||||
title="آراء عملائنا المميزين"
|
||||
description="نفتخر بثقة آلاف المرضى في خدماتنا"
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
<NavbarLayoutFloatingInline navItems={navLinks} brandName="Aljoman Dental" button={{ text: "احجز موعداً", href: "#contact" }} />
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="آراء عملائنا المميزين"
|
||||
cardTag="testimonials"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "أحمد", handle: "@ahmed", testimonial: "تجربة رائعة!", rating: 5 },
|
||||
{ id: "2", name: "سارة", handle: "@sara", testimonial: "خدمة متميزة جداً.", rating: 5 }
|
||||
{ id: "1", name: "أحمد", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330" },
|
||||
{ id: "2", name: "سارة", imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb" }
|
||||
]}
|
||||
/>
|
||||
<FooterLogoEmphasis logoText="عيادات الجومان" columns={[{ items: [{ label: "الرئيسية", href: "/" }] }]} />
|
||||
|
||||
Reference in New Issue
Block a user