Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-03 14:11:11 +00:00
4 changed files with 57 additions and 210 deletions

View File

@@ -18,32 +18,28 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Products", href: "#products" },
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Body Covers", href: "#products" },
{ label: "Seat Covers", href: "#products" },
{ label: "Floor Mats", href: "#products" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 0512 255 2483", href: "tel:05122552483" },
{ label: "📍 Kanpur, UP", href: "/contact" },
{ label: "Get Quote", href: "/contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
@@ -57,7 +53,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -73,10 +69,7 @@ export default function AboutPage() {
<TextSplitAbout
title="About Anand Covers"
description={[
"Anand Covers is a trusted name in Kanpur for premium car accessories. With over two decades of experience, we have built a reputation for quality, reliability, and exceptional customer service.",
"Our mission is to provide car owners with premium-quality accessories at fair prices. We believe that every customer deserves products that are durable, stylish, and affordable. Our team is dedicated to helping you find the perfect accessories for your vehicle.",
"Located in the heart of Kanpur, our professional showroom welcomes customers who value quality and service. Whether you're looking for body covers, seat covers, or floor mats, we have the perfect solution for your car.",
]}
"Anand Covers is a trusted name in Kanpur for premium car accessories. With over two decades of experience, we have built a reputation for quality, reliability, and exceptional customer service.", "Our mission is to provide car owners with premium-quality accessories at fair prices. We believe that every customer deserves products that are durable, stylish, and affordable. Our team is dedicated to helping you find the perfect accessories for your vehicle.", "Located in the heart of Kanpur, our professional showroom welcomes customers who value quality and service. Whether you're looking for body covers, seat covers, or floor mats, we have the perfect solution for your car."]}
useInvertedBackground={false}
buttons={[{ text: "Call Us Now", href: "tel:05122552483" }]}
showBorder={true}
@@ -93,32 +86,14 @@ export default function AboutPage() {
animationType="slide-up"
features={[
{
id: "1",
title: "Quality First",
author: "Premium Standards",
description: "We never compromise on quality. Every product in our store is carefully selected and tested to ensure it meets the highest standards of durability and performance.",
tags: ["Premium", "Tested"],
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg?_wi=8",
imageAlt: "Quality products",
},
id: "1", title: "Quality First", author: "Premium Standards", description: "We never compromise on quality. Every product in our store is carefully selected and tested to ensure it meets the highest standards of durability and performance.", tags: ["Premium", "Tested"],
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg", imageAlt: "Quality products"},
{
id: "2",
title: "Honest Pricing",
author: "Fair Rates",
description: "Transparency is key to our business. We believe in fair pricing with no hidden charges. Your trust is our most valuable asset.",
tags: ["Transparent", "Fair"],
imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg?_wi=4",
imageAlt: "Fair pricing",
},
id: "2", title: "Honest Pricing", author: "Fair Rates", description: "Transparency is key to our business. We believe in fair pricing with no hidden charges. Your trust is our most valuable asset.", tags: ["Transparent", "Fair"],
imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg", imageAlt: "Fair pricing"},
{
id: "3",
title: "Customer Care",
author: "Personal Service",
description: "Every customer is important to us. Our knowledgeable staff provides personalized service and expert advice to help you make the best choice.",
tags: ["Service", "Expert"],
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg?_wi=3",
imageAlt: "Customer service",
},
id: "3", title: "Customer Care", author: "Personal Service", description: "Every customer is important to us. Our knowledgeable staff provides personalized service and expert advice to help you make the best choice.", tags: ["Service", "Expert"],
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg", imageAlt: "Customer service"},
]}
/>
</div>
@@ -128,7 +103,7 @@ export default function AboutPage() {
<ContactText
text="Experience the difference that quality and service can make. Visit Anand Covers today and discover why we're Kanpur's trusted choice for car accessories."
animationType="entrance-slide"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "📞 Call Now", href: "tel:05122552483" },

View File

@@ -17,32 +17,28 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Products", href: "#products" },
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Body Covers", href: "#products" },
{ label: "Seat Covers", href: "#products" },
{ label: "Floor Mats", href: "#products" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 0512 255 2483", href: "tel:05122552483" },
{ label: "📍 Kanpur, UP", href: "/contact" },
{ label: "Get Quote", href: "/contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
@@ -56,7 +52,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -72,7 +68,7 @@ export default function ContactPage() {
<ContactText
text="Ready to upgrade your car with premium accessories? Get in touch with Anand Covers today and let our experts help you find the perfect products for your vehicle."
animationType="entrance-slide"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "📞 Call Now 0512 255 2483", href: "tel:05122552483" },
@@ -91,22 +87,13 @@ export default function ContactPage() {
animationType="slide-up"
metrics={[
{
id: "1",
value: "📍",
title: "Visit Our Store",
items: ["260/111, Om Nagar", "Harsh Nagar, Kanpur", "Uttar Pradesh 208012"],
id: "1", value: "📍", title: "Visit Our Store", items: ["260/111, Om Nagar", "Harsh Nagar, Kanpur", "Uttar Pradesh 208012"],
},
{
id: "2",
value: "📞",
title: "Call Us",
items: ["0512 255 2483", "Available Monday-Sunday", "9 AM - 8 PM"],
id: "2", value: "📞", title: "Call Us", items: ["0512 255 2483", "Available Monday-Sunday", "9 AM - 8 PM"],
},
{
id: "3",
value: "⏰",
title: "Business Hours",
items: ["Monday-Saturday: 10 AM - 8 PM", "Sunday: 11 AM - 7 PM", "Holidays: Closed"],
id: "3", value: "⏰", title: "Business Hours", items: ["Monday-Saturday: 10 AM - 8 PM", "Sunday: 11 AM - 7 PM", "Holidays: Closed"],
},
]}
/>

View File

@@ -7,45 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
variable: "--font-manrope", subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Premium Car Accessories in Kanpur | Anand Covers",
description: "Anand Covers is your trusted local auto accessories store in Kanpur. We offer premium body covers, seat covers, and floor mats at fair prices. Call 0512 255 2483.",
keywords: "car accessories Kanpur, body covers Kanpur, seat covers Kanpur, auto accessories store, car protection",
robots: {
title: "Premium Car Accessories in Kanpur | Anand Covers", description: "Anand Covers is your trusted local auto accessories store in Kanpur. We offer premium body covers, seat covers, and floor mats at fair prices. Call 0512 255 2483.", keywords: "car accessories Kanpur, body covers Kanpur, seat covers Kanpur, auto accessories store, car protection", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Premium Car Accessories in Kanpur | Anand Covers",
description: "Trusted local store for quality body covers, seat covers, and car accessories in Kanpur. Get a free quote today.",
siteName: "Anand Covers",
type: "website",
images: [
title: "Premium Car Accessories in Kanpur | Anand Covers", description: "Trusted local store for quality body covers, seat covers, and car accessories in Kanpur. Get a free quote today.", siteName: "Anand Covers", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg",
alt: "Premium car covers and auto accessories",
},
url: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg", alt: "Premium car covers and auto accessories"},
],
},
twitter: {
card: "summary_large_image",
title: "Premium Car Accessories in Kanpur | Anand Covers",
description: "Trusted local store for quality body covers and car accessories. Call now!",
images: ["http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg"],
card: "summary_large_image", title: "Premium Car Accessories in Kanpur | Anand Covers", description: "Trusted local store for quality body covers and car accessories. Call now!", images: ["http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg"],
},
};

View File

@@ -22,32 +22,28 @@ export default function HomePage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Products", href: "#products" },
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Body Covers", href: "#products" },
{ label: "Seat Covers", href: "#products" },
{ label: "Floor Mats", href: "#products" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 0512 255 2483", href: "tel:05122552483" },
{ label: "📍 Kanpur, UP", href: "/contact" },
{ label: "Get Quote", href: "/contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
@@ -61,7 +57,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -77,13 +73,13 @@ export default function HomePage() {
<HeroLogoBillboardSplit
logoText="ANAND COVERS"
description="Premium car accessories and body covers in Kanpur. Your trusted local store for quality, durability, and professional service."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "📞 Call Now 0512 255 2483", href: "tel:05122552483" },
{ text: "Get a Free Quote", href: "/contact" },
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg"
imageAlt="Premium car covers and auto accessories"
frameStyle="card"
mediaAnimation="slide-up"
@@ -100,28 +96,16 @@ export default function HomePage() {
animationType="slide-up"
metrics={[
{
id: "1",
value: "4.8",
title: "Rated by Local Customers",
items: ["Exceptional service", "Quality products", "Fair pricing"],
id: "1", value: "4.8", title: "Rated by Local Customers", items: ["Exceptional service", "Quality products", "Fair pricing"],
},
{
id: "2",
value: "20+",
title: "Years Established & Trusted",
items: ["Long-standing reputation", "Customer loyalty", "Local expertise"],
id: "2", value: "20+", title: "Years Established & Trusted", items: ["Long-standing reputation", "Customer loyalty", "Local expertise"],
},
{
id: "3",
value: "Wide",
title: "Variety of Accessories",
items: ["Body covers", "Floor mats", "Interior upgrades"],
id: "3", value: "Wide", title: "Variety of Accessories", items: ["Body covers", "Floor mats", "Interior upgrades"],
},
{
id: "4",
value: "📍",
title: "Located in Harsh Nagar",
items: ["Kanpur, UP", "Easy access", "Professional showroom"],
id: "4", value: "📍", title: "Located in Harsh Nagar", items: ["Kanpur, UP", "Easy access", "Professional showroom"],
},
]}
/>
@@ -132,9 +116,7 @@ export default function HomePage() {
<TextSplitAbout
title="Your Car Deserves the Best"
description={[
"Anand Covers has been a trusted name in Kanpur for years, offering premium-quality car accessories at fair prices. From stylish seat covers to durable floor mats, we help you upgrade your car's comfort and look with confidence.",
"We believe in quality materials, honest pricing, and long-term customer relationships. Every product we offer is carefully selected to meet the highest standards of durability and style.",
]}
"Anand Covers has been a trusted name in Kanpur for years, offering premium-quality car accessories at fair prices. From stylish seat covers to durable floor mats, we help you upgrade your car's comfort and look with confidence.", "We believe in quality materials, honest pricing, and long-term customer relationships. Every product we offer is carefully selected to meet the highest standards of durability and style."]}
useInvertedBackground={false}
buttons={[{ text: "Learn More About Us", href: "/about" }]}
/>
@@ -151,29 +133,11 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "1",
name: "Premium Body Covers",
price: "Call for Quote",
variant: "Multiple Colors Available",
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg?_wi=1",
imageAlt: "Premium car body covers",
},
id: "1", name: "Premium Body Covers", price: "Call for Quote", variant: "Multiple Colors Available", imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg", imageAlt: "Premium car body covers"},
{
id: "2",
name: "Seat Covers",
price: "Call for Quote",
variant: "Custom Fitted Designs",
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg?_wi=2",
imageAlt: "Premium seat covers",
},
id: "2", name: "Seat Covers", price: "Call for Quote", variant: "Custom Fitted Designs", imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg", imageAlt: "Premium seat covers"},
{
id: "3",
name: "Floor Mats",
price: "Call for Quote",
variant: "Durable & Easy Clean",
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg?_wi=3",
imageAlt: "Premium floor mats",
},
id: "3", name: "Floor Mats", price: "Call for Quote", variant: "Durable & Easy Clean", imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg", imageAlt: "Premium floor mats"},
]}
buttons={[{ text: "📞 Call Now for Pricing", href: "tel:05122552483" }]}
/>
@@ -189,41 +153,17 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
id: "1",
title: "Old & Trusted Local Business",
author: "Established",
description: "Decades of reliable service and proven expertise in the auto accessories market of Kanpur",
tags: ["Trustworthy", "Local"],
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg?_wi=1",
imageAlt: "Professional store setup",
},
id: "1", title: "Old & Trusted Local Business", author: "Established", description: "Decades of reliable service and proven expertise in the auto accessories market of Kanpur", tags: ["Trustworthy", "Local"],
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg", imageAlt: "Professional store setup"},
{
id: "2",
title: "Good Variety of Car Accessories",
author: "Wide Selection",
description: "From body covers to floor mats and interior upgrades, we have everything you need for your car",
tags: ["Selection", "Quality"],
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg?_wi=4",
imageAlt: "Wide range of car accessories",
},
id: "2", title: "Good Variety of Car Accessories", author: "Wide Selection", description: "From body covers to floor mats and interior upgrades, we have everything you need for your car", tags: ["Selection", "Quality"],
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg", imageAlt: "Wide range of car accessories"},
{
id: "3",
title: "Affordable & Transparent Pricing",
author: "Fair Rates",
description: "No hidden charges. We believe in honest pricing and fair deals for every customer",
tags: ["Affordable", "Transparent"],
imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg?_wi=2",
imageAlt: "Transparent pricing guarantee",
},
id: "3", title: "Affordable & Transparent Pricing", author: "Fair Rates", description: "No hidden charges. We believe in honest pricing and fair deals for every customer", tags: ["Affordable", "Transparent"],
imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg", imageAlt: "Transparent pricing guarantee"},
{
id: "4",
title: "Quality You Can Rely On",
author: "Premium Materials",
description: "Every product is carefully selected for durability, comfort, and long-lasting performance",
tags: ["Durable", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg?_wi=5",
imageAlt: "Premium quality materials",
},
id: "4", title: "Quality You Can Rely On", author: "Premium Materials", description: "Every product is carefully selected for durability, comfort, and long-lasting performance", tags: ["Durable", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg", imageAlt: "Premium quality materials"},
]}
/>
</div>
@@ -237,53 +177,13 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Local Customer",
date: "Date: Recent Review",
title: "Very old and trusted firm",
quote: "I have been a customer of Anand Covers for years. They consistently deliver quality products at fair prices. Highly recommended!",
tag: "5 Star",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
avatarAlt: "Customer avatar",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg?_wi=2",
imageAlt: "Store interior",
},
id: "1", name: "Local Customer", date: "Date: Recent Review", title: "Very old and trusted firm", quote: "I have been a customer of Anand Covers for years. They consistently deliver quality products at fair prices. Highly recommended!", tag: "5 Star", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Customer avatar", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg", imageAlt: "Store interior"},
{
id: "2",
name: "Local Guide Review",
date: "Date: Recent Review",
title: "Good variety of car accessories available here",
quote: "Great selection of car accessories with knowledgeable staff. The quality is excellent and prices are competitive.",
tag: "5 Star",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
avatarAlt: "Customer avatar",
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg?_wi=6",
imageAlt: "Products display",
},
id: "2", name: "Local Guide Review", date: "Date: Recent Review", title: "Good variety of car accessories available here", quote: "Great selection of car accessories with knowledgeable staff. The quality is excellent and prices are competitive.", tag: "5 Star", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Customer avatar", imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg", imageAlt: "Products display"},
{
id: "3",
name: "Kanpur Customer",
date: "Date: Recent Review",
title: "Professional and trustworthy service",
quote: "Best place in Kanpur for car accessories. The team is professional and provides personalized service for every customer.",
tag: "5 Star",
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg",
avatarAlt: "Customer avatar",
imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg?_wi=3",
imageAlt: "Car accessories",
},
id: "3", name: "Kanpur Customer", date: "Date: Recent Review", title: "Professional and trustworthy service", quote: "Best place in Kanpur for car accessories. The team is professional and provides personalized service for every customer.", tag: "5 Star", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg", avatarAlt: "Customer avatar", imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg", imageAlt: "Car accessories"},
{
id: "4",
name: "Satisfied Client",
date: "Date: Recent Review",
title: "Exceptional customer service",
quote: "Anand Covers went above and beyond for my requirements. Quality products, honest pricing, and excellent after-sales support.",
tag: "5 Star",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
avatarAlt: "Customer avatar",
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg?_wi=7",
imageAlt: "Service showcase",
},
id: "4", name: "Satisfied Client", date: "Date: Recent Review", title: "Exceptional customer service", quote: "Anand Covers went above and beyond for my requirements. Quality products, honest pricing, and excellent after-sales support.", tag: "5 Star", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Customer avatar", imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg", imageAlt: "Service showcase"},
]}
/>
</div>
@@ -304,7 +204,7 @@ export default function HomePage() {
<ContactText
text="Upgrade Your Car Today. Contact Anand Covers for the best car accessories in Kanpur."
animationType="entrance-slide"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "📞 0512 255 2483", href: "tel:05122552483" },