diff --git a/src/components/HowItWorksPage/EconomyFlow/index.tsx b/src/components/HowItWorksPage/EconomyFlow/index.tsx index 1235c85e..bae6d643 100644 --- a/src/components/HowItWorksPage/EconomyFlow/index.tsx +++ b/src/components/HowItWorksPage/EconomyFlow/index.tsx @@ -1,5 +1,5 @@ import Image from "next/image"; -import { allBgImg, demmortalBlastFrame } from "../../../store/img"; +import { allBgImg, demmortalOPFrame } from "../../../store/img"; import { motion } from "framer-motion"; import { useEffect, useRef, useState } from "react"; @@ -31,7 +31,6 @@ const EconomyFlow: React.FC = () => { return (
@@ -63,7 +62,7 @@ const EconomyFlow: React.FC = () => { > dedogmadao background { return ( - Demmortal Treasure is more than just a + Demmortal Treasure goes beyond a Collectible { animate={controls} className="text-[1.25rem] font-extralight flex gap-x-1.5 justify-center flex-wrap" > - {"It's a no-loss lottery powered by BLAST native yield, offering a self-sustaining economy through NFT ownership!" + {"It’s a no-loss lottery baked by anti-rug features from DDD Launchpad, offering a self-sustaining economy through NFT ownership on Optimism" .split(" ") .map((word, index) => { return ( @@ -28,11 +28,13 @@ const GoldenPoint: React.FC = () => { index === 3 || index === 6 || index === 7 || - index === 8) && + index === 9 || + index === 10 || + index === 19) && "font-semibold" } ${ - (index === 6 || index === 7 || index === 8) && - "text-[#FCF533]" + (index === 9 || index === 10 || index === 19) && + "text-[#FF0420]" }`} > {word} diff --git a/src/components/HowItWorksPage/callToAction/ToRoadmapAction.tsx b/src/components/HowItWorksPage/callToAction/ToRoadmapAction.tsx index 942bef71..1e4cb216 100644 --- a/src/components/HowItWorksPage/callToAction/ToRoadmapAction.tsx +++ b/src/components/HowItWorksPage/callToAction/ToRoadmapAction.tsx @@ -36,8 +36,8 @@ const ToRoadmapAction: React.FC = () => {