- Kwizi is your gateway to fun, interactive quizzes on the Avalanche network. Challenge yourself, learn new things, and earn crypto rewards instantly!
+ Kwizi is your gateway to fun, interactive quizzes on the Avalanche network. Play quizzes to earn on-chain rewards or create your own to monetize your expertise.
-
- {/* Features Section (placeholder for next step) */}
- {/* ... */}
-
- {/* Footer (placeholder for next step) */}
- {/* */}
+
+ {/* Final CTA Section - Placed after the Quiz Catalog */}
+
);
}
diff --git a/components/landing/CTA.tsx b/components/landing/CTA.tsx
new file mode 100644
index 0000000..7663742
--- /dev/null
+++ b/components/landing/CTA.tsx
@@ -0,0 +1,25 @@
+import React from 'react';
+import { Button } from "@/components/ui/button";
+
+export default function FinalCTA() {
+ return (
+
+
+
+ Ready to Start Your On-Chain Quizzing Journey?
+
+
+ Connect your wallet and dive into the world of decentralized knowledge.
+
+
+
+
+
+
+
+ );
+}
diff --git a/components/landing/FeaturesGrid.tsx b/components/landing/FeaturesGrid.tsx
new file mode 100644
index 0000000..a38d0ff
--- /dev/null
+++ b/components/landing/FeaturesGrid.tsx
@@ -0,0 +1,75 @@
+import React from 'react';
+
+// Inline SVG icons
+const AwardIcon = () => (
+
+);
+
+const WalletIcon = () => (
+
+);
+
+const LockIcon = () => (
+
+);
+
+const CommunityIcon = () => (
+
+);
+
+const features = [
+ {
+ icon: ,
+ title: "Instant Rewards",
+ description: "Winners receive crypto prizes directly to their wallet, powered by smart contracts on Avalanche.",
+ },
+ {
+ icon: ,
+ title: "On-Chain & Transparent",
+ description: "All quizzes, scores, and prize pools are stored on the blockchain for verifiable fairness.",
+ },
+ {
+ icon: ,
+ title: "Community-Powered",
+ description: "Anyone can create and host quizzes, turning their knowledge into a rewarding experience.",
+ },
+ {
+ icon: ,
+ title: "Secure & Decentralized",
+ description: "Kwizi is built for Web3, giving you full control over your assets with no central authority.",
+ },
+];
+
+export default function FeaturesGrid() {
+ return (
+
+