Update src/pages/ContactPage.tsx
This commit is contained in:
@@ -10,42 +10,23 @@ export default function ContactPage() {
|
||||
<TestimonialOverlayCards
|
||||
tag="Rəylər"
|
||||
title="Müştərilərimiz nə deyir?"
|
||||
description="Müştərilərimizin bizə olan yüksək etimadını görmək bizi çox sevindirir."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ramiz Qurbanov",
|
||||
role: "Müştəri",
|
||||
company: "Pluton",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-family-studio-background-christmas-tree-with-gift_1328-2085.jpg",
|
||||
},
|
||||
name: "Ramiz Qurbanov", role: "Müştəri", company: "Pluton", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-family-studio-background-christmas-tree-with-gift_1328-2085.jpg"},
|
||||
{
|
||||
name: "Roma Smertnıy",
|
||||
role: "Müştəri",
|
||||
company: "Pluton",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/newlyweds-looking-each-other-s-face_1153-1304.jpg",
|
||||
},
|
||||
name: "Roma Smertnıy", role: "Müştəri", company: "Pluton", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/newlyweds-looking-each-other-s-face_1153-1304.jpg"},
|
||||
{
|
||||
name: "Natalya",
|
||||
role: "Müştəri",
|
||||
company: "Pluton",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-flowers_23-2148966227.jpg",
|
||||
},
|
||||
name: "Natalya", role: "Müştəri", company: "Pluton", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-flowers_23-2148966227.jpg"},
|
||||
{
|
||||
name: "Resid Hüseynov",
|
||||
role: "Müştəri",
|
||||
company: "Pluton",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg",
|
||||
},
|
||||
name: "Resid Hüseynov", role: "Müştəri", company: "Pluton", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg"},
|
||||
{
|
||||
name: "Mahsun Musayev",
|
||||
role: "Müştəri",
|
||||
company: "Pluton",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-reception-table-setting-with-flowers-candles_23-2151976621.jpg",
|
||||
},
|
||||
name: "Mahsun Musayev", role: "Müştəri", company: "Pluton", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-reception-table-setting-with-flowers-candles_23-2151976621.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -57,16 +38,12 @@ export default function ContactPage() {
|
||||
tag="Rezervasiya"
|
||||
text="Xüsusi gününüzü bizə həvalə edin."
|
||||
primaryButton={{
|
||||
text: "İndi zəng edin",
|
||||
href: "tel:+994500000000",
|
||||
}}
|
||||
text: "İndi zəng edin", href: "tel:+994500000000"}}
|
||||
secondaryButton={{
|
||||
text: "Mesaj yazın",
|
||||
href: "mailto:info@pluton.az",
|
||||
}}
|
||||
text: "Mesaj yazın", href: "mailto:info@pluton.az"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user