first commit

This commit is contained in:
mukesh13
2025-07-30 13:44:47 +05:30
commit 6c0c0e3d1d
494 changed files with 57695 additions and 0 deletions

11
data/brands.js Normal file
View File

@ -0,0 +1,11 @@
export const brandData = [
{ src: "/images/brands/brand-22.png", width: 169, height: 56 },
{ src: "/images/brands/brand-23.png", width: 168, height: 56 },
{ src: "/images/brands/brand-24.png", width: 213, height: 56 },
{ src: "/images/brands/brand-25.png", width: 187, height: 56 },
{ src: "/images/brands/brand-26.png", width: 169, height: 56 },
{ src: "/images/brands/brand-27.png", width: 169, height: 56 },
{ src: "/images/brands/brand-28.png", width: 169, height: 56 },
{ src: "/images/brands/brand-29.png", width: 169, height: 56 },
{ src: "/images/brands/brand-30.png", width: 168, height: 56 },
];