diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cf7ef47..02a5c34 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, MapPin } from "lucide-react"; +import { Award, MapPin, HeartHandshake } from "lucide-react"; export default function LandingPage() { return ( @@ -28,25 +28,13 @@ export default function LandingPage() { @@ -91,33 +73,13 @@ export default function LandingPage() { useInvertedBackground={true} team={[ { - id: "1", - name: "Elena Petrova", - role: "Founder & CEO", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-company-meeting-camera-shirt_1262-2774.jpg", - imageAlt: "Elena Petrova, CEO", - }, + id: "1", name: "Elena Petrova", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/smiling-company-meeting-camera-shirt_1262-2774.jpg", imageAlt: "Elena Petrova, CEO"}, { - id: "2", - name: "Dimitar Ivanov", - role: "Head of Operations", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", - imageAlt: "Dimitar Ivanov, Operations Lead", - }, + id: "2", name: "Dimitar Ivanov", role: "Head of Operations", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Dimitar Ivanov, Operations Lead"}, { - id: "3", - name: "Sofia Georgieva", - role: "Client Relations Manager", - imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", - imageAlt: "Sofia Georgieva, Client Relations", - }, + id: "3", name: "Sofia Georgieva", role: "Client Relations Manager", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Sofia Georgieva, Client Relations"}, { - id: "4", - name: "Georgi Hristov", - role: "Lead Technician", - imageSrc: "http://img.b2bpic.net/free-photo/college-colleagues-studying-together_23-2149038419.jpg?_wi=2", - imageAlt: "Georgi Hristov, Lead Technician", - }, + id: "4", name: "Georgi Hristov", role: "Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/college-colleagues-studying-together_23-2149038419.jpg", imageAlt: "Georgi Hristov, Lead Technician"}, ]} title="Meet the Dedicated Team Behind Our Services" description="Our experts are passionate about delivering quality, fostering trust, and building lasting relationships within the vibrant Varna community." @@ -132,50 +94,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Maria K.", - handle: "@MariaK_Varna", - testimonial: "Absolutely impressed with the speed and quality of their plumbing service. My issue was resolved within hours!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-candid-businesswoman_329181-1080.jpg?_wi=3", - imageAlt: "Maria K. client", - }, + id: "1", name: "Maria K.", handle: "@MariaK_Varna", testimonial: "Absolutely impressed with the speed and quality of their plumbing service. My issue was resolved within hours!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-candid-businesswoman_329181-1080.jpg", imageAlt: "Maria K. client"}, { - id: "2", - name: "Ivan P.", - handle: "@IvanP_Official", - testimonial: "The legal consultation was incredibly helpful and clear. Navigating local regulations became so much easier with their guidance.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", - imageAlt: "Ivan P. client", - }, + id: "2", name: "Ivan P.", handle: "@IvanP_Official", testimonial: "The legal consultation was incredibly helpful and clear. Navigating local regulations became so much easier with their guidance.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Ivan P. client"}, { - id: "3", - name: "Desislava R.", - handle: "@DesiCleanHome", - testimonial: "My home has never been cleaner! The team was professional, thorough, and very respectful. Highly recommend their cleaning services.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/annoyed-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-laptop-isolated-white_141793-76435.jpg?_wi=2", - imageAlt: "Desislava R. client", - }, + id: "3", name: "Desislava R.", handle: "@DesiCleanHome", testimonial: "My home has never been cleaner! The team was professional, thorough, and very respectful. Highly recommend their cleaning services.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/annoyed-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-laptop-isolated-white_141793-76435.jpg", imageAlt: "Desislava R. client"}, { - id: "4", - name: "Nikolai S.", - handle: "@NikolaiHomes", - testimonial: "Prompt and efficient repair for my electrical system. The technician was knowledgeable and transparent about the process and costs.", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg?_wi=3", - imageAlt: "Nikolai S. client", - }, + id: "4", name: "Nikolai S.", handle: "@NikolaiHomes", testimonial: "Prompt and efficient repair for my electrical system. The technician was knowledgeable and transparent about the process and costs.", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", imageAlt: "Nikolai S. client"}, { - id: "5", - name: "Anna T.", - handle: "@AnnaT_Varna", - testimonial: "Needed urgent renovation advice and they delivered. Professional, friendly, and practical solutions, exactly what I needed.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-woman-with-light-brown-skin-posing-with-crossed-arms-smiling-while-people-her-working-indoor-portrait-tired-students-with-laptop-african-curly-girl_197531-3760.jpg", - imageAlt: "Anna T. client", - }, + id: "5", name: "Anna T.", handle: "@AnnaT_Varna", testimonial: "Needed urgent renovation advice and they delivered. Professional, friendly, and practical solutions, exactly what I needed.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/pleased-woman-with-light-brown-skin-posing-with-crossed-arms-smiling-while-people-her-working-indoor-portrait-tired-students-with-laptop-african-curly-girl_197531-3760.jpg", imageAlt: "Anna T. client"}, ]} showRating={true} title="Hear What Our Varna Clients Say" @@ -188,58 +120,35 @@ export default function LandingPage() { @@ -131,26 +94,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "years", - title: "Years in Service", - subtitle: "Trusted Varna Provider", - category: "Experience", - value: "15+", - }, + id: "years", title: "Years in Service", subtitle: "Trusted Varna Provider", category: "Experience", value: "15+"}, { - id: "clients", - title: "Satisfied Clients", - subtitle: "Growing Community", - category: "Customer Satisfaction", - value: "1000+", - }, + id: "clients", title: "Satisfied Clients", subtitle: "Growing Community", category: "Customer Satisfaction", value: "1000+"}, { - id: "projects", - title: "Projects Completed", - subtitle: "Delivering Results", - category: "Impact", - value: "5000+", - }, + id: "projects", title: "Projects Completed", subtitle: "Delivering Results", category: "Impact", value: "5000+"}, ]} title="Why Locals Trust Us" description="Our commitment to excellence and community has earned us the trust of countless clients in Varna. We're dedicated to delivering measurable results and peace of mind." @@ -164,40 +112,16 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Home & Office", - title: "Expert Repairs & Maintenance", - subtitle: "Keeping Your Property Pristine", - description: "From minor fixes to major overhauls, our skilled technicians handle all your repair and maintenance needs efficiently and effectively.", - imageSrc: "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529646.jpg?_wi=1", - imageAlt: "Repair and maintenance icon", - }, + tag: "Home & Office", title: "Expert Repairs & Maintenance", subtitle: "Keeping Your Property Pristine", description: "From minor fixes to major overhauls, our skilled technicians handle all your repair and maintenance needs efficiently and effectively.", imageSrc: "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529646.jpg", imageAlt: "Repair and maintenance icon"}, { id: 2, - tag: "Legal & Advisory", - title: "Professional Legal Consultation", - subtitle: "Your Trusted Legal Partner", - description: "Get clear, actionable legal advice from our experienced lawyers. We cover a range of areas to protect your interests and guide your decisions.", - imageSrc: "http://img.b2bpic.net/free-vector/call-center-background-lineal-design_23-2147946508.jpg?_wi=1", - imageAlt: "Legal consultation icon", - }, + tag: "Legal & Advisory", title: "Professional Legal Consultation", subtitle: "Your Trusted Legal Partner", description: "Get clear, actionable legal advice from our experienced lawyers. We cover a range of areas to protect your interests and guide your decisions.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-background-lineal-design_23-2147946508.jpg", imageAlt: "Legal consultation icon"}, { id: 3, - tag: "Cleaning Solutions", - title: "Premium Cleaning Services", - subtitle: "Spotless Spaces, Every Time", - description: "Residential or commercial, our dedicated cleaning team ensures your environment is sparkling clean and healthy, using eco-friendly products.", - imageSrc: "http://img.b2bpic.net/free-vector/surface-cleaning-equipment-set_23-2148530195.jpg?_wi=1", - imageAlt: "Cleaning service icon", - }, + tag: "Cleaning Solutions", title: "Premium Cleaning Services", subtitle: "Spotless Spaces, Every Time", description: "Residential or commercial, our dedicated cleaning team ensures your environment is sparkling clean and healthy, using eco-friendly products.", imageSrc: "http://img.b2bpic.net/free-vector/surface-cleaning-equipment-set_23-2148530195.jpg", imageAlt: "Cleaning service icon"}, { id: 4, - tag: "Renovation & Design", - title: "Property Renovation & Design", - subtitle: "Transforming Your Space", - description: "Dreaming of a new look? Our design and renovation experts bring your vision to life, ensuring functionality and aesthetic appeal.", - imageSrc: "http://img.b2bpic.net/free-vector/minimalist-furniture-brand-logo_23-2148464043.jpg?_wi=1", - imageAlt: "Renovation and design icon", - }, + tag: "Renovation & Design", title: "Property Renovation & Design", subtitle: "Transforming Your Space", description: "Dreaming of a new look? Our design and renovation experts bring your vision to life, ensuring functionality and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-vector/minimalist-furniture-brand-logo_23-2148464043.jpg", imageAlt: "Renovation and design icon"}, ]} title="Our Core Services" description="We offer a comprehensive range of professional services to meet the diverse needs of our Varna clients, ensuring quality and reliability every time." @@ -215,23 +139,15 @@ export default function LandingPage() { description="We understand the unique needs of the Varna community because we're part of it. Our dedicated team is committed to delivering exceptional service every time, ensuring your peace of mind and satisfaction." bulletPoints={[ { - title: "Local Expertise", - description: "Deep understanding of Varna's regulations, market, and community needs, ensuring tailored solutions.", - }, + title: "Local Expertise", description: "Deep understanding of Varna's regulations, market, and community needs, ensuring tailored solutions."}, { - title: "Fast Response", - description: "Quick turnaround times and immediate support for urgent inquiries, because your time is valuable.", - }, + title: "Fast Response", description: "Quick turnaround times and immediate support for urgent inquiries, because your time is valuable."}, { - title: "Transparent Pricing", - description: "No hidden fees or surprises. Clear, upfront quotes so you always know what to expect.", - }, + title: "Transparent Pricing", description: "No hidden fees or surprises. Clear, upfront quotes so you always know what to expect."}, { - title: "Proven Results", - description: "A track record of successful projects and satisfied clients, backed by real testimonials and referrals.", - }, + title: "Proven Results", description: "A track record of successful projects and satisfied clients, backed by real testimonials and referrals."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg" imageAlt="Our professional team collaborating in a modern office in Varna" mediaAnimation="slide-up" /> @@ -244,59 +160,28 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Anna Petrova", - role: "Homeowner", - company: "Varna", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", - }, + id: "1", name: "Anna Petrova", role: "Homeowner", company: "Varna", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"}, { - id: "2", - name: "Georgi Ivanov", - role: "Small Business Owner", - company: "Varna Tech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-candid-businesswoman_329181-1080.jpg?_wi=2", - }, + id: "2", name: "Georgi Ivanov", role: "Small Business Owner", company: "Varna Tech", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-candid-businesswoman_329181-1080.jpg"}, { - id: "3", - name: "Svetlana Popova", - role: "Property Manager", - company: "Varna Estates", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg?_wi=2", - }, + id: "3", name: "Svetlana Popova", role: "Property Manager", company: "Varna Estates", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg"}, { - id: "4", - name: "Dimitar Stoyanov", - role: "Restaurant Owner", - company: "Taste of Varna", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/annoyed-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-laptop-isolated-white_141793-76435.jpg?_wi=1", - }, + id: "4", name: "Dimitar Stoyanov", role: "Restaurant Owner", company: "Taste of Varna", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/annoyed-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-laptop-isolated-white_141793-76435.jpg"}, { - id: "5", - name: "Nikolay Vasilev", - role: "IT Consultant", - company: "Local IT Solutions", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/college-colleagues-studying-together_23-2149038419.jpg?_wi=1", - }, + id: "5", name: "Nikolay Vasilev", role: "IT Consultant", company: "Local IT Solutions", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/college-colleagues-studying-together_23-2149038419.jpg"}, ]} kpiItems={[ { - title: "Client Satisfaction", - description: "Our top priority, reflected in every service.", - }, + value: "Client Satisfaction", description: "Our top priority, reflected in every service."}, { - title: "Positive Feedback", - description: "Consistently high ratings from our valued clients.", - }, + value: "Positive Feedback", description: "Consistently high ratings from our valued clients."}, { - title: "Repeat Business", - description: "Building lasting relationships with the Varna community.", - }, + value: "Repeat Business", description: "Building lasting relationships with the Varna community."}, ]} title="What Our Clients Say" description="Real stories from satisfied customers across Varna, highlighting our dedication and quality service. Your trust is our greatest reward." @@ -309,21 +194,16 @@ export default function LandingPage() { @@ -333,58 +213,35 @@ export default function LandingPage() { @@ -172,58 +115,35 @@ export default function LandingPage() {