develop
This commit is contained in:
parent
41e60d17ab
commit
014e339823
@ -11,16 +11,16 @@ function WhatIncluded() {
|
||||
<Title variant="h3" className={styles.title}>
|
||||
{translate("/trial-payment.what_included.title")}
|
||||
</Title>
|
||||
<div className={styles.row}>
|
||||
<img src={`${compatibilityV3Prefix}/hand.svg`} alt="Hand" />
|
||||
<p className={styles.text}>
|
||||
{translate("/trial-payment.what_included.point1", {
|
||||
bold: (
|
||||
<b>{translate("/trial-payment.what_included.point1_bold")}</b>
|
||||
),
|
||||
})}
|
||||
</p>
|
||||
</div>
|
||||
{/*<div className={styles.row}>*/}
|
||||
{/* <img src={`${compatibilityV3Prefix}/hand.svg`} alt="Hand" />*/}
|
||||
{/* <p className={styles.text}>*/}
|
||||
{/* {translate("/trial-payment.what_included.point1", {*/}
|
||||
{/* bold: (*/}
|
||||
{/* <b>{translate("/trial-payment.what_included.point1_bold")}</b>*/}
|
||||
{/* ),*/}
|
||||
{/* })}*/}
|
||||
{/* </p>*/}
|
||||
{/*</div>*/}
|
||||
<div className={styles.row}>
|
||||
<img src={`${compatibilityV3Prefix}/1_1.svg`} alt="1 : 1" />
|
||||
<p className={styles.text}>
|
||||
|
||||
@ -2,9 +2,9 @@ import Title from "@/components/Title";
|
||||
import AppNumberOne from "../../components/AppNumberOne";
|
||||
import Button from "../../components/Button";
|
||||
import styles from "./styles.module.scss";
|
||||
import HowWork from "../../components/HowWork";
|
||||
// import HowWork from "../../components/HowWork";
|
||||
import WhatIncluded from "../../components/WhatIncluded";
|
||||
import PalmsSayAbout from "../../components/PalmsSayAbout";
|
||||
// import PalmsSayAbout from "../../components/PalmsSayAbout";
|
||||
import Reviews from "../../components/Reviews";
|
||||
import { compatibilityV3Prefix } from "@/routes";
|
||||
import Footer from "../../components/Footer";
|
||||
@ -18,7 +18,7 @@ import Header from "./components/Header";
|
||||
import YourAccessCode from "./components/YourAccessCode";
|
||||
import { images } from "../../data";
|
||||
import CopyCode from "./components/CopyCode";
|
||||
import EnterCode from "./components/EnterCode";
|
||||
// import EnterCode from "./components/EnterCode";
|
||||
import { copyToClipboard } from "@/services/data";
|
||||
import { useSelector } from "react-redux";
|
||||
import { selectors } from "@/store";
|
||||
@ -76,6 +76,9 @@ function TryApp() {
|
||||
<>
|
||||
<Header classNameContainer={isHeaderVisible ? styles.headerVisible : ""} onButtonClick={downloadApp} />
|
||||
<AppNumberOne />
|
||||
<Title className={styles["information-title"]}>
|
||||
{translate("/trial-payment.information-title")}
|
||||
</Title>
|
||||
{/* <PalmPhoto /> */}
|
||||
<div
|
||||
className={`${styles["zodiac-images"]} ${relationshipStatus !== "single" ? styles["with-partner"] : ""}`}
|
||||
@ -143,34 +146,34 @@ function TryApp() {
|
||||
<img src={images("apple-icon.png")} alt="Apple icon" />
|
||||
{translate("/try-app.get_prediction_in_app")}
|
||||
</Button> */}
|
||||
<Title className={styles["how-work"]}>
|
||||
{/* <Title className={styles["how-work"]}>
|
||||
{translate("/try-app.how_work.title")}
|
||||
</Title>
|
||||
<HowWork />
|
||||
<HowWork /> */}
|
||||
{/* <MoneyBackGuarantee /> */}
|
||||
{/* <EnterCode /> */}
|
||||
<Title variant="h2" className={styles.title} style={{
|
||||
{/* <Title variant="h2" className={styles.title} style={{
|
||||
fontSize: "26px"
|
||||
}}>
|
||||
{translate("/try-app.your_palm_reading_is_ready")}
|
||||
</Title>
|
||||
<p className={styles.instructionPoint2}>{translate("/try-app.instruction_point_4")}</p>
|
||||
<CopyCode variant="black" />
|
||||
<p className={styles.instructionPoint2} style={{ marginTop: "24px" }}>{translate("/try-app.instruction_point_5")}</p>
|
||||
<p className={styles.instructionPoint2} style={{ marginTop: "24px" }}>{translate("/try-app.instruction_point_5")}</p> */}
|
||||
{/* <Button className={styles["begin-trial"]} onClick={downloadApp}>
|
||||
{translate("/try-app.get-my-reading-in-app")}
|
||||
</Button> */}
|
||||
<Button className={styles.getPredictionInApp} onClick={downloadApp}>
|
||||
{/* <Button className={styles.getPredictionInApp} onClick={downloadApp}>
|
||||
<img src={images("apple-icon.png")} alt="Apple icon" />
|
||||
{translate("/try-app.get_prediction_in_app")}
|
||||
</Button>
|
||||
</Button> */}
|
||||
<WhatIncluded />
|
||||
<PalmsSayAbout />
|
||||
{/* <PalmsSayAbout /> */}
|
||||
{/* <EnterCode />
|
||||
<Button className={styles["discover-more"]} onClick={downloadApp}>
|
||||
{translate("/try-app.get-my-reading-in-app")}
|
||||
</Button> */}
|
||||
<Title variant="h2" className={styles.title} style={{
|
||||
{/* <Title variant="h2" className={styles.title} style={{
|
||||
fontSize: "26px"
|
||||
}}>
|
||||
{translate("/try-app.your_palm_reading_is_ready")}
|
||||
@ -180,16 +183,28 @@ function TryApp() {
|
||||
<p className={styles.instructionPoint2} style={{ marginTop: "24px" }}>{translate("/try-app.instruction_point_5")}</p>
|
||||
<Button className={styles["begin-trial"]} onClick={downloadApp}>
|
||||
{translate("/try-app.get-my-reading-in-app")}
|
||||
</Button>
|
||||
</Button> */}
|
||||
<Title className={styles["why-love"]}>
|
||||
{translate("/try-app.why_love", {
|
||||
color: <span>{translate("/try-app.why_love_color")}</span>,
|
||||
})}
|
||||
</Title>
|
||||
<Reviews />
|
||||
<EnterCode style={{ marginTop: "42px" }} />
|
||||
{/* <EnterCode style={{ marginTop: "42px" }} />
|
||||
<Button className={styles["success-story"]} onClick={downloadApp}>
|
||||
{translate("/try-app.get-my-reading-in-app")}
|
||||
</Button> */}
|
||||
<Title variant="h2" className={styles.title} style={{
|
||||
fontSize: "26px",
|
||||
marginTop: "42px"
|
||||
}}>
|
||||
{translate("/try-app.your_palm_reading_is_ready")}
|
||||
</Title>
|
||||
<p className={styles.instructionPoint2}>{translate("/try-app.instruction_point_4")}</p>
|
||||
<CopyCode variant="black" />
|
||||
<p className={styles.instructionPoint2} style={{ marginTop: "24px" }}>{translate("/try-app.instruction_point_5")}</p>
|
||||
<Button className={styles["begin-trial"]} onClick={downloadApp}>
|
||||
{translate("/try-app.get-my-reading-in-app")}
|
||||
</Button>
|
||||
<Title className={styles["as-seen-in"]}>
|
||||
{translate("/try-app.as_seen_in", {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user