diff --git a/packages/nextjs/app/about/About.tsx b/packages/nextjs/app/about/About.tsx index e1ceba5..9cca0e5 100644 --- a/packages/nextjs/app/about/About.tsx +++ b/packages/nextjs/app/about/About.tsx @@ -14,6 +14,8 @@ export interface Post extends Partial { export const About = () => { const [usdcPrice, setUsdcPrice] = useState(); + // const [averageUsdcPrice, setAverageUsdcPrice] = useState(); + const averageUsdcPrice = ""; const handleUsdcPriceChange = (e: React.ChangeEvent) => { const value = Number(e.target.value); @@ -100,7 +102,6 @@ export const About = () => { className="input input-ghost focus-within:border-transparent outline-blue-500 focus:outline-green-500 focus:bg-transparent focus:text-gray-400 h-[2.2rem] min-h-[2.2rem] px-4 border-2 border-blue-500 w-full font-medium placeholder:text-accent/50 text-green-500" /> - {/* */} @@ -163,14 +164,6 @@ export const About = () => { */} -
-
- ๐ŸŽจ -

Display your taste!

-

Create post collections, change cover photo, and so much more...

-
-
-
๐Ÿ’Ž @@ -185,14 +178,6 @@ export const About = () => {
-
-
- ๐Ÿ’น -

Track your revenue!

-

Analyze your earnings and spendings in your revenue dashboard.

-
-
-
๐Ÿ‘จโ€๐Ÿฆฝ @@ -204,14 +189,20 @@ export const About = () => {
๐Ÿคน -

More features!

-
    + {/*

    More features!

    */} +
      +
    • + ๐Ÿ’น Analyze your revenue +
    • ๐Ÿ’ฌ Private and group chats
    • ๐Ÿ”” Notifications on activity
    • +
    • + ๐ŸŽจ Customize your profile +
@@ -230,14 +221,6 @@ export const About = () => {
*/} - {/*
-
- ๐Ÿ”” -

Notifications!

-

Get informed on activity on our web ๐ŸŒ, your phone notifications ๐Ÿ“ฑ or your mail ๐Ÿ“ง.

-
-
*/} - {usdcPrice ? (
@@ -260,19 +243,23 @@ export const About = () => { "" )} -
-
- ๐Ÿ—ณ๏ธ -

Statistics!

- - So far, 0 people liked the project and the average price for a like is $0.00{" "} - - USDC - USDC - {" "} - + {averageUsdcPrice ? ( +
+
+ ๐Ÿ—ณ๏ธ +

Statistics!

+ + So far, 0 people liked the project and the average price for a like is $0.00{" "} + + USDC + USDC + {" "} + +
-
+ ) : ( + "" + )}