Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 15:00:11 +00:00

View File

@@ -20,8 +20,7 @@ const ReviewsPage = () => {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About Us", href: "/about" },
@@ -29,8 +28,7 @@ const ReviewsPage = () => {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "AC Repair", href: "#" },
{ label: "AC Installation", href: "#" },
{ label: "AC Cleaning", href: "#" },
@@ -38,8 +36,7 @@ const ReviewsPage = () => {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: +91-XXXXXXXXXX", href: "tel:+919876543210" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
{ label: "Email: info@anhvac.com", href: "mailto:info@anhvac.com" },
@@ -47,8 +44,7 @@ const ReviewsPage = () => {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -77,9 +73,7 @@ const ReviewsPage = () => {
id: item.id,
}))}
button={{
text: "Book Service",
href: "/contact",
}}
text: "Book Service", href: "/contact"}}
/>
</div>
@@ -87,66 +81,30 @@ const ReviewsPage = () => {
<TestimonialCardOne
testimonials={[
{
id: "1",
name: "Priya Sharma",
role: "Homeowner",
company: "Adabari",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg?_wi=2",
imageAlt: "Priya Sharma",
},
id: "1", name: "Priya Sharma", role: "Homeowner", company: "Adabari", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg", imageAlt: "Priya Sharma"},
{
id: "2",
name: "Rajesh Kumar",
role: "Office Manager",
company: "Dispur Business Center",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-hands-pockets_1187-1106.jpg?_wi=2",
imageAlt: "Rajesh Kumar",
},
id: "2", name: "Rajesh Kumar", role: "Office Manager", company: "Dispur Business Center", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-hands-pockets_1187-1106.jpg", imageAlt: "Rajesh Kumar"},
{
id: "3",
name: "Neha Gupta",
role: "Shop Owner",
company: "Jalukbari Retail",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg?_wi=2",
imageAlt: "Neha Gupta",
},
id: "3", name: "Neha Gupta", role: "Shop Owner", company: "Jalukbari Retail", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg", imageAlt: "Neha Gupta"},
{
id: "4",
name: "Arjun Singh",
role: "Property Manager",
company: "Beltola Apartments",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg?_wi=2",
imageAlt: "Arjun Singh",
},
id: "4", name: "Arjun Singh", role: "Property Manager", company: "Beltola Apartments", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg", imageAlt: "Arjun Singh"},
{
id: "5",
name: "Meera Devi",
role: "Homeowner",
company: "Noonmati",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=2",
imageAlt: "Meera Devi",
},
id: "5", name: "Meera Devi", role: "Homeowner", company: "Noonmati", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg", imageAlt: "Meera Devi"},
{
id: "6",
name: "Vikram Patel",
role: "Business Owner",
company: "Khanapara IT Firm",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg?_wi=2",
imageAlt: "Vikram Patel",
},
id: "6", name: "Vikram Patel", role: "Business Owner", company: "Khanapara IT Firm", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg", imageAlt: "Vikram Patel"},
]}
title: "What Our Customers Say",
description: "Real feedback from satisfied families and businesses across Guwahati",
gridVariant: "uniform-all-items-equal"
animationType: "slide-up",
textboxLayout: "default",
useInvertedBackground: false
title="What Our Customers Say"
description="Real feedback from satisfied families and businesses across Guwahati"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -154,29 +112,20 @@ const ReviewsPage = () => {
<MetricCardThree
metrics={[
{
id: "1",
icon: Star,
title: "Average Rating",
value: "5.0 Stars",
},
id: "1", icon: Star,
title: "Average Rating", value: "5.0 Stars"},
{
id: "2",
icon: Users,
title: "Verified Reviews",
value: "70+ Customers",
},
id: "2", icon: Users,
title: "Verified Reviews", value: "70+ Customers"},
{
id: "3",
icon: MessageCircle,
title: "Repeat Clients",
value: "85% Rate",
},
id: "3", icon: MessageCircle,
title: "Repeat Clients", value: "85% Rate"},
]}
title: "Customer Satisfaction"
description: "Our commitment to excellence reflected in customer reviews and repeat business"
animationType: "slide-up",
textboxLayout: "default",
useInvertedBackground: false
title="Customer Satisfaction"
description="Our commitment to excellence reflected in customer reviews and repeat business"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -184,37 +133,23 @@ const ReviewsPage = () => {
<ContactFaq
faqs={[
{
id: "1",
title: "How quickly can you respond?",
content: "We offer same-day service for most AC repairs and can usually arrive within 2-4 hours of booking. Emergency services available 24/7.",
},
id: "1", title: "How quickly can you respond?", content: "We offer same-day service for most AC repairs and can usually arrive within 2-4 hours of booking. Emergency services available 24/7."},
{
id: "2",
title: "What areas do you serve?",
content: "We provide HVAC services across Guwahati including Adabari, Maligaon, Jalukbari, Beltola, Dispur, Noonmati, and Khanapara. Contact us for your specific location.",
},
id: "2", title: "What areas do you serve?", content: "We provide HVAC services across Guwahati including Adabari, Maligaon, Jalukbari, Beltola, Dispur, Noonmati, and Khanapara. Contact us for your specific location."},
{
id: "3",
title: "Do you provide warranty on repairs?",
content: "Yes! We provide 6-12 months warranty on all repairs depending on the service type, plus warranty on genuine replacement parts.",
},
id: "3", title: "Do you provide warranty on repairs?", content: "Yes! We provide 6-12 months warranty on all repairs depending on the service type, plus warranty on genuine replacement parts."},
{
id: "4",
title: "What are your service charges?",
content: "We offer competitive pricing with transparent quotes. Service calls start at ₹299 with actual repair costs depending on the issue. No hidden charges.",
},
id: "4", title: "What are your service charges?", content: "We offer competitive pricing with transparent quotes. Service calls start at ₹299 with actual repair costs depending on the issue. No hidden charges."},
]}
ctaTitle: "Book Your AC Service Now"
ctaDescription: "Contact us via WhatsApp or phone for instant booking and quick service scheduling"
ctaTitle="Book Your AC Service Now"
ctaDescription="Contact us via WhatsApp or phone for instant booking and quick service scheduling"
ctaButton={{
text: "Chat on WhatsApp",
href: "https://wa.me/919876543210",
}}
text: "Chat on WhatsApp", href: "https://wa.me/919876543210"}}
ctaIcon={MessageCircle}
useInvertedBackground={false}
animationType: "slide-up",
accordionAnimationType: "smooth",
showCard: true
animationType="slide-up"
accordionAnimationType="smooth"
showCard={true}
/>
</div>