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

31
data/heroSlides.js Normal file
View File

@ -0,0 +1,31 @@
export const bannerSlides = [
{
id: 1,
imageSrc: "/images/page-title/banner-slide-1.jpg",
title: "Top 10 Scaling Firms",
width: 1696,
height: 623,
},
{
id: 2,
imageSrc: "/images/page-title/banner-slide-2.jpg",
title: "Top 10 Scaling Firms",
width: 1696,
height: 623,
},
{
id: 3,
imageSrc: "/images/page-title/banner-slide-3.jpg",
title: "Top 10 Scaling Firms",
width: 1696,
height: 623,
},
];
export const bannerSlides2 = [
{ id: 1, src: "banner-slide-4.jpg", alt: "banner" },
{ id: 2, src: "banner-slide-5.jpg", alt: "banner" },
{ id: 3, src: "banner-slide-6.jpg", alt: "banner" },
{ id: 4, src: "banner-slide-4.jpg", alt: "banner" },
{ id: 5, src: "banner-slide-5.jpg", alt: "banner" },
{ id: 6, src: "banner-slide-6.jpg", alt: "banner" },
];