diff --git a/src/components/Benefits.jsx b/src/components/Benefits.jsx index 76f7e77c..9140535b 100644 --- a/src/components/Benefits.jsx +++ b/src/components/Benefits.jsx @@ -19,7 +19,7 @@ const Benefits = () => {
diff --git a/src/constants/index.js b/src/constants/index.js index ebea7497..c4d8bed1 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -4,6 +4,12 @@ import { benefitIcon3, benefitIcon4, benefitImage2, + benefitCard1, + benefitCard2, + benefitCard3, + benefitCard4, + benefitCard5, + benefitCard6, chromecast, disc02, discord, @@ -246,7 +252,7 @@ export const benefits = [ id: "0", title: "Ask anything", text: "Lets users quickly find answers to their questions without having to search through multiple sources.", - backgroundUrl: "./src/assets/benefits/card-1.svg", + backgroundUrl: benefitCard1, iconUrl: benefitIcon1, imageUrl: benefitImage2, }, @@ -254,7 +260,7 @@ export const benefits = [ id: "1", title: "Improve everyday", text: "The app uses natural language processing to understand user queries and provide accurate and relevant responses.", - backgroundUrl: "./src/assets/benefits/card-2.svg", + backgroundUrl: benefitCard2, iconUrl: benefitIcon2, imageUrl: benefitImage2, light: true, @@ -263,7 +269,7 @@ export const benefits = [ id: "2", title: "Connect everywhere", text: "Connect with the AI chatbot from anywhere, on any device, making it more accessible and convenient.", - backgroundUrl: "./src/assets/benefits/card-3.svg", + backgroundUrl: benefitCard3, iconUrl: benefitIcon3, imageUrl: benefitImage2, }, @@ -271,7 +277,7 @@ export const benefits = [ id: "3", title: "Fast responding", text: "Lets users quickly find answers to their questions without having to search through multiple sources.", - backgroundUrl: "./src/assets/benefits/card-4.svg", + backgroundUrl: benefitCard4, iconUrl: benefitIcon4, imageUrl: benefitImage2, light: true, @@ -280,7 +286,7 @@ export const benefits = [ id: "4", title: "Ask anything", text: "Lets users quickly find answers to their questions without having to search through multiple sources.", - backgroundUrl: "./src/assets/benefits/card-5.svg", + backgroundUrl: benefitCard5, iconUrl: benefitIcon1, imageUrl: benefitImage2, }, @@ -288,7 +294,7 @@ export const benefits = [ id: "5", title: "Improve everyday", text: "The app uses natural language processing to understand user queries and provide accurate and relevant responses.", - backgroundUrl: "./src/assets/benefits/card-6.svg", + backgroundUrl: benefitCard6, iconUrl: benefitIcon2, imageUrl: benefitImage2, },