- {/* Header with tagline on left and logo space on right */}
+ {/* Header with logo on left and tagline on right */}
-
+
+
+
+
clean up, snap, earn
-
-
-
- {/* Logo space - coming soon */}
+
diff --git a/components/HowToTokonizeImpact/TokenizeImpactSection.tsx b/components/HowToTokonizeImpact/TokenizeImpactSection.tsx
index 664254c..8fdfbed 100644
--- a/components/HowToTokonizeImpact/TokenizeImpactSection.tsx
+++ b/components/HowToTokonizeImpact/TokenizeImpactSection.tsx
@@ -123,7 +123,7 @@ const TokenizeImpactSection = () => {
rel="noopener noreferrer"
className="group relative px-8 py-4 bg-gradient-to-r from-gray-900 to-gray-800 text-[#FAFF00] font-semibold text-base sm:text-lg border-2 border-[#FAFF00] hover:border-[#58B12F] transition-all duration-300 hover:scale-105 hover:shadow-[0_0_20px_rgba(250,255,0,0.3)] text-center overflow-hidden"
>
-
Twitter
+
X
{
{ name: "LITEPAPER", href: "/litepaper" },
{ name: "TOKENOMICS", href: "/tokenomics" },
{ name: "DOCS", href: "/docs" },
+ { name: "USER GUIDE", href: "/user-guide" },
];
// External links
@@ -16,8 +17,7 @@ const NavLink = () => {
{ name: "LATEST ARTICLES", href: "https://paragraph.xyz/decleanupnet" },
{ name: "KARMA GAP", href: "https://gap.karmahq.xyz/project/decentralized-cleanup-network-decleanup-network"},
{ name: "GITHUB", href: "https://github.com/DeCleanup-Network" },
- { name: "USER GUIDE", href: "https://giveth.io/project/decentralized-cleanup-network"},
- { name: "BUG REPORT", href: "https://tally.so/r/mRBlbl" },
+ { name: "BUG REPORT", href: "https://docs.google.com/forms/d/e/1FAIpQLSfWCK4WmO9T-WJOOZwuDiG3yEJVX23RX_AkIa6tZHZ0J9Tf3w/viewform?usp=header" },
];
return (
@@ -28,7 +28,7 @@ const NavLink = () => {
{/* Mobile Layout - Internal Links */}
-
+
{internalLinks.map((link, index) => (
{
- const apps = [
+ const apps: AppConfig[] = [
{
- title: "Base mini app on Farcaster",
+ title: "Base mini app",
subtitle: "Fast actions, onchain rewards.",
bullets: [
"Log cleanups from Farcaster",
"Earn and use $bDCU on Base",
],
- buttonLabel: "Open mini app",
- buttonHref: "https://farcaster.xyz/miniapps/njiQzfqas3yN/decleanup-rewards",
+ buttonLabel: "Open mini app on Farcaster",
+ buttonHref: "https://farcaster.xyz/miniapps/SfsGBDcHpuSA/decleanup-rewards",
buttonDisabled: false,
+ secondButtonLabel: "Open web app",
+ secondButtonHref: "https://miniapp.decleanup.net",
note: null,
},
{
@@ -73,9 +89,24 @@ const UseDeCleanupToday = () => {
base
- {/* Title */}
+ {/* Image (if present) */}
+ {app.imageUrl && (
+
+
+
+ )}
+
+ {/* Title - Secondary font, normal case */}
{app.title}
@@ -102,25 +133,40 @@ const UseDeCleanupToday = () => {
)}
- {/* Button */}
- {app.buttonDisabled ? (
-
- ) : (
-
- {app.buttonLabel}
-
- )}
+ {/* Buttons */}
+
+ {app.buttonDisabled ? (
+
+ ) : (
+
+ {app.buttonLabel}
+
+ )}
+
+ {/* Second button (if present) */}
+ {app.secondButtonLabel && app.secondButtonHref && (
+
+ {app.secondButtonLabel}
+
+ )}
+
))}
@@ -133,9 +179,10 @@ const UseDeCleanupToday = () => {
celo
- {/* Title */}
+ {/* Title - Secondary font, normal case */}
{apps[2].title}