Commit f95374ab by Arjun Jhukal

changed heading for top 10 games back to h2

parent 47e887cd
...@@ -40,9 +40,9 @@ export default function UspSlider({ uspData }: { uspData: UspItem[] }) { ...@@ -40,9 +40,9 @@ export default function UspSlider({ uspData }: { uspData: UspItem[] }) {
return ( return (
<section className="usp__slider w-full px-4 mt-8"> <section className="usp__slider w-full px-4 mt-8">
<h1 className="text-lg md:text-xl font-semibold mb-4"> <h2 className="text-lg md:text-xl font-semibold mb-4">
Top 10 Trending Games Top 10 Trending Games
</h1> </h2>
<div className="relative w-full overflow-hidden"> <div className="relative w-full overflow-hidden">
<motion.div <motion.div
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment