<!DOCTYPE html>
<html class="dark" lang="en"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>QuizQuest Winners' Wall of Fame</title>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
colors: {
"primary": "#5b13ec",
"background-light": "#f6f6f8",
"background-dark": "#161022",
},
fontFamily: {
"display": ["Spline Sans", "sans-serif"]
},
borderRadius: {
"DEFAULT": "0.5rem",
"lg": "1rem",
"xl": "1.5rem",
"full": "9999px"
},
},
},
}
</script>
<style>
body {
font-family: 'Spline Sans', sans-serif;
}
.confetti-bg {
background-image: radial-gradient(circle at 2px 2px, rgba(91, 19, 236, 0.15) 1px, transparent 0);
background-size: 40px 40px;
}
.glow-card {
box-shadow: 0 0 20px rgba(91, 19, 236, 0.1);
transition: all 0.3s ease;
}
.glow-card:hover {
box-shadow: 0 0 30px rgba(91, 19, 236, 0.3);
transform: translateY(-4px);
}
</style>
</head>
<body class="bg-background-light dark:bg-background-dark text-slate-900 dark:text-slate-100 min-h-screen flex flex-col overflow-x-hidden font-display">
<!-- Top Navigation -->
<header class="sticky top-0 z-50 w-full border-b border-slate-200 dark:border-primary/20 bg-background-light/80 dark:bg-background-dark/80 backdrop-blur-md px-6 lg:px-20 py-4">
<div class="max-w-7xl mx-auto flex items-center justify-between gap-8">
<div class="flex items-center gap-10">
<div class="flex items-center gap-3">
<div class="size-8 bg-primary rounded-lg flex items-center justify-center text-white">
<span class="material-symbols-outlined">emoji_events</span>
</div>
<h2 class="text-xl font-bold tracking-tight">QuizQuest</h2>
</div>
<nav class="hidden md:flex items-center gap-8">
<a class="text-sm font-medium hover:text-primary transition-colors" href="#">Play</a>
<a class="text-sm font-bold text-primary border-b-2 border-primary pb-1" href="#">Winners</a>
<a class="text-sm font-medium hover:text-primary transition-colors" href="#">Prizes</a>
<a class="text-sm font-medium hover:text-primary transition-colors" href="#">Leaderboard</a>
</nav>
</div>
<div class="flex items-center gap-6 flex-1 justify-end">
<div class="hidden lg:flex items-center bg-slate-200 dark:bg-primary/10 rounded-xl px-4 py-2 flex-1 max-w-xs">
<span class="material-symbols-outlined text-slate-500 dark:text-primary/60 text-xl">search</span>
<input class="bg-transparent border-none focus:ring-0 text-sm w-full placeholder:text-slate-500 dark:placeholder:text-primary/40" placeholder="Search winners..." type="text"/>
</div>
<button class="bg-primary hover:bg-primary/90 text-white px-6 py-2.5 rounded-xl font-bold text-sm transition-all shadow-lg shadow-primary/20">
Sign Up
</button>
</div>
</div>
</header>
<main class="flex-grow">
<!-- Hero Section -->
<section class="relative pt-20 pb-16 px-6 text-center confetti-bg overflow-hidden">
<div class="absolute top-0 left-1/2 -translate-x-1/2 w-full h-full pointer-events-none opacity-20">
<div class="absolute top-10 left-1/4 w-72 h-72 bg-primary rounded-full blur-[120px]"></div>
<div class="absolute bottom-10 right-1/4 w-72 h-72 bg-blue-500 rounded-full blur-[120px]"></div>
</div>
<div class="relative z-10 max-w-4xl mx-auto">
<div class="inline-flex items-center gap-2 px-4 py-1.5 rounded-full bg-primary/10 border border-primary/20 text-primary text-xs font-bold uppercase tracking-widest mb-6">
<span class="material-symbols-outlined text-sm">verified</span> Verified Winners Circle
</div>
<h1 class="text-5xl md:text-7xl font-black mb-6 leading-tight tracking-tight">
Where Champions are <span class="text-primary italic">Immortalized</span>
</h1>
<p class="text-lg md:text-xl text-slate-600 dark:text-slate-400 mb-10 max-w-2xl mx-auto">
Real people. Real prizes. From the latest tech to luxury travels, see the legends who conquered the quest.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<button class="bg-primary text-white px-8 py-4 rounded-xl font-bold text-lg shadow-xl shadow-primary/30 flex items-center justify-center gap-2 hover:scale-105 transition-transform">
Start Your Quest <span class="material-symbols-outlined">bolt</span>
</button>
<button class="bg-white dark:bg-slate-800 text-slate-900 dark:text-white px-8 py-4 rounded-xl font-bold text-lg border border-slate-200 dark:border-slate-700 hover:bg-slate-50 dark:hover:bg-slate-700 transition-colors">
View All Categories
</button>
</div>
</div>
</section>
<!-- Stats Trust Bar -->
<section class="px-6 py-8 border-y border-slate-200 dark:border-primary/10 bg-white/50 dark:bg-background-dark/50">
<div class="max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="flex items-center gap-4 p-4 rounded-2xl bg-slate-100 dark:bg-primary/5 border border-slate-200 dark:border-primary/10">
<div class="size-12 rounded-xl bg-primary/20 flex items-center justify-center text-primary">
<span class="material-symbols-outlined">payments</span>
</div>
<div>
<p class="text-xs font-bold text-slate-500 uppercase tracking-wider">Total Prizes Won</p>
<h4 class="text-2xl font-black">$1,428,500+</h4>
</div>
</div>
<div class="flex items-center gap-4 p-4 rounded-2xl bg-slate-100 dark:bg-primary/5 border border-slate-200 dark:border-primary/10">
<div class="size-12 rounded-xl bg-green-500/20 flex items-center justify-center text-green-500">
<span class="material-symbols-outlined">groups</span>
</div>
<div>
<p class="text-xs font-bold text-slate-500 uppercase tracking-wider">Winners Today</p>
<h4 class="text-2xl font-black">452 Legends</h4>
</div>
</div>
<div class="flex items-center gap-4 p-4 rounded-2xl bg-slate-100 dark:bg-primary/5 border border-slate-200 dark:border-primary/10">
<div class="size-12 rounded-xl bg-blue-500/20 flex items-center justify-center text-blue-500">
<span class="material-symbols-outlined">quiz</span>
</div>
<div>
<p class="text-xs font-bold text-slate-500 uppercase tracking-wider">Active Quests</p>
<h4 class="text-2xl font-black">128 Live</h4>
</div>
</div>
</div>
</section>
<!-- Winners Wall -->
<section class="max-w-7xl mx-auto px-6 py-16">
<div class="flex flex-col md:flex-row justify-between items-end gap-6 mb-12">
<div class="max-w-xl">
<h3 class="text-3xl font-extrabold mb-4">Latest Hall of Fame Entries</h3>
<div class="flex flex-wrap gap-3">
<button class="px-4 py-2 rounded-lg bg-primary text-white text-sm font-bold shadow-md">All Winners</button>
<button class="px-4 py-2 rounded-lg bg-slate-100 dark:bg-primary/10 text-slate-600 dark:text-slate-300 text-sm font-bold hover:bg-primary/20 transition-colors">Tech</button>
<button class="px-4 py-2 rounded-lg bg-slate-100 dark:bg-primary/10 text-slate-600 dark:text-slate-300 text-sm font-bold hover:bg-primary/20 transition-colors">Cash</button>
<button class="px-4 py-2 rounded-lg bg-slate-100 dark:bg-primary/10 text-slate-600 dark:text-slate-300 text-sm font-bold hover:bg-primary/20 transition-colors">Travel</button>
</div>
</div>
<div class="flex items-center gap-2 text-primary font-bold text-sm cursor-pointer hover:underline">
View Archive <span class="material-symbols-outlined">arrow_forward</span>
</div>
</div>
<!-- Wall Grid -->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Winner 1 -->
<div class="glow-card bg-white dark:bg-slate-800 rounded-2xl overflow-hidden border border-slate-200 dark:border-slate-700 flex flex-col">
<div class="relative h-72 overflow-hidden">
<img class="w-full h-full object-cover" data-alt="Happy winner holding new tech prize" src="https://lh3.googleusercontent.com/aida-public/AB6AXuA3cLU9wAo-glp6Wft-qOx1l-eaMkEpXFrUnbRzjFrF1fiQDjV2tP7FvE3L1KLVg4xf1IJhhGGfSmGs8uhSRWBV2dq9RkUpxb8VtRsELRwtjgMbubjqmqx8_oGSFsJPV-SP2Rlm2Exg297BLtdugxCMvX3VOXeD6CWBPnvr-oKG79YMSVB1fC8SjQFYfnEOU6nas_ZmGSYvUdFXBaF_MeWiOXJD0oN8qekzTs-2dDOf1Fijn5l_nGfCEypNbnZrNvK_w3m72vmh23OQ"/>
<div class="absolute top-4 left-4 bg-primary/90 text-white text-[10px] font-black uppercase px-3 py-1 rounded-full backdrop-blur-sm">
Tech Master Quiz
</div>
<div class="absolute bottom-4 right-4 flex items-center gap-2 bg-black/60 text-white p-2 rounded-xl backdrop-blur-md border border-white/20">
<span class="material-symbols-outlined text-xl">smartphone</span>
<span class="text-xs font-bold">iPhone 15 Pro</span>
</div>
</div>
<div class="p-6">
<div class="flex items-center gap-3 mb-4">
<div class="size-10 rounded-full bg-slate-200 dark:bg-slate-700 overflow-hidden ring-2 ring-primary">
<img class="w-full h-full object-cover" data-alt="User avatar of winner" src="https://lh3.googleusercontent.com/aida-public/AB6AXuC1dGIOQNfSpbUsWlQFS1I9Lk8AICTqGzsyWYYz0-WaqKZNz_OSX22GaejL657crcZ8JNcQ-htN94WQCSJL6KrWeLDpcTA7_03Wv7MQ07SUQjMMww_6FinrquiXqKDB9CRWcHa25FyUhTgeAiOrvRjuE7kH8mIiNU6d6K5ZXJzW3pAvmAn9WH-_9C_FpI8sr023GfBrMPfKr5muSPEdCtr8Zly4N6fvfogYRl9_TVKxm3nNTGH9u7058gS5BIRc59IWh5l6T32Ypu2t"/>
</div>
<div>
<h5 class="font-bold text-lg">@VoltMaster_92</h5>
<p class="text-xs text-slate-500">Won 2 days ago</p>
</div>
</div>
<blockquote class="text-slate-600 dark:text-slate-400 text-sm italic leading-relaxed">
"I honestly thought it was just another quiz, but then the notification popped up! Two days later, my new iPhone was here. Unbelievable!"
</blockquote>
</div>
</div>
<!-- Winner 2 -->
<div class="glow-card bg-white dark:bg-slate-800 rounded-2xl overflow-hidden border border-slate-200 dark:border-slate-700 flex flex-col">
<div class="relative h-72 overflow-hidden">
<img class="w-full h-full object-cover" data-alt="Excited woman celebrating a cash win" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBgH3-q_5Su0wyxX8hIIgnpLnNKGSbx0YSLTyJEOlZJNo7wEDAJBjMb6q5mDowYdDsT4__rdlFSWL4yp7M6OGFeymD2GJ6hAbeJGVdGu7a6P1cZ6UGFEgfD-7Adm-K6uVLXI2bDJCuYMuNF8IAa-iuJo4yKBwdwuB0HrrrUq09ClMVkiiIhoaVxZjfmfO6TzQWf0W7QmZpxifL4PRfQzZKVBl4Im0neqDycXOhSeTvmS_IDZHPRgPlEQkgjjROaDEChcIfBEIXTAuXw"/>
<div class="absolute top-4 left-4 bg-primary/90 text-white text-[10px] font-black uppercase px-3 py-1 rounded-full backdrop-blur-sm">
Global Geography Quest
</div>
<div class="absolute bottom-4 right-4 flex items-center gap-2 bg-green-600/60 text-white p-2 rounded-xl backdrop-blur-md border border-white/20">
<span class="material-symbols-outlined text-xl">payments</span>
<span class="text-xs font-bold">$2,500 Cash</span>
</div>
</div>
<div class="p-6">
<div class="flex items-center gap-3 mb-4">
<div class="size-10 rounded-full bg-slate-200 dark:bg-slate-700 overflow-hidden ring-2 ring-primary">
<img class="w-full h-full object-cover" data-alt="User avatar of quiz queen" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBLkH6nPrdUVDZPbQyg8RpcQoLAfYzC57Ay665eQlu4D2furrxwjTopXw2EK16afjgyu8zNRkOmDMP284ms1eM2spBYijBBFyvOidXtnItzoOd_g9FoENsd7L0NQVAgpRTOzHxi-wQNL-HOcGCzc70LvsZwQzq5Ykm1tG5eYiKgImZy11F2Jkcbnu--hNvGo7gcaRu8jI1275F18Q0P08vj7-h3Ovs_9JhcQ8M6ce2nFrsLQ8jYLjU76-35X3-bWf-tiR_U6THNq629"/>
</div>
<div>
<h5 class="font-bold text-lg">@QuizQueen_Paris</h5>
<p class="text-xs text-slate-500">Won 4 days ago</p>
</div>
</div>
<blockquote class="text-slate-600 dark:text-slate-400 text-sm italic leading-relaxed">
"The Geography quest was tough, but the prize was worth every second of study. The cash hit my account almost instantly!"
</blockquote>
</div>
</div>
<!-- Winner 3 -->
<div class="glow-card bg-white dark:bg-slate-800 rounded-2xl overflow-hidden border border-slate-200 dark:border-slate-700 flex flex-col">
<div class="relative h-72 overflow-hidden">
<img class="w-full h-full object-cover" data-alt="Happy winner at a luxury resort" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBBDmJJNeprICIolYbH99liHh2p14Q5tHkLxFOUU6UrfrIUvxzZeYvYO7w9v-lwvdlr0-BUDV6MtyJmCocovZMdpgJTUmMrsZoLx_Mfi8vzOtibJ7VLLz5ruKuyUhPl-89JVZcqfsumMmwA1zVlxVI8G1l94909jUNjo19sbQnHMDQRvrrS6FeslkMhsZjlmE366V7Q6uGLErD0u6cQY25KDQK51TF5oby0rDj9c2Ifz0xSIWedO2u0ebcRV_dZsmIezZVC4Raw4GqY"/>
<div class="absolute top-4 left-4 bg-primary/90 text-white text-[10px] font-black uppercase px-3 py-1 rounded-full backdrop-blur-sm">
History Buff Showdown
</div>
<div class="absolute bottom-4 right-4 flex items-center gap-2 bg-blue-600/60 text-white p-2 rounded-xl backdrop-blur-md border border-white/20">
<span class="material-symbols-outlined text-xl">flight</span>
<span class="text-xs font-bold">Maldives Getaway</span>
</div>
</div>
<div class="p-6">
<div class="flex items-center gap-3 mb-4">
<div class="size-10 rounded-full bg-slate-200 dark:bg-slate-700 overflow-hidden ring-2 ring-primary">
<img class="w-full h-full object-cover" data-alt="User avatar of history buff" src="https://lh3.googleusercontent.com/aida-public/AB6AXuC4t6tDVe1YMHyVrpxv0BrX88efKm8bIgSzC_Bg113WaR2A1DaTuKRqUTbpaYNQge_-fb-3bZMjLkzpBuU59E0YFGnmyfkBkPQPw4niWGj0u_R95UDkhQYfez2a1OrTUfFrBrNpVtBFk8m0gmxVCE6QRjgZaFHF3_b2l-HD3HAC9oo4q3lrS28-rSE3a7-NlCo0GZMWIdkdEhrpCMk0Bt8Mw-EyMuR_8amICBI0sw4vMBZdVdAvFBzWW7goP1HJajx8QckjoiI_-4L0"/>
</div>
<div>
<h5 class="font-bold text-lg">@HistoryGuy_88</h5>
<p class="text-xs text-slate-500">Won 1 week ago</p>
</div>
</div>
<blockquote class="text-slate-600 dark:text-slate-400 text-sm italic leading-relaxed">
"Still can't believe I'm sitting here in the Maldives because I knew about the Roman Empire. QuizQuest changes lives!"
</blockquote>
</div>
</div>
<!-- Winner 4 -->
<div class="glow-card bg-white dark:bg-slate-800 rounded-2xl overflow-hidden border border-slate-200 dark:border-slate-700 flex flex-col">
<div class="relative h-72 overflow-hidden">
<img class="w-full h-full object-cover" data-alt="Gaming setup prize winner" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBc3B39Vb6J35Q01fKjl0qejaTpO0GoHlaoMVvIWaUDkUidBWpWt0tTssvvlzfhFrlso8kOas6h8Oq5zQ6IsC0QoGZEyOpdZVMiyoCItVAgDujJtu7fiLoU4_w7KxOugftxSyJoPkbiajIwZJG1F1Us0Z9kQ9oIBAhGjYvex0rr_S168HXagnRnZ1sAMr1lQCiLFWsaNdyxaFtfjx20QcQw593WNoxz0m5byCl00Gyakr3hsO53kek3hBBSLSgmVx1kKBary3pperlo"/>
<div class="absolute top-4 left-4 bg-primary/90 text-white text-[10px] font-black uppercase px-3 py-1 rounded-full backdrop-blur-sm">
Gaming Legends Blitz
</div>
<div class="absolute bottom-4 right-4 flex items-center gap-2 bg-primary/60 text-white p-2 rounded-xl backdrop-blur-md border border-white/20">
<span class="material-symbols-outlined text-xl">sports_esports</span>
<span class="text-xs font-bold">PS5 Console</span>
</div>
</div>
<div class="p-6">
<div class="flex items-center gap-3 mb-4">
<div class="size-10 rounded-full bg-slate-200 dark:bg-slate-700 overflow-hidden ring-2 ring-primary">
<img class="w-full h-full object-cover" data-alt="User avatar of gamer" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBtTFGBSHZN-ME6kLUJnRV56EoW6pNmU9mXexKqgxxeyK6X4qmXPND0-EPMNXYdD2FEQZgsPUdmBQwJ27QKSWYj_VEwgDDArOtbNGN819rIvg0LNRu9D3ennSkAGaVndz1n-s4vcnfDUENRFkW6jWXVzzhGNjXYgbTvb3UcK4nUaIatIKsKHRVDlcIezBM0kG_kOdWA7cnLRHJYTKjAvP1OhPZjvfkWr6mFruPjbEN1UbV1NkAo3L1dmh073pehdUn2l47aKIoYfAPK"/>
</div>
<div>
<h5 class="font-bold text-lg">@NoobPwner_Pro</h5>
<p class="text-xs text-slate-500">Won 3 days ago</p>
</div>
</div>
<blockquote class="text-slate-600 dark:text-slate-400 text-sm italic leading-relaxed">
"Best gaming community out there. The quiz was competitive and the reward delivery was lightning fast."
</blockquote>
</div>
</div>
<!-- Winner 5 -->
<div class="glow-card bg-white dark:bg-slate-800 rounded-2xl overflow-hidden border border-slate-200 dark:border-slate-700 flex flex-col">
<div class="relative h-72 overflow-hidden">
<img class="w-full h-full object-cover" data-alt="Happy developer holding prize" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBriJfieL0-XYEwcX2uNJySXe-YNaJSPeZ8X7QKV1xVQhyv1xdd8Cz50d6aeTVXZLw2HRQBq3wOdcAxsEgpbJ89fYCxKQQJcPvOIIKc5jA96zBlpbT5ZqDGw3BIKBMwkGLa3506X0WZTHA7cpNNUBkVdreGCHIO716JnlfeLVkF7jXeQkBQ6-ITX_SNq-_69xQBBML_Okqg1Mcoj4RDeSSblsJyCbp36UqP3VvGeLZ0WAyzIz95k8xZO8yDS7VnsdjAMk9hrgqcH3HO"/>
<div class="absolute top-4 left-4 bg-primary/90 text-white text-[10px] font-black uppercase px-3 py-1 rounded-full backdrop-blur-sm">
Dev Master Challenge
</div>
<div class="absolute bottom-4 right-4 flex items-center gap-2 bg-yellow-600/60 text-white p-2 rounded-xl backdrop-blur-md border border-white/20">
<span class="material-symbols-outlined text-xl">laptop_mac</span>
<span class="text-xs font-bold">MacBook Pro M3</span>
</div>
</div>
<div class="p-6">
<div class="flex items-center gap-3 mb-4">
<div class="size-10 rounded-full bg-slate-200 dark:bg-slate-700 overflow-hidden ring-2 ring-primary">
<img class="w-full h-full object-cover" data-alt="User avatar of developer" src="https://lh3.googleusercontent.com/aida-public/AB6AXuDuzNYVyy_tBm34Tefw1AwEraFGuqvNDZx9WD5X6VVWvUt0UBsd4PuPWpZZHrelR2ZcFjP90-pLjPOXSv3yLM0IR_4o9HSnq9IkAiGZMGlGO45X0Jx2mIOU6RlyAFMLYLZbY0KSYugn0H6bFd24yYcd_0mhM4tiRFoyfdK_40UYjAXK1cEgGGGsqZGFkZ-EmAgGZcTXUEmI6RQYhnpbdayqSAVWws9Sk4G35-DwmUhcLjk772Z401AmhWSDs3jKxCjrm8YesXiHavov"/>
</div>
<div>
<h5 class="font-bold text-lg">@CodeCrafter</h5>
<p class="text-xs text-slate-500">Won 5 days ago</p>
</div>
</div>
<blockquote class="text-slate-600 dark:text-slate-400 text-sm italic leading-relaxed">
"Coding interview prep paid off! Won the M3 MacBook in the weekend sprint. Still pinching myself."
</blockquote>
</div>
</div>
<!-- Call to Action Card -->
<div class="relative bg-primary rounded-2xl p-8 flex flex-col justify-center items-center text-center overflow-hidden shadow-2xl shadow-primary/40 group">
<div class="absolute top-0 right-0 p-8 opacity-10 group-hover:scale-110 transition-transform">
<span class="material-symbols-outlined text-[120px]">military_tech</span>
</div>
<h4 class="text-3xl font-black text-white mb-4 relative z-10">Your Name Could Be Here Next!</h4>
<p class="text-primary-100/80 mb-8 relative z-10 font-medium">Over 1,200 prizes are waiting for the right answers. Are you ready?</p>
<button class="w-full bg-white text-primary font-black py-4 rounded-xl hover:bg-slate-100 transition-colors relative z-10 shadow-lg">
JOIN THE NEXT QUEST
</button>
</div>
</div>
</section>
<!-- CTA Bottom -->
<section class="max-w-7xl mx-auto px-6 py-24">
<div class="rounded-3xl bg-slate-900 text-white p-12 relative overflow-hidden text-center">
<div class="absolute inset-0 bg-gradient-to-r from-primary/30 to-blue-600/30"></div>
<div class="relative z-10 max-w-2xl mx-auto">
<h2 class="text-4xl font-black mb-6">Ready to enter the Hall of Fame?</h2>
<p class="text-slate-300 mb-10 text-lg">Join half a million players and start proving your knowledge. Big prizes, live rankings, and ultimate glory await.</p>
<div class="flex flex-wrap justify-center gap-4">
<img class="h-10" data-alt="App Store download button" src="https://lh3.googleusercontent.com/aida-public/AB6AXuCCmAOYfoC8vOIwoU_qWGu54Er3cyYEAEaYNcQT6Lm2mvWqcTDKRcQoDJn9ZFyB3e8RFsLv9TCAXTufyYAIQCaZxqenO6Dqs_6CrUXb9qu6N8j0EbTZ6YUYw38-bNHt15ivaFuQwjqjyjoTeH6b5NWlBqLMC9tR6H0fNlti1OFgcEYWNYWBXQAbjTW_zdMvbmHfYSVyRela2qdouZwzNtq47a_PoJBqzvABe7SS3o9utZjynDYD0iMIKGH2Pjf8jGeW-xvI_x20Y4Vp"/>
<img class="h-10" data-alt="Google Play download button" src="https://lh3.googleusercontent.com/aida-public/AB6AXuCwIpsG801_EajvRGh55VYRgUGVXtQiKyRqU6UttWz1Izci7SqJCxMFST-rEKO54LGHWJXNKnvlvlYngU5mk3R5u4tXsytlZaqVgPGbFIvW04vH9DDA8Jid4QwoM0pzrjwUw2xzYe4DRz6eoGTMla8tNkgqS_sZm1HM8W1yjN_DmWw_1pXFhJJINSRABMKDFlMTpUw1Em4Xq2B749X9DMELYfWuuTcbbAEKWkNQkBubUO1ZvmSFPXMyNceuqakwM74TC4hPuRqAciGW"/>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-slate-100 dark:bg-background-dark border-t border-slate-200 dark:border-primary/10 pt-16 pb-8 px-6 lg:px-20">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-4 gap-12 mb-16">
<div class="col-span-1 md:col-span-1">
<div class="flex items-center gap-3 mb-6">
<div class="size-8 bg-primary rounded-lg flex items-center justify-center text-white">
<span class="material-symbols-outlined">emoji_events</span>
</div>
<h2 class="text-xl font-bold">QuizQuest</h2>
</div>
<p class="text-sm text-slate-500 leading-relaxed mb-6">The world's premier platform for competitive knowledge. Play, win, and get rewarded with real prizes delivered to your door.</p>
<div class="flex gap-4">
<a class="size-10 rounded-full bg-slate-200 dark:bg-primary/10 flex items-center justify-center hover:bg-primary hover:text-white transition-all" href="#"><span class="material-symbols-outlined">public</span></a>
<a class="size-10 rounded-full bg-slate-200 dark:bg-primary/10 flex items-center justify-center hover:bg-primary hover:text-white transition-all" href="#"><span class="material-symbols-outlined">alternate_email</span></a>
<a class="size-10 rounded-full bg-slate-200 dark:bg-primary/10 flex items-center justify-center hover:bg-primary hover:text-white transition-all" href="#"><span class="material-symbols-outlined">share</span></a>
</div>
</div>
<div>
<h5 class="font-bold mb-6">Platforms</h5>
<ul class="space-y-4 text-sm text-slate-500">
<li><a class="hover:text-primary transition-colors" href="#">Web Portal</a></li>
<li><a class="hover:text-primary transition-colors" href="#">iOS App</a></li>
<li><a class="hover:text-primary transition-colors" href="#">Android App</a></li>
<li><a class="hover:text-primary transition-colors" href="#">Desktop App</a></li>
</ul>
</div>
<div>
<h5 class="font-bold mb-6">Resources</h5>
<ul class="space-y-4 text-sm text-slate-500">
<li><a class="hover:text-primary transition-colors" href="#">How it Works</a></li>
<li><a class="hover:text-primary transition-colors" href="#">Winner Verification</a></li>
<li><a class="hover:text-primary transition-colors" href="#">Help Center</a></li>
<li><a class="hover:text-primary transition-colors" href="#">Community Forum</a></li>
</ul>
</div>
<div>
<h5 class="font-bold mb-6">Stay Updated</h5>
<p class="text-sm text-slate-500 mb-4">Get notified about new prizes and mega-quests.</p>
<div class="flex gap-2">
<input class="bg-white dark:bg-slate-800 border-slate-200 dark:border-slate-700 rounded-lg px-4 py-2 text-sm w-full focus:ring-primary focus:border-primary" placeholder="Email address" type="email"/>
<button class="bg-primary text-white p-2 rounded-lg hover:bg-primary/90 transition-colors">
<span class="material-symbols-outlined">send</span>
</button>
</div>
</div>
</div>
<div class="pt-8 border-t border-slate-200 dark:border-primary/10 flex flex-col md:flex-row justify-between items-center gap-4 text-xs text-slate-500 font-medium">
<p>© 2024 QuizQuest Gaming. All rights reserved.</p>
<div class="flex gap-8">
<a class="hover:text-primary" href="#">Privacy Policy</a>
<a class="hover:text-primary" href="#">Terms of Service</a>
<a class="hover:text-primary" href="#">Cookie Settings</a>
</div>
</div>
</div>
</footer>
</body></html>