-
+
+
+
+
+
+
+
+
+ ورود به فروشگاه
+
+
+
+
+
+
یادگیری
+
+
+
با طعم لذت
+
+
+
از اول تا یازدهم
+
+
کنارتونیم
+
+
+
+
+
+
یادگیری جذاب
+
+
+
و تعاملی
+
+
+
+
+
);
@@ -90,4 +138,4 @@ Header.defaultProps = {
imageUrl: olum4Image,
},
],
-}
+};
diff --git a/src/views/Home/Portrait/Public/Platforms/index.js b/src/views/Home/Portrait/Public/Platforms/index.js
new file mode 100644
index 0000000..983a26b
--- /dev/null
+++ b/src/views/Home/Portrait/Public/Platforms/index.js
@@ -0,0 +1,60 @@
+import React from "react";
+import arBlue from "../../../../../assets/icons/ar-blue.svg";
+import qrGreen from "../../../../../assets/icons/qr-green.svg";
+
+function Platforms({ platforms }) {
+ return (
+
+ {platforms.map((platform, index) => (
+
+ ))}
+
+ );
+}
+
+const Platform = ({ platform }) => {
+ return (
+
+
+
+
+ {platform.title}
+
+
+ {platform.text}
+
+
+
+ );
+};
+
+export default Platforms;
+
+Platforms.defaultProps = {
+ platforms: [
+ {
+ backgroundColor: "#E6F2FF",
+ textColor: "#00366B",
+ titleColor: "#1072DC",
+ borderColor: "#196EC044",
+ title: "استفاده از تکنولوژی واقعیت افزوده",
+ text: "با استفاده از این تکنولوژی شما پس از نصب اپلیکیشن ما و گرفتن گوشیتون روی محتوای ویدئویی کتاب فیلم رو داخل گوشیتون ببینید",
+ icon: arBlue,
+ },
+ {
+ backgroundColor: "#E9FFE6",
+ textColor: "#0B5900",
+ titleColor: "#118A00",
+ borderColor: "#118A0044",
+ title: "محتوای قابل دریافت باحال و جذاب",
+ text: "تقریبا بالا گوشه هر صفحه از کتاب ما یک کد کیو آر براتون گذاشتیم که با اسکن کد شما میتونید محتویات ضمیمه شده اون رو ببینید",
+ icon: qrGreen,
+ },
+ ],
+};
diff --git a/src/views/Home/Portrait/Public/Responsive/index.js b/src/views/Home/Portrait/Public/Responsive/index.js
new file mode 100644
index 0000000..a6cf49b
--- /dev/null
+++ b/src/views/Home/Portrait/Public/Responsive/index.js
@@ -0,0 +1,44 @@
+import React from "react";
+import emc2Image from "../../../../../assets/icons/emc2.svg";
+
+function Responsive() {
+ return (
+
+
+
+
+ از طریق موبایل یا کامپیوتر میتونی
+
+
+
+
+
به محتوای دیجیتال
+
+
+
کتابها به راحتی
+
+
+
دسترسی داشته باشی
+
+
+
+
+ );
+}
+
+export default Responsive;
diff --git a/src/views/Home/Portrait/Public/index.js b/src/views/Home/Portrait/Public/index.js
index e150929..2c3425d 100644
--- a/src/views/Home/Portrait/Public/index.js
+++ b/src/views/Home/Portrait/Public/index.js
@@ -1,10 +1,20 @@
import React from 'react';
import Header from './Header';
+import Features from './Features';
+import Responsive from './Responsive';
+import Platforms from './Platforms';
+import App from './App';
+import GradiantText from './GradiantText';
function Public() {
return (
-
+
)
}
diff --git a/tailwind.config.js b/tailwind.config.js
index 85d8425..8c6dfa8 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -7,11 +7,16 @@ module.exports = {
blueC0: "#196EC0",
blueB0 : "#517AB0",
blue90: "#235A90",
+ blueEB : '#2B8DEB',
blueFF : '#E8FCFF',
+ blueFF1 : '#E9F0FF',
redFF : '#FFE6E6',
redFF1 : '#FF2020',
yellow2 : '#FDFFDA',
- gray36 : '#363636'
+ yellow3 : '#EFFF00',
+ gray36 : '#363636',
+ orange1 : '#FF6600',
+ green1 : '#00FF80'
}),
textColor : (theme) => ({
...theme("colors"),
@@ -23,6 +28,7 @@ module.exports = {
green71 : '#067182',
red5F : '#5F1A05',
yellow1 : '#5F5F05',
+ gray1 : '#333333'
}),
borderColor : (theme) => ({
...theme("colors"),