Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 03:35:41 +00:00
parent 7f86b2e0ac
commit 905bfb71f2

View File

@@ -107,17 +107,17 @@ export default function ContactPage() {
speed={40}
testimonials={[
{
id: "1", name: "Katarina Andova", handle: "@kataandova - Local Business", testimonial: "Outstanding service! They arrived on time, fixed everything perfectly, and were very professional. Couldn't ask for better.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Katarina Andova"},
id: "1", name: "Katarina Andova", handle: "@kataandova - Local Business", testimonial: "Outstanding service! They arrived on time, fixed everything perfectly, and were very professional. Couldn't ask for better.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5", imageAlt: "Katarina Andova"},
{
id: "2", name: "Nikola Dimitrovski", handle: "@ndmitro - Struga Resident", testimonial: "Been using them for years. Always reliable, always friendly, fair pricing. Highly recommend to anyone in Struga!", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Nikola Dimitrovski"},
id: "2", name: "Nikola Dimitrovski", handle: "@ndmitro - Struga Resident", testimonial: "Been using them for years. Always reliable, always friendly, fair pricing. Highly recommend to anyone in Struga!", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=4", imageAlt: "Nikola Dimitrovski"},
{
id: "3", name: "Elena Markova", handle: "@elenamk - Community", testimonial: "Called them in an emergency and they came right away. Very impressed with their quick response and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Elena Markova"},
id: "3", name: "Elena Markova", handle: "@elenamk - Community", testimonial: "Called them in an emergency and they came right away. Very impressed with their quick response and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=6", imageAlt: "Elena Markova"},
{
id: "4", name: "Dragan Popov", handle: "@dpopov - Local Shop Owner", testimonial: "Best service in the area. They understand what it means to serve the community. Always my first choice.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Dragan Popov"},
id: "4", name: "Dragan Popov", handle: "@dpopov - Local Shop Owner", testimonial: "Best service in the area. They understand what it means to serve the community. Always my first choice.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=5", imageAlt: "Dragan Popov"},
{
id: "5", name: "Anita Stojanovska", handle: "@anitastoj - Struga", testimonial: "Excellent work quality and customer service. They make you feel like they actually care about solving your problem.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Anita Stojanovska"},
id: "5", name: "Anita Stojanovska", handle: "@anitastoj - Struga", testimonial: "Excellent work quality and customer service. They make you feel like they actually care about solving your problem.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=7", imageAlt: "Anita Stojanovska"},
{
id: "6", name: "Mirko Jovanovic", handle: "@mjovanovic - Family", testimonial: "Trustworthy, dependable, affordable. Exactly what you want in a local service. Recommending to everyone!", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Mirko Jovanovic"},
id: "6", name: "Mirko Jovanovic", handle: "@mjovanovic - Family", testimonial: "Trustworthy, dependable, affordable. Exactly what you want in a local service. Recommending to everyone!", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=6", imageAlt: "Mirko Jovanovic"},
]}
buttons={[{ text: "Call Now", href: "tel:070970955" }]}
buttonAnimation="slide-up"