diff --git a/packages/nextjs/app/about/About.tsx b/packages/nextjs/app/about/About.tsx index f10d0ac..0bdc1aa 100644 --- a/packages/nextjs/app/about/About.tsx +++ b/packages/nextjs/app/about/About.tsx @@ -16,72 +16,153 @@ export const About = () => {
Animation clicking a like button and increasing USDC balance
-

What if your social interactions earned you money? 💸

+

What if you earned 💸 money from socializing?

- Imagine a platform where every like, comment, or share sends USDC directly to your wallet. +

+ + What if every like, comment, and share changed the + + USDC + USDC + balance of your life? +

- With PunkSociety, we're building a social protocol that transforms how you interact, earn, and - connect! +
+ We're building a social protocol that transforms how you interact, earn, and connect! +

- +
+ + + +
-
-
-
-
- Shoes +
+

Features! 🤘

+
+
+
+
+ USDC Flag +
+
+

Pay for transactions with USDC!

+

USDC is the native gas! We'll use our own Avalanche L1 for that.

+
+
+
+
+
+ Revenue
-
-

Shoes!

-

If a dog chews shoes whose shoes does he choose?

-
- -
-
- {/*
-
- Shoes +
+

Track your revenue!

+

Analyze your earnings and spendings in your revenue dashboard.

+
+
+
+
+ Social monetization +
+
+

Social monetization!

+

When liking, commenting and sharing, you send USDC to the post creator.

+
+
+
+
+ Post types +
+
+

Several post types!

+

Posts can have text, image, audio, video, links and polls.

+
+
+
+
+
+ Notifications
-
-

Shoes!

-

If a dog chews shoes whose shoes does he choose?

-
- -
-
-
-
- Shoes + +
+

Customize your profile!

+

Change colors, cover photo, create post collections, and so much more...

+
+
+
+
+
+ Messaging
-
-

Shoes!

-

If a dog chews shoes whose shoes does he choose?

-
- -
+
+
+

Message with others!

+

Encrypted direct messaging and group chats.

+
+
+
+
+ Notifications +
+
+

Social login!

+

Access with your wallet or your social accounts!

+
+
+
+
+ Notifications +
+
+

Notifications!

+

Get them on our web, on your phone, on your mail...

+
+
+
+
+ Accesibility +
+
+

Accesibility!

+

PunkSocial can be used by anyone, including people with disabilities.

+
+
+
+
+

Meet the team! 🤘

+
+
+
+
+
+ Lulox +
+
+

Lulox

+ founder, builder
-
*/} +
diff --git a/packages/nextjs/components/Footer.tsx b/packages/nextjs/components/Footer.tsx index 1475ac3..269f5f2 100644 --- a/packages/nextjs/components/Footer.tsx +++ b/packages/nextjs/components/Footer.tsx @@ -61,7 +61,7 @@ export const Footer = () => { return ( <> - {pathname !== "/search" && ( + {pathname !== "/search" && pathname !== "/about" && (
{
    +
    + + About + +
    + · · diff --git a/packages/nextjs/next.config.js b/packages/nextjs/next.config.js index 2938a1c..4e74f21 100644 --- a/packages/nextjs/next.config.js +++ b/packages/nextjs/next.config.js @@ -28,6 +28,12 @@ const nextConfig = { port: "", pathname: "/ipfs/**", }, + { + protocol: "https", + hostname: "img.daisyui.com", + port: "", + pathname: "/**", + }, ], }, }; diff --git a/packages/nextjs/public/accesibility.jpg b/packages/nextjs/public/accesibility.jpg new file mode 100644 index 0000000..5496cb8 Binary files /dev/null and b/packages/nextjs/public/accesibility.jpg differ diff --git a/packages/nextjs/public/customize-profile.jpg b/packages/nextjs/public/customize-profile.jpg new file mode 100644 index 0000000..ac6243d Binary files /dev/null and b/packages/nextjs/public/customize-profile.jpg differ diff --git a/packages/nextjs/public/messaging.jpg b/packages/nextjs/public/messaging.jpg new file mode 100644 index 0000000..f174a58 Binary files /dev/null and b/packages/nextjs/public/messaging.jpg differ diff --git a/packages/nextjs/public/notifications.png b/packages/nextjs/public/notifications.png new file mode 100644 index 0000000..0f52559 Binary files /dev/null and b/packages/nextjs/public/notifications.png differ diff --git a/packages/nextjs/public/post-types.png b/packages/nextjs/public/post-types.png new file mode 100644 index 0000000..b23680f Binary files /dev/null and b/packages/nextjs/public/post-types.png differ diff --git a/packages/nextjs/public/revenue.jpg b/packages/nextjs/public/revenue.jpg new file mode 100644 index 0000000..548f717 Binary files /dev/null and b/packages/nextjs/public/revenue.jpg differ diff --git a/packages/nextjs/public/social-login.jpeg b/packages/nextjs/public/social-login.jpeg new file mode 100644 index 0000000..b5eeb1e Binary files /dev/null and b/packages/nextjs/public/social-login.jpeg differ diff --git a/packages/nextjs/public/socialmonetization.jpg b/packages/nextjs/public/socialmonetization.jpg new file mode 100644 index 0000000..d8d6865 Binary files /dev/null and b/packages/nextjs/public/socialmonetization.jpg differ diff --git a/packages/nextjs/public/usdc-flag.jpg b/packages/nextjs/public/usdc-flag.jpg new file mode 100644 index 0000000..90ef646 Binary files /dev/null and b/packages/nextjs/public/usdc-flag.jpg differ