File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export default async function FreeHubPage() {
156156 const seoModels = models . filter ( ( m ) => m . seo_slug ) ;
157157
158158 return (
159- < main className = "min-h-screen pt-20" >
159+ < div className = "min-h-screen pt-20" >
160160 < JsonLd
161161 data = { {
162162 "@context" : "https://schema.org" ,
@@ -382,6 +382,6 @@ export default async function FreeHubPage() {
382382 </ ul >
383383 </ nav >
384384 </ article >
385- </ main >
385+ </ div >
386386 ) ;
387387}
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ const CTAHomepage = dynamic(() =>
1616
1717export default function HomePage ( ) {
1818 return (
19- < main className = "min-h-screen bg-gradient-to-b from-gray-50 to-gray-100 text-gray-900 dark:from-black dark:to-gray-900 dark:text-white" >
19+ < div className = "min-h-screen bg-gradient-to-b from-gray-50 to-gray-100 text-gray-900 dark:from-black dark:to-gray-900 dark:text-white" >
2020 < AuthRedirect />
2121 < HeroSection />
2222 < WhySurfSense />
2323 < FeaturesCards />
2424 < FeaturesBentoGrid />
2525 < ExternalIntegrations />
2626 < CTAHomepage />
27- </ main >
27+ </ div >
2828 ) ;
2929}
You can’t perform that action at this time.
0 commit comments