Skip to content

Commit

Permalink
Merge pull request #45 from ENGINEER-NITK/preeth_changes_4
Browse files Browse the repository at this point in the history
Preeth changes 4
  • Loading branch information
PreethamNaik12 committed Oct 11, 2023
2 parents 3318c1f + e05762b commit cfac31e
Showing 1 changed file with 15 additions and 46 deletions.
61 changes: 15 additions & 46 deletions src/assets/data/homeCTA.js
Original file line number Diff line number Diff line change
@@ -1,91 +1,60 @@
// import image1 from "./../../assets/gallery/drone2cta.jpg";
// import image2 from "./../../assets/gallery/drone1cta.jpg";
// import image3 from "./../../assets/gallery/drone3cta.jpg";
// import bnr1 from "./../../assets/gallery/BNR_front.JPG";
// import bnr2 from "./../../assets/gallery/BNR_side.JPG";
// import bnr3 from "./../../assets/gallery/BNR_side2.jpg";
// import drone3 from "./../../assets/gallery/drone3.jpg";
// import proShow1 from "./../../assets/gallery/proshow1.jpg";
// import proShow2 from "./../../assets/gallery/proshow2.jpg";
// import proShow3 from "./../../assets/gallery/proshow3.jpg";
// import proShow4 from "./../../assets/gallery/proshow4.jpg";
// import proShow5 from "./../../assets/gallery/proshow5.jpg";
// import proShow6 from "./../../assets/gallery/proshow6.JPG";
import magic1 from "./../../assets/gallery/magic.JPG";
// import magic2 from "./../../assets/gallery/magic2.JPG";
// // import Person1 from "./../../assets/gallery/Person1.CR2";



export const imageGallery1 = [
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892264/Engi%20Gallery/drone1cta_cwod3v.jpg",
caption: "Majestic Mountains",
},
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892353/Engi%20Gallery/drone2cta_apfn9i.jpg",
caption: "Majestic Mountains",
},
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892371/Engi%20Gallery/drone3_ynr9mi.jpg",
url: "https://s6.imgcdn.dev/ZHwWy.jpg",
caption: "Majestic Mountains",
},
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892367/Engi%20Gallery/BNR_front_c0xhzm.jpg",
url: "https://s6.imgcdn.dev/ZHja9.jpg",
caption: "Majestic Mountains",
},
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892365/Engi%20Gallery/BNR_side_s7onxj.jpg",
url: "https://s6.imgcdn.dev/ZHcK2.jpg",
caption: "Majestic Mountains",
},
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892348/Engi%20Gallery/BNR_side2_ab2vou.jpg",
url: "https://s6.imgcdn.dev/ZHn1M.jpg",
caption: "Majestic Mountains",
},
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892371/Engi%20Gallery/drone3_ynr9mi.jpg",
url: "https://s6.imgcdn.dev/ZH5hl.jpg",
caption: "Majestic Mountains",
},
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892336/Engi%20Gallery/proshow5_g2vxdk.jpg",
url: "https://s6.imgcdn.dev/ZHsWd.jpg",
caption: "Majestic Mountains",
},

// ... add more images
];

export const imageGallery2 = [
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892320/Engi%20Gallery/proshow1_uwmy0b.jpg",
caption: "Majestic Mountains",
},
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892321/Engi%20Gallery/proshow2_qiscl7.jpg",
url: "https://s6.imgcdn.dev/ZHQme.jpg",
caption: "Majestic Mountains",
},
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892326/Engi%20Gallery/proshow3_zqnjm5.jpg",
url: "https://s6.imgcdn.dev/ZHIiS.jpg",
caption: "Majestic Mountains",
},

{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892336/Engi%20Gallery/proshow4_xjcs0y.jpg",
url: "https://s6.imgcdn.dev/ZHNrC.jpg",
caption: "Majestic Mountains",
},
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892336/Engi%20Gallery/proshow5_g2vxdk.jpg",
url: "https://s6.imgcdn.dev/ZHuZi.jpg",
caption: "Majestic Mountains",
},
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892331/Engi%20Gallery/proshow6_ihbeno.jpg",
url: "https://s6.imgcdn.dev/ZHDmT.jpg",
caption: "Majestic Mountains",
},
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1695309528/Engi%20Gallery/magic_ysqjbe.jpg",
url: "https://s6.imgcdn.dev/ZHMY8.jpg",
caption: "Majestic Mountains",
},
{
url: "https://res.cloudinary.com/det9aw4gh/image/upload/v1694892354/Engi%20Gallery/magic2_c44ymq.jpg",
url: " https://s6.imgcdn.dev/ZH4EH.jpg",
caption: "Majestic Mountains",
},

// ... add more images
]

0 comments on commit cfac31e

Please sign in to comment.