|
import highlightFirstmv from "../assets/videos/highlight-first.mp4"; |
|
import highlightSectmv from "../assets/videos/hightlight-third.mp4"; |
|
import highlightThirdmv from "../assets/videos/hightlight-sec.mp4"; |
|
import highlightFourthmv from "../assets/videos/hightlight-fourth.mp4"; |
|
import replay from "../assets/images/replay.svg"; |
|
import play from "../assets/images/play.svg"; |
|
import pause from "../assets/images/pause.svg"; |
|
import logo from "../assets/images/genomatics-logo.png" |
|
import guide_1 from "../assets/images/guide-1.jpg" |
|
import guide_2 from "../assets/images/guide-2.jpg" |
|
import guide_3 from "../assets/images/guide-3.jpg" |
|
import guide_4 from "../assets/images/guide-4.jpeg" |
|
import dr_thangaraj from "../assets/images/dr_thangaraj.jpeg" |
|
import dr_giridharan from "../assets/images/dr_giridharan.jpeg" |
|
import dr_rajasekaran from "../assets/images/dr_s_rajasekaran.jpeg" |
|
import hero_video from "../assets/videos/hero.mp4" |
|
import blog_image_1 from "../assets/images/blog-image-1.jpg" |
|
import blog_image_2 from "../assets/images/blog-image-2.jpg" |
|
import blog_image_3 from "../assets/images/blog-image-3.jpg" |
|
|
|
|
|
export const highlightFirstVideo = highlightFirstmv; |
|
export const highlightSecondVideo = highlightSectmv; |
|
export const highlightThirdVideo = highlightThirdmv; |
|
export const highlightFourthVideo = highlightFourthmv; |
|
export const replayImg = replay; |
|
export const playImg = play; |
|
export const pauseImg = pause; |
|
|
|
|
|
export const Logo = logo; |
|
export const Guide1 = guide_1; |
|
export const Guide2 = guide_2; |
|
export const Guide3 = guide_3; |
|
export const Guide4 = guide_4; |
|
|
|
|
|
export const Dr_thangaraj = dr_thangaraj; |
|
export const Dr_giridharan = dr_giridharan; |
|
export const Dr_rajasekaran = dr_rajasekaran; |
|
export const Hero_video = hero_video; |
|
|
|
|
|
export const Blog_image_1 = blog_image_1 |
|
export const Blog_image_2 = blog_image_2 |
|
export const Blog_image_3 = blog_image_3 |
|
|
|
|
|
export const hightlightsSlides = [ |
|
{ |
|
id: 1, |
|
textLists: [ |
|
"Enter A17 Pro.", |
|
"Game‑changing chip.", |
|
"Groundbreaking performance.", |
|
], |
|
video: highlightFirstVideo, |
|
videoDuration: 4, |
|
}, |
|
{ |
|
id: 2, |
|
textLists: ["Titanium.", "So strong. So light. So Pro."], |
|
video: highlightSecondVideo, |
|
videoDuration: 5, |
|
}, |
|
{ |
|
id: 3, |
|
textLists: [ |
|
"iPhone 15 Pro Max has the", |
|
"longest optical zoom in", |
|
"iPhone ever. Far out.", |
|
], |
|
video: highlightThirdVideo, |
|
videoDuration: 2, |
|
}, |
|
{ |
|
id: 4, |
|
textLists: ["All-new Action button.", "What will yours do?."], |
|
video: highlightFourthVideo, |
|
videoDuration: 3.63, |
|
}, |
|
]; |