mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 17:51:43 +10:00
feat(homepage): add new sections to homepage
This commit is contained in:
@ -15,7 +15,7 @@ export const StatisticsSection = () => {
|
||||
];
|
||||
|
||||
return (
|
||||
<section className="relative py-24 sm:py-32">
|
||||
<section id="statistics" className="relative py-24 sm:py-32">
|
||||
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
||||
<dl className="grid grid-cols-1 gap-x-8 gap-y-16 text-center lg:grid-cols-3">
|
||||
{stats.map((stat, index) => (
|
||||
|
||||
Reference in New Issue
Block a user